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 kernels to latest LTS
[openadk.git]
/
target
/
arm
/
banana-p2-zero
/
genimage.cfg
blob
98c9de077cc978465975e0c9487e164805a9f3f5
1
image boot.vfat {
2
vfat {
3
files = {
4
"kernel",
5
"sun8i-h2-plus-bananapi-m2-zero.dtb",
6
"boot.scr"
7
}
8
}
9
10
size = 64M
11
}
12
13
image sdcard.img {
14
hdimage {
15
}
16
17
partition u-boot {
18
in-partition-table = "no"
19
image = "u-boot-sunxi-with-spl.bin"
20
offset = 8K
21
size = 1016K # 1MB - 8KB
22
}
23
24
partition boot {
25
partition-type = 0xC
26
bootable = "true"
27
image = "boot.vfat"
28
}
29
30
partition rootfs {
31
partition-type = 0x83
32
image = "rootfs.ext"
33
}
34
35
}