linux: update to 6.10.x, 6.9.x is EOL
[openadk.git] / target / aarch64 / rockpi4-plus / genimage.cfg
blob4cb5f359389b0f105e3db4644f29dbf6be33cbac
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "kernel",
5                         "rk3399-rock-pi-4b-plus.dtb",
6                         "extlinux"
7                 }
8         }
10         size = 32M
13 image sdcard.img {
14         hdimage {
15         }
17         partition loader1 {
18                 in-partition-table = "no"
19                 image = "idbloader.img"
20                 offset = 32K
21         }
23         partition loader2 {
24                 in-partition-table = "no"
25                 image = "u-boot.itb"
26                 offset = 8M
27         }
29         partition boot {
30                 partition-type = 0xC
31                 bootable = "true"
32                 image = "boot.vfat"
33                 offset = 16M
34         }
36         partition rootfs {
37                 partition-type = 0x83
38                 image = "rootfs.ext"
39         }
41         partition cfgfs {
42                 partition-type = 0x88
43                 image = "cfgfs.img"
44         }