From 287a9894ce65b6150fc54d6d151322c8b66e2cba Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 26 May 2015 12:37:38 +0300 Subject: 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 --- src/doc/src/devices/qtee-toradex-colibri-vf.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/doc/src/devices/qtee-toradex-colibri-vf.qdoc') 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/ \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 -- cgit v1.2.3 From cc30c5ebdef4d845bd18e39c07a5643af0f6c6a2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 28 May 2015 13:41:40 +0300 Subject: doc: simpler uboot command for colibri vf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2124a91d6fd5f86dce7c5d3f341e505a8016dee0 Reviewed-by: Topi Reiniƶ Reviewed-by: Eirik Aavitsland --- src/doc/src/devices/qtee-toradex-colibri-vf.qdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/doc/src/devices/qtee-toradex-colibri-vf.qdoc') diff --git a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc index c41728e..5753256 100644 --- a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc +++ b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc @@ -62,9 +62,8 @@ Enter following commands into U-Boot: \badcode - set bootcmd 'run sdboot; run ubiboot; run nfsboot;' - set sddtbload 'setenv dtbparam; load mmc 0:2 ${fdt_addr_r} /boot/${soc}-colibri-${fdt_board}.dtb && setenv dtbparam ${fdt_addr_r}' - save + run setupdate + run update_uboot \endcode Reset or power cycle the device to continue. -- cgit v1.2.3