[Buildroot] [PATCH v2 2/2] board: Add a readme file for Toradex Colibri Vybrid module

Sanchayan Maity maitysanchayan at gmail.com
Sat Dec 12 07:06:58 UTC 2015


Add a readme file documenting how to use the build output images
using and cross referencing the update procedure as used by Toradex.
---
 board/toradex/colibri-vf/readme.txt | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 board/toradex/colibri-vf/readme.txt

diff --git a/board/toradex/colibri-vf/readme.txt b/board/toradex/colibri-vf/readme.txt
new file mode 100644
index 0000000..a403c03
--- /dev/null
+++ b/board/toradex/colibri-vf/readme.txt
@@ -0,0 +1,23 @@
+Build instructions
+------------------
+
+As a regular user configure and then build:
+
+$ make colibri_vf_defconfig
+$ make
+
+This configuration will use a linux kernel and uboot from the git trees
+maintained by Toradex and build a minimal root file system.
+
+Flashing the Vybrid module
+--------------------------
+
+Details can be found at:
+http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules
+
+The above build configuration would result in building of rootfs.ubifs image
+and u-boot-nand.imx uboot binary. Prepare the SD card as per the instructions
+on the above article. Replace the ubifs.img file in SD card with rootfs.ubifs
+image file, rename it to ubifs.img and replace the u-boot-nand.imx uboot binary
+on the SD card with the one generated by buildroot. Then follow the updation
+procedure on the above article.
-- 
2.6.4




More information about the buildroot mailing list