Jump to content

PiHUD: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:0515:05, 6 August 2025 Encryptid talk contribs 6,555 bytes +6,555 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..."