-
Notifications
You must be signed in to change notification settings - Fork 0
Raspberry Pi
-
Download the image:
-
Headless:the latest Rapian Buster Lite. -
With UI:2020-02-13-raspbian-buster.zip.
-
-
Open Raspberry Pi Imager and select
Operating System->Use customand select the image. Then pressShift+Ctrl+Xto openAdvanced options, selectSet hostname, and enter a unique host name. Now selectEnable SSHandSet passwordfor thepiuser toabcli2025and pressSave. Proceed to write the SD Card. -
After the write is complete, reinsert the SD card, if necessary, and run
abcli wifi copy_to_sd_card. Then, eject the SD card, insert it into the Raspberry Pi, turn the motherboard on, and wait for the motherboard to boot. -
Headless:runabcli ssh rpi <host-name>. Then, runabcli seed headless_rpi clipboardin another terminal and paste it into the ssh window. -
With UI:Insert a seed usb key, open a terminal, and runbash /media/pi/SEED/abcli/rpi.sh. -
With UI:Runsudo nano /boot/config.txtand uncomment the line that reads#hdmi_force_hotplug=1, if it exists. If you wish to rotate the screen, add one of the following to the end of this file and then reboot:
display_rotate=0
display_rotate=1
display_rotate=2
display_rotate=3
-
Headless:Runsudo raspi-config->Interfacing Options-> enableCameraand other interfaces as needed, then go toSystem Options->Boot / Auto Loginand selectConsole Autologin. -
With UI:go toPreferences->Raspberry Pi Configuration->Interfacesand change the following toEnabled:Camera:,I2C, andSSH, as needed.
Known issue: on rpi4b headless install raises ERROR: Wheel 'tensorflow' located at /home/pi/tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl is invalid.