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