All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] beaglebone.wks: Add beaglebone wic template
@ 2018-10-13  1:57 Khem Raj
  2018-10-13  1:57 ` [PATCH 2/2] beaglebone.conf: Switch u-boot provider to mainline from oe-core Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-10-13  1:57 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 wic/beaglebone.wks | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 wic/beaglebone.wks

diff --git a/wic/beaglebone.wks b/wic/beaglebone.wks
new file mode 100644
index 00000000..b75f238d
--- /dev/null
+++ b/wic/beaglebone.wks
@@ -0,0 +1,6 @@
+# short-description: Create SD card image for Beaglebone
+# long-description: Creates a partitioned SD card image for Beaglebone.
+# Boot files are located in the first vfat partition.
+
+part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid
+part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid
-- 
2.19.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-13  3:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13  1:57 [PATCH 1/2] beaglebone.wks: Add beaglebone wic template Khem Raj
2018-10-13  1:57 ` [PATCH 2/2] beaglebone.conf: Switch u-boot provider to mainline from oe-core Khem Raj
2018-10-13  3:06   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.