diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-01-08 18:04:52 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-01-08 18:04:52 +0100 |
commit | 7397b0527ae6fd53f2f72db6fa411f9197c11692 (patch) | |
tree | 5b1067b6c4a6a71a5b16055dfc651b85378a605d /board | |
parent | 890800e24f31720cdc6614445ce6ee043bd540b4 (diff) |
Added a target to emulate the system with qemu
Diffstat (limited to 'board')
-rw-r--r-- | board/genimage-raspberrypi3.cfg | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/board/genimage-raspberrypi3.cfg b/board/genimage-raspberrypi3.cfg deleted file mode 100644 index 0a54724..0000000 --- a/board/genimage-raspberrypi3.cfg +++ /dev/null @@ -1,33 +0,0 @@ -image boot.vfat { - vfat { - files = { - "bcm2710-rpi-3-b.dtb", - "bcm2710-rpi-3-b-plus.dtb", - "bcm2710-rpi-cm3.dtb", - "rpi-firmware/bootcode.bin", - "rpi-firmware/cmdline.txt", - "rpi-firmware/config.txt", - "rpi-firmware/fixup.dat", - "rpi-firmware/start.elf", - "rpi-firmware/overlays", - "zImage" - } - } - size = 32M -} - -image sdcard.img { - hdimage { - } - - partition boot { - partition-type = 0xC - bootable = "true" - image = "boot.vfat" - } - - partition rootfs { - partition-type = 0x83 - image = "rootfs.ext4" - } -} |