CB1
CB1 copied to clipboard
First boot checklist?
Is there a first boot checklist for the CB1 ? IE. Things to check and make sure they are working correctly? Sounds like the one of the first pain points is networking ( Wifi and/or ethernet )
In my experience, setup was pretty simple:
- get the image from github (V2.2.0)
- put image onto sd card (eg. with raspberry pi imager)
- on the sd card, change the wifi details to yours
- boot
- ssh in (
ssh biqu@<ip>
, passwordbiqu
) - change the repositories (I wanted the one from debian testing)
-
sudo apt update && sudo apt upgrade
- done, now do whatever