Jump to content

Main public logs

Combined display of all available logs of YawgNetWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:05, 6 August 2025 Encryptid talk contribs created page PiHUD (Created page with "=Setup= ===SD Card=== Add the wpa_supplicant.conf file to the boot drive with: <pre> country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="WIFI_SSID" scan_ssid=1 psk="WIFI_PASSWORD" key_mgmt=WPA-PSK }</pre> Additionally you need to uncomment the spi line in config.txt as well as add the ssh file. ==Libraries== BCM2835 <pre> wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.70.tar.gz tar zxvf bcm2835-1.70.tar.gz cd bcm2...")