Update buidlroot to version 2016.08.1
This commit is contained in:
37
bsp/buildroot/board/technologic/ts4800/genimage.cfg
Normal file
37
bsp/buildroot/board/technologic/ts4800/genimage.cfg
Normal file
@@ -0,0 +1,37 @@
|
||||
image boot.vfat {
|
||||
vfat {
|
||||
files = {
|
||||
"zImage",
|
||||
"imx51-ts4800.dtb"
|
||||
}
|
||||
}
|
||||
size = 8M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
}
|
||||
|
||||
partition mbrboot {
|
||||
in-partition-table = "no"
|
||||
image = "mbrboot.bin"
|
||||
offset = 0
|
||||
}
|
||||
|
||||
partition uboot {
|
||||
partition-type = 0xda
|
||||
image = "u-boot.bin"
|
||||
size = 256k
|
||||
}
|
||||
|
||||
partition kernel {
|
||||
partition-type = 0xC
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
size = 256M
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user