30 lines
428 B
INI
30 lines
428 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 fman {
|
|
offset = 9M
|
|
in-partition-table = "no"
|
|
image = "fsl_fman_ucode_ls1043_r1.1_108_4_9.bin"
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 16M
|
|
partition-type = 0x83
|
|
bootable = "true"
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|