CB1 icon indicating copy to clipboard operation
CB1 copied to clipboard

First boot checklist?

Open Borillion opened this issue 2 years ago • 1 comments

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 )

Borillion avatar Oct 22 '22 02:10 Borillion

In my experience, setup was pretty simple:

  1. get the image from github (V2.2.0)
  2. put image onto sd card (eg. with raspberry pi imager)
  3. on the sd card, change the wifi details to yours
  4. boot
  5. ssh in (ssh biqu@<ip> , password biqu)
  6. change the repositories (I wanted the one from debian testing)
  7. sudo apt update && sudo apt upgrade
  8. done, now do whatever

stisa avatar Oct 24 '22 15:10 stisa