summaryrefslogtreecommitdiffstats
path: root/board/beaglebone/genimage.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'board/beaglebone/genimage.cfg')
-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