summaryrefslogtreecommitdiffstats
path: root/board/beaglebone
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>2016-06-07 10:58:01 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 21:31:08 +0200
commit828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c (patch)
tree9908edfaaf14471e2339d79908d7fdbbc5c795f6 /board/beaglebone
parentf2bb4233fa75c4c2e8f910835798a5f2a4a8b81c (diff)
downloadbuildroot-828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c.tar.gz
buildroot-828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c.zip
configs/beaglebone: Add missing genimage.cfg file
Commit 7d0b7d3c27a6 ("configs/beaglebone: Use genimage to produce the SD card image") introduce genimage usage, but forgot to add the genimage config file. Fix it. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/beaglebone')
-rw-r--r--board/beaglebone/genimage.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/board/beaglebone/genimage.cfg b/board/beaglebone/genimage.cfg
new file mode 100644
index 0000000000..0c29a804d5
--- /dev/null
+++ b/board/beaglebone/genimage.cfg
@@ -0,0 +1,30 @@
+image boot.vfat {
+ vfat {
+ files = {
+ "MLO",
+ "u-boot.img",
+ "zImage",
+ "uEnv.txt",
+ "am335x-bone.dtb",
+ "am335x-boneblack.dtb"
+ }
+ }
+ size = 16M
+}
+
+image sdcard.img {
+ hdimage {
+ }
+
+ partition u-boot {
+ partition-type = 0xC
+ bootable = "true"
+ image = "boot.vfat"
+ }
+
+ partition rootfs {
+ partition-type = 0x83
+ image = "rootfs.ext4"
+ size = 512M
+ }
+}
OpenPOWER on IntegriCloud