summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/rpi2.config
blob: 08329ff34dc8f4c367616409159398bfd8069fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
image rpi2-boot.vfat {
	vfat {
		files = { @FIRMWARE_RPI2@ }
		file barebox.img { image = barebox-dt-2nd-rpi.img }
 		file bcm2836-rpi-2-b.dtb { image = barebox-bcm2836-rpi-2.dtb }
 		file bcm2837-rpi-3-b.dtb { image = barebox-bcm2837-rpi-3.dtb }
 		file bcm2837-rpi-3-a-plus.dtb { image = barebox-bcm2837-rpi-3.dtb }
 		file bcm2837-rpi-3-b-plus.dtb { image = barebox-bcm2837-rpi-3.dtb }
 		file bcm2837-rpi-cm3-io3.dtb { image = barebox-bcm2837-rpi-cm3.dtb }
	}
	size = 32M
}

image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0xbedf7893
	}
	partition boot {
		image = rpi2-boot.vfat
		partition-type = 0xc
		bootable = true
	}
	partition root-A {
		image = root.ext2
		partition-type = 0x83
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
}
/* vim: set tabstop=8 noexpandtab : */