Headless (Ubuntu)
Headless install allows to create single SD card and replicate it to multiple devices, without a need to manually configure the devices. This is great when you don't have a spare monitor!
Prerequisites
Linux based machine (WSL on Windows or MacOS does not work)
Synpse CLI installed and logged in to Synpse Cloud
sudo
permissions assynpse build
command usesmount
to prepare the imageSD card burner such as Etcher or Raspberry Pi Imager
Getting started
Chose the base image you want to use for your build. If you don't find the base images you would like, let us know in Discord to see what we can do about this!
Run build command with build parameters:
This will output the image into images/
directory. Now, use either Etcher or Raspberry Pi Imager to burn this image into an SD card.
If --project-id
or--registration-token
is not provided CLI attempt to get default provisioning token for the project configured in CLI.
After building the image startup might take 10-15 minutes for updates and install of the latest binaries. Time might wary based on your internet speed.
Build using config file
You can also build an image using configuration file
Where config.yaml
is an example bellow:
Last updated