Cloud-init (advanced)
This will explain how to build images in advanced mode using cloud-init as bootstrap method. This way allows to produce re-usable images for mass usage or configure your device without access to it
Cloud-Init - autopilot install
Using this method you need bit more technical understanding how things works, but you get get your RPI running with no keyboard or mouse or even screen available to you. We will walk you through step by step how to do this. These scripts will work with any image, which supports cloud-init. But we recommend to use Ubuntu 20.04.2 LTS image.
Step 1: Clone helper scripts repository
Close our helper scripts repository:
Step 2: Download image to the assets directory
Download image into assets/images
directory. This can be done manually or with make download-base
Step 3: Decompress image
Extract image so we can use it:
Step 4: Add your Synpse project details and wi-fi credentials
Create configuration for for you local home setup:
Step 5: Generate image
Generate cloud-init
configuration and create pre-configured image for RPI:
Step 6: Write the image to an SD card
Once this done you can use any existing image "burning" tools to write this image into SD card.
We recommend to use one of these:
Last updated