17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
in-partition-table = "no"
|
|
image = "%UBOOTBIN%"
|
|
offset = 1024
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext2"
|
|
offset = 8M
|
|
}
|
|
}
|