mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-23 09:43:50 +08:00
19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
|
image test.hdimage {
|
||
|
hdimage {
|
||
|
partition-table-type = none
|
||
|
align = 128
|
||
|
fill = true
|
||
|
}
|
||
|
size = 512
|
||
|
partition part1 {
|
||
|
image = "block1.img"
|
||
|
}
|
||
|
partition part2 {
|
||
|
image = "block2.img"
|
||
|
align = 8
|
||
|
}
|
||
|
partition part3 {
|
||
|
image = "block3.img"
|
||
|
}
|
||
|
}
|