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/efl: bump to version 1.18.4
[buildroot-gz.git]
/
board
/
toradex
/
apalis-imx6
/
genimage.cfg
blob
fe359bd93e65b37055afa120badf8b1ef6cae7e7
1
# Minimal SD card image for the Toradex Apalis i.MX6 COM
2
#
3
# It does not need a boot section for a bootloader since it is booted
4
# from its internal flash memory (eMMC).
5
6
image sdcard.img {
7
hdimage {
8
}
9
10
partition rootfs {
11
partition-type = 0x83
12
image = "rootfs.ext2"
13
size = 512M
14
}
15
}