-
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 custom
and select the image. Then pressShift+Ctrl+X
to openAdvanced options
, selectSet hostname
, and enter a unique host name. Now selectEnable SSH
andSet password
for thepi
user toabcli2025
and 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 clipboard
in 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.txt
and 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
-> enableCamera
and other interfaces as needed, then go toSystem Options
->Boot / Auto Login
and selectConsole Autologin
. -
With UI:
go toPreferences
->Raspberry Pi Configuration
->Interfaces
and 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.