summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-23 16:04:43 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-24 10:13:12 +0000
commita23aa57467134900fef364d2e35298ab74927b2f (patch)
treefbaffd7af6eed91c1287d32647c6b7bfaa87279a
parentb874ac26158e3e9fed695805c6c4eded0a0ecdb8 (diff)
doc: update kontron board instructions
New version of the BSP has memory card in different device. Change-Id: I16316d49a547354f8ddcba91d6bd6c75d488d13f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--src/doc/src/devices/qtee-kontron-smarc-samx6i.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/devices/qtee-kontron-smarc-samx6i.qdoc b/src/doc/src/devices/qtee-kontron-smarc-samx6i.qdoc
index de493b6..a576faf 100644
--- a/src/doc/src/devices/qtee-kontron-smarc-samx6i.qdoc
+++ b/src/doc/src/devices/qtee-kontron-smarc-samx6i.qdoc
@@ -65,7 +65,7 @@
setenv bootcmd 'mmc dev ${mmcdev}; if mmc rescan; then if run loadfdt; then if run loaduimage; then run mmcboot; else run netboot; fi; else run netboot; fi; else run netboot; fi;'
setenv uimage /boot/uImage
setenv fdtfile /boot/imx6q-smx6-lcd.dtb
- setenv mmcroot /dev/mmcblk0p2 rootwait rw
+ setenv mmcroot /dev/mmcblk2p2 rootwait rw
setenv mmcargs 'setenv bootargs video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 fbmem=28M console=${console},${baudrate} root=${mmcroot}'
saveenv
\endcode