summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/devices/qtee-toradex-colibri-imx6.qdoc3
-rw-r--r--src/doc/src/devices/qtee-toradex-colibri-vf.qdoc12
2 files changed, 12 insertions, 3 deletions
diff --git a/src/doc/src/devices/qtee-toradex-colibri-imx6.qdoc b/src/doc/src/devices/qtee-toradex-colibri-imx6.qdoc
index 6b96c09..e6ce7d9 100644
--- a/src/doc/src/devices/qtee-toradex-colibri-imx6.qdoc
+++ b/src/doc/src/devices/qtee-toradex-colibri-imx6.qdoc
@@ -60,9 +60,6 @@
Enter following commands into U-Boot:
\badcode
- setenv drive 2
- setenv setupdate 'fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source'
-
run setupdate
run update_uboot
\endcode
diff --git a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
index fbf1f37..56fb0f5 100644
--- a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
+++ b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
@@ -67,6 +67,18 @@
\endcode
Reset or power cycle the device to continue.
+ To reset the U-Boot environment to new default values, enter the following commands
+ in the U-Boot command line
+
+ \badcode
+ env default -a
+ saveenv
+ \endcode
+
+
+ New U-Boot commands are now stored into the device, and you can start \B2Q. For more information
+ about the boot process on Toradex Colibri iMX6, see
+ \l{http://developer.toradex.com/software-resources/arm-family/linux/linux-booting}{Toradex Linux Booting}.
After the image has been deployed, insert the SD card, power on the device and check that
the \B2Q welcome screen and/or demo appear.