blob: 6ac195de8fd1c51dcb12d942b3c22eb85ded1084 [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
Etienne Carrierea7db4c62022-03-29 17:20:07 +020017 partition u-boot-env {
18 partition-type-uuid = L
19 size = 4M
20 }
21
Etienne Carriere4dc69082021-04-08 12:41:11 +020022 partition bootfs {
23 image = "bootfs.ext2"
24 partition-type-uuid = L
25 size = 32M
26 bootable = "yes"
27 }
28
29 partition rootfs {
30 image = "rootfs.ext2"
31 partition-type-uuid = L
32 size = 100M
33 }
34}