Unfortunately I did not have a USB C to Micro SD adapter available so things had to be done the hard way.
- Live Boot from Thumbdrive using the Raspberry Pi Imager to load the OS on the thumbdrive
- Add an empty file named
ssh
in the root boot directory - SSH into the machine, check device address on router and
ssh [email protected]
with passwordraspberry
Run the following on the Raspberry Pi after SSH'ing into it.
- Phsyically insert the Micro SD card into the Pi Now
curl https://github.com/home-assistant/operating-system/releases/download/6.1/haos_rpi4-6.1.img.xz -o home-assistant.img.xz
- See here for referenceunxz home-assistant.img.xz
lsblk -p
sudo dd if=home-assistant.img of=/dev/mmcblk0 bs=4M conv=fsync
- Turn off the machine, remove thumbdrive and reboot
- Access Home Assistant at
http://10.X.X.X:8123