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) <arnout@mind.be>
This commit is contained in:
parent
02408a54c7
commit
f934856638
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user