2018-09-08 02:24:52 +02:00
|
|
|
image sdcard.img {
|
2021-11-07 03:05:33 +01:00
|
|
|
hdimage {
|
|
|
|
}
|
2018-09-08 02:24:52 +02:00
|
|
|
|
2021-11-07 03:05:33 +01:00
|
|
|
partition u-boot {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "u-boot.imx"
|
|
|
|
offset = 1K
|
|
|
|
}
|
2018-09-08 02:24:52 +02:00
|
|
|
|
2021-11-07 03:05:33 +01:00
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext2"
|
|
|
|
offset = 1M
|
|
|
|
size = 60M
|
|
|
|
}
|
2018-09-08 02:24:52 +02:00
|
|
|
}
|