repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
package/pkg-toolchain-external: indentation cleanup
[buildroot-gz.git]
/
board
/
nexbox
/
a95x
/
genimage.cfg
blob
c6c80f860bb867e676dd4bb74bbfdb220cc06cf4
1
image boot.vfat {
2
vfat {
3
files = {
4
"uImage",
5
"meson-gxbb-nexbox-a95x.dtb",
6
"meson-gxl-nexbox-a95x.dtb",
7
"boot.scr"
8
}
9
}
10
size = 32M
11
}
12
13
image sdcard.img {
14
hdimage {
15
}
16
17
partition boot {
18
partition-type = 0xC
19
bootable = "true"
20
image = "boot.vfat"
21
}
22
23
partition rootfs {
24
partition-type = 0x83
25
image = "rootfs.ext4"
26
size = 512M
27
}
28
}