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-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
board
/
boundarydevices
/
common
/
genimage.cfg
blob
a383fb750c3b7ce745bf93a05d4659588ae83225
1
# Minimal SD card image for Boundary Devices platforms
2
#
3
# It does not need a boot section for a bootloader since it is booted
4
# from its NOR flash memory.
5
#
6
# To update the bootloader, execute the following from U-Boot prompt:
7
# => run upgradeu
8
9
image sdcard.img {
10
hdimage {
11
}
12
13
partition rootfs {
14
partition-type = 0x83
15
image = "rootfs.ext4"
16
size = 512M
17
}
18
}