blob: 3f2a3450b914942077b3bc194dffeee7be650817 [file] [log] [blame]
Etienne Carriere4dc69082021-04-08 12:41:11 +02001image sdcard.img {
2 hdimage {
3 gpt = "true"
4 }
5
Etienne Carrierefd392b82022-03-10 20:24:56 +01006 partition fsbl {
Etienne Carriere4dc69082021-04-08 12:41:11 +02007 image = "tf-a-stm32mp157c-ed1.stm32"
8 size = 256K
9 }
10
Etienne Carrierefd392b82022-03-10 20:24:56 +010011 partition fip {
12 image = "fip.bin"
13 partition-type-uuid = L
14 size = 4M
Etienne Carriere4dc69082021-04-08 12:41:11 +020015 }
16
17 partition bootfs {
18 image = "bootfs.ext2"
19 partition-type-uuid = L
20 size = 32M
21 bootable = "yes"
22 }
23
24 partition rootfs {
25 image = "rootfs.ext2"
26 partition-type-uuid = L
27 size = 100M
28 }
29}