From 7397b0527ae6fd53f2f72db6fa411f9197c11692 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 8 Jan 2023 18:04:52 +0100 Subject: Added a target to emulate the system with qemu --- board/genimage-raspberrypi3.cfg | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 board/genimage-raspberrypi3.cfg (limited to 'board') 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" - } -} -- cgit v1.2.3