summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/beaglebone.config
blob: 67d32ff42f960c5254ebb48b661fa9a6d0d7f7f7 (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
image beaglebone-boot.vfat {
	vfat {
		file MLO { image = "barebox-am33xx-beaglebone-mlo.img"}
		file barebox.bin { image = "barebox-am33xx-beaglebone.img" }
	}
	size = 32M
}

image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0xabe26147
	}
	partition boot {
		image = beaglebone-boot.vfat
		size = 32M
		partition-type = 0xc
		bootable = true
	}
	partition root-A {
		image = root.ext2
		partition-type = 0x83
		size = 512M
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
}