From: Arnout Vandecappelle (Essensium/Mind) Date: Fri, 6 Oct 2017 20:14:07 +0000 (+0200) Subject: boarde: icorem6: clarify the common vs. board-specific things in readme.txt X-Git-Tag: 2017.11-rc1~405 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/f934856638f686dff360c6eff2e6972f72fe864a boarde: icorem6: clarify the common vs. board-specific things in readme.txt 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) --- diff --git a/board/engicam/icorem6/readme.txt b/board/engicam/icorem6/readme.txt index 0b6f216029..bd78c5a556 100644 --- a/board/engicam/icorem6/readme.txt +++ b/board/engicam/icorem6/readme.txt @@ -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!