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
python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git]
/
board
/
hardkernel
/
odroidc2
/
genimage.cfg
blob
15f97d44575b97003db54a63c72b7ee02b4a27f8
1
image boot.vfat {
2
vfat {
3
files = {
4
"boot.ini",
5
"Image",
6
"meson64_odroidc2.dtb"
7
}
8
}
9
size = 32M
10
}
11
12
image sdcard.img {
13
hdimage {
14
}
15
16
partition vfat {
17
partition-type = 0xC
18
image = "boot.vfat"
19
offset = 1048576
20
}
21
22
partition rootfs {
23
partition-type = 0x83
24
image = "rootfs.ext4"
25
size = 512M
26
}
27
}