ltp: update to 20250130
[openadk.git] / target / aarch64 / rockpi4-plus / genimage-dual.cfg
blob27f9a797e04aa38d4c19ecc424ad9aacd23b8c8a
1 image sdcard.img {
2         hdimage {
3         }
5         partition loader1 {
6                 in-partition-table = "no"
7                 image = "idbloader.img"
8                 offset = 32K
9         }
11         partition loader2 {
12                 in-partition-table = "no"
13                 image = "u-boot.itb"
14                 offset = 8M
15         }
17         partition root1 {
18                 partition-type = 0x83
19                 bootable = "true"
20                 image = "rootfs1.ext"
21                 size = 64M
22         }
24         partition root2 {
25                 partition-type = 0x83
26                 image = "rootfs2.ext"
27                 size = 64M
28         }
30         partition cfgfs {
31                 partition-type = 0x88
32                 image = "cfgfs.img"
33         }