521 B
521 B
-
Execute the
prepare-image.sh [image]
script asroot
where[image]
is the url to raspiOS. -
Flash the
vcpi.img
to SD card. You can use Rpi Imager to set additional settings like wifi. -
Boot Rpi on DHCP enabled network. The boot script should run
setup.sh
on first boot and reboot the system when its done. -
Login using user:
pi
pass:vcpi
-
Debug the initial setup process with
journalctl -u firstboot
. Thesetup.sh
should be automatically renamed tosetup.sh.done
if setup is successful.