summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-26 12:37:38 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-26 16:19:16 +0300
commit287a9894ce65b6150fc54d6d151322c8b66e2cba (patch)
treefead620ce8819320eb72cc0dba75be8046c55ede /src/doc/src/devices
parentc85b1e25191f5a8f6ba0f40921082efb8700da88 (diff)
doc: Update colibri vf instructions
New set of uboot commands to boot with latest kernel. Colibris have raw SLC NAND memory instead of eMMC. Change-Id: Id621fdb9692baffff14d78a18d9effe34928877e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'src/doc/src/devices')
-rw-r--r--src/doc/src/devices/qtee-toradex-colibri-vf.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
index 5c01753..c41728e 100644
--- a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
+++ b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
@@ -56,14 +56,14 @@
sudo Boot2Qt-4.x/colibri-vf-eLinux/images/deploy.sh /dev/<device_name>
\endcode
- By default, the Toradex Colibri-VF devices boot from their internal eMMC. In order to boot from
+ By default, the Toradex Colibri VF devices boot from their internal NAND memory. In order to boot from
an external SD card, the U-Boot needs to be modified. Connect a serial cable
to the device and enter into the U-Boot environment by pressing any key before the autoboot.
Enter following commands into U-Boot:
\badcode
set bootcmd 'run sdboot; run ubiboot; run nfsboot;'
- set sdboot 'run setup; setenv bootargs ${defargs} ${mmcargs} ${mtdparts} ${setupargs} ${vidargs}; echo Booting from MMC/SD card...; mmc part 0; fatload mmc 0:1 ${loadaddr} zImage && bootz'
+ set sddtbload 'setenv dtbparam; load mmc 0:2 ${fdt_addr_r} /boot/${soc}-colibri-${fdt_board}.dtb && setenv dtbparam ${fdt_addr_r}'
save
\endcode