riscv: add experimental linux/glibc support
[openadk.git] / adk / genimage / genimage-dual.cfg
blob80ea64a84b22a3ad9abdb2fee5c74ed949c46bb1
1 image disk.img {
3   hdimage {
4   }
6   partition root1 {
7     partition-type = 0x83
8     image = "rootfs.ext"
9     size = 64M
10   }
12   partition root2 {
13     partition-type = 0x83
14     image = "rootfs.ext"
15     size = 64M
16   }
18   partition cfgfs {
19     partition-type = 0x88
20     image = "cfgfs.img"
21   }