f863c6ca87
Option 'offset = 4k' must be 'offset = 4K'. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
315 B
INI
24 lines
315 B
INI
image sdcard-emmc.img {
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition rcw {
|
|
offset = 4K
|
|
in-partition-table = "no"
|
|
image = "rcw.bin"
|
|
}
|
|
|
|
partition u-boot {
|
|
offset = 1M
|
|
in-partition-table = "no"
|
|
image = "u-boot.rom"
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 2M
|
|
image = rootfs.ext4
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|