commit 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Author: Peter Korsgaard <peter@korsgaard.com> Date: Sun Jun 6 23:21:08 2021 +0200 Update for 2021.05 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
285 B
INI
18 lines
285 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
in-partition-table = "no"
|
|
image = "u-boot.imx"
|
|
offset = 1024
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext2"
|
|
offset = 1M
|
|
size = 60M
|
|
}
|
|
}
|