]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
boarde: icorem6: clarify the common vs. board-specific things in readme.txt
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 6 Oct 2017 20:14:07 +0000 (22:14 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 6 Oct 2017 20:14:07 +0000 (22:14 +0200)
The parts of the readme.txt that specify the board-specific aspects
(DTB files, KMS config json file) were a bit confusing. For the DTB
files this is solved by putting the board it applies to after the DTB
file name. For the json files, this is solved by adding an extra line,
so the CinematicExperience-demo is clearly separated from the setting
of QT_QPA_EGLFS_KMS_CONFIG.

Also remove the 'for all boards' line in the beginning, it doesn't add
any value.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
board/engicam/icorem6/readme.txt

index 0b6f216029d8b7a4abba549b6b8c5b441e9a3683..bd78c5a55646833c0dfa394b4e3ad4f025fe85bb 100644 (file)
@@ -17,8 +17,6 @@ Build
 
 First, configure Buildroot for the Engicam i.CoreM6:
 
-- for i.CoreM6 Quad/Dual/DualLite/Solo:
-
   make engicam_imx6qdl_icore_defconfig
 
 Build all components:
@@ -26,14 +24,10 @@ Build all components:
   make
 
 You will find the following files in output/images/:
-- for i.CoreM6 Quad/Dual:
-  - imx6q-icore.dtb
-- for i.CoreM6 DualLite/Solo:
-  - imx6dl-icore.dtb
-- for i.CoreM6 Quad/Dual ofcap 10:
-  - imx6q-icore-ofcap10.dtb
-- for i.CoreM6 Quad/Dual ofcap 12:
-  - imx6q-icore-ofcap12.dtb
+  - imx6q-icore.dtb (for i.CoreM6 Quad/Dual)
+  - imx6dl-icore.dtb (for i.CoreM6 DualLite/Solo)
+  - imx6q-icore-ofcap10.dtb (for i.CoreM6 Quad/Dual ofcap 10)
+  - imx6q-icore-ofcap12.dtb (for i.CoreM6 Quad/Dual ofcap 12)
   - rootfs.ext4
   - rootfs.tar
   - sdcard.img
@@ -93,6 +87,7 @@ Running Qt5 Cinematic Demo:
 # export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore-ofcap10.json
 - for i.CoreM6 ofcap12
 # export QT_QPA_EGLFS_KMS_CONFIG=/root/imx6qdl-icore-ofcap12.json
+
 # CinematicExperience-demo
 
 Enjoy!