Advanced Search
Search Results
4 total results found
Raspberry Pi
Notes
Setup notes
Writing an OS image to the sdcard (or usb drive) sudo dd bs=4M if=/path/to/os/image of=/dev/mmcblk0 status=progress Headless wifi setup Mount the boot partition and create a file called wpa_supplicant.conf with the following contents: country=US ctrl_interfac...
Google AIY voice kit v1
Enable the driver: Edit/Add to /boot/config.txt: dtoverlay=i2s=on ... #dtparam=audio=on ... # Google AIY voice kit v1 dtoverlay=i2s-mmap dtoverlay=googlevoicehat-soundcard ALSA configuration: Create /etc/asound.conf: options snd_rpi_googlevoicehat_soundcard i...
List of config.txt options
Miscellaneous config.txt options: Display disable_splash=1 # Disable the rainbow splash screen on bootup lcd_rotate=2 # Rotate lcd displays like the official touchscreen 180 degrees; LEDs [pi0] dtparam=act_led_trigger=none # Green LED, available tri...