4c9bc44534
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: drop "exit $?" in post-image.sh] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
219 B
INI
17 lines
219 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition imx-boot {
|
|
in-partition-table = "no"
|
|
image = "imx8-boot-sd.bin"
|
|
offset = 33k
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
offset = 8M
|
|
}
|
|
}
|