blob: abbb2aa1d57fd899d277c8e962e397c317f494b0 [file] [log] [blame] [view]
Kaido Kert6c8e6ca2021-04-02 11:12:53 -07001### Raspi-2 image tool
2
3This script customizes standard Raspbian Lite release image for running
4Cobalt.
5
6There are a few standard Linux tools expected to be available on the host,
7and QEMU version 5.1 or newer is needed for native Raspberry emulation.
8
9On Debian based systems, QEMU should be available via:
10
11 `apt install qemu-system-arm`
12
13Additionally, `dcfldd` disk image tool is required, install via:
14
15 `apt install dcfldd`
16
17Caution: The script requires multiple commands to be run with `sudo` under
18superuser privileges. Please use caution when running and verify the commands
19executed step by step, as necessary.