tree: b6d30625683cb7b5ffc2c28a4c841b9425860647 [path history] [tgz]
  1. auto-resize-partition.sh
  2. crontab.txt
  3. make_image.sh
  4. README.md
tools/raspi_image/README.md

Raspi-2 image tool

This script customizes standard Raspbian Lite release image for running Cobalt.

There are a few standard Linux tools expected to be available on the host, and QEMU version 5.1 or newer is needed for native Raspberry emulation.

On Debian based systems, QEMU should be available via:

apt install qemu-system-arm

Additionally, dcfldd disk image tool is required, install via:

apt install dcfldd

Caution: The script requires multiple commands to be run with sudo under superuser privileges. Please use caution when running and verify the commands executed step by step, as necessary.