repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux: update to 6.10.x, 6.9.x is EOL
[openadk.git]
/
target
/
aarch64
/
rockpi4-plus
/
genimage.cfg
blob
4cb5f359389b0f105e3db4644f29dbf6be33cbac
1
image boot.vfat {
2
vfat {
3
files = {
4
"kernel",
5
"rk3399-rock-pi-4b-plus.dtb",
6
"extlinux"
7
}
8
}
9
10
size = 32M
11
}
12
13
image sdcard.img {
14
hdimage {
15
}
16
17
partition loader1 {
18
in-partition-table = "no"
19
image = "idbloader.img"
20
offset = 32K
21
}
22
23
partition loader2 {
24
in-partition-table = "no"
25
image = "u-boot.itb"
26
offset = 8M
27
}
28
29
partition boot {
30
partition-type = 0xC
31
bootable = "true"
32
image = "boot.vfat"
33
offset = 16M
34
}
35
36
partition rootfs {
37
partition-type = 0x83
38
image = "rootfs.ext"
39
}
40
41
partition cfgfs {
42
partition-type = 0x88
43
image = "cfgfs.img"
44
}
45
}