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
/
firefly
/
firefly-rk3288
/
sd-image.cfg
blob
a9eb9f0142a084d32e3ba98ab23b10a002e3e02a
1
image sdcard.img {
2
hdimage {
3
}
4
5
partition u-boot-spl-dtb {
6
in-partition-table = "no"
7
image = "u-boot-spl-dtb.img"
8
offset = 32K
9
}
10
11
partition u-boot-dtb {
12
in-partition-table = "no"
13
image = "u-boot-dtb.img"
14
offset = 128K
15
}
16
17
partition rootfs {
18
partition-type = 0x83
19
image = "rootfs.ext4"
20
size = 512M
21
}
22
}