24 lines
312 B
INI
24 lines
312 B
INI
|
image sdcard.img {
|
||
|
hdimage {
|
||
|
}
|
||
|
|
||
|
partition fsbl {
|
||
|
offset = 4K
|
||
|
in-partition-table = "no"
|
||
|
image = "bl2_sd.pbl"
|
||
|
}
|
||
|
|
||
|
partition ssbl {
|
||
|
offset = 1M
|
||
|
in-partition-table = "no"
|
||
|
image = "fip.bin"
|
||
|
}
|
||
|
|
||
|
partition rootfs {
|
||
|
offset = 8M
|
||
|
partition-type = 0x83
|
||
|
bootable = "true"
|
||
|
image = "rootfs.ext4"
|
||
|
}
|
||
|
}
|