summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/devices')
-rw-r--r--src/doc/src/devices/qtee-architech-tibidabo.qdoc2
-rw-r--r--src/doc/src/devices/qtee-bd-sl-imx6.qdoc2
-rw-r--r--src/doc/src/devices/qtee-beaglebone-black.qdoc2
-rw-r--r--src/doc/src/devices/qtee-raspberry-pi.qdoc2
-rw-r--r--src/doc/src/devices/qtee-sabre-sd-imx6.qdoc4
-rw-r--r--src/doc/src/devices/qtee-toradex-apalis.qdoc2
-rw-r--r--src/doc/src/devices/qtee-toradex-colibri-vf.qdoc2
7 files changed, 8 insertions, 8 deletions
diff --git a/src/doc/src/devices/qtee-architech-tibidabo.qdoc b/src/doc/src/devices/qtee-architech-tibidabo.qdoc
index a8b8214..87d070a 100644
--- a/src/doc/src/devices/qtee-architech-tibidabo.qdoc
+++ b/src/doc/src/devices/qtee-architech-tibidabo.qdoc
@@ -49,7 +49,7 @@
\badcode
cd <INSTALL_DIR>
- sudo ./Boot2Qt-4.x/tibidabo-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/tibidabo-eLinux/images/deploy.sh /dev/<device_name>
\endcode
After the installation is complete, insert the SD card, power on the device and check that
diff --git a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
index 68f32cd..2b68a28 100644
--- a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
+++ b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
@@ -67,7 +67,7 @@
\badcode
cd <INSTALL_DIR>
- sudo ./Boot2Qt-4.x/iMX6-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/iMX6-eLinux/images/deploy.sh /dev/<device_name>
\endcode
After the installation is complete, insert the SD card, power on the device and check that
diff --git a/src/doc/src/devices/qtee-beaglebone-black.qdoc b/src/doc/src/devices/qtee-beaglebone-black.qdoc
index ea7d745..dc9dce9 100644
--- a/src/doc/src/devices/qtee-beaglebone-black.qdoc
+++ b/src/doc/src/devices/qtee-beaglebone-black.qdoc
@@ -49,7 +49,7 @@
\badcode
cd <INSTALL_DIR>
- sudo ./Boot2Qt-4.x/beaglebone-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/beaglebone-eLinux/images/deploy.sh /dev/<device_name>
\endcode
After the installation is complete, insert the SD card, power on the device and check that
diff --git a/src/doc/src/devices/qtee-raspberry-pi.qdoc b/src/doc/src/devices/qtee-raspberry-pi.qdoc
index 60fb6af..b272f71 100644
--- a/src/doc/src/devices/qtee-raspberry-pi.qdoc
+++ b/src/doc/src/devices/qtee-raspberry-pi.qdoc
@@ -56,7 +56,7 @@
\badcode
cd <INSTALL_DIR>
- sudo Boot2Qt-4.x/raspberrypi-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/raspberrypi-eLinux/images/deploy.sh /dev/<device_name>
\endcode
After the image has been deployed, insert the SD card, power on the device and check that
diff --git a/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
index a0a9d24..819da9f 100644
--- a/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
+++ b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
@@ -56,7 +56,7 @@
\badcode
cd <INSTALL_DIR>
- sudo Boot2Qt-4.x/imx6qsabresd-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/imx6qsabresd-eLinux/images/deploy.sh /dev/<device_name>
\endcode
To deploy the image on \b {i.MX6Dual}, you need to enter an additional boot
@@ -64,7 +64,7 @@
\badcode
cd <INSTALL_DIR>
- sudo Boot2Qt-4.x/imx6qsabresd-eLinux/images/deploy.sh --uboot u-boot-imx6dlsabresd.imx /dev/<device_name>
+ sudo 5.5/Boot2Qt/imx6qsabresd-eLinux/images/deploy.sh --uboot u-boot-imx6dlsabresd.imx /dev/<device_name>
\endcode
After the image has been deployed, insert the SD card, power on the device and check that
diff --git a/src/doc/src/devices/qtee-toradex-apalis.qdoc b/src/doc/src/devices/qtee-toradex-apalis.qdoc
index 5a9d7bb..8d04b6e 100644
--- a/src/doc/src/devices/qtee-toradex-apalis.qdoc
+++ b/src/doc/src/devices/qtee-toradex-apalis.qdoc
@@ -51,7 +51,7 @@
\badcode
cd <INSTALL_DIR>
- sudo Boot2Qt-4.x/apalis-imx6-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/apalis-imx6-eLinux/images/deploy.sh /dev/<device_name>
\endcode
By default, the Toradex Apalis iMX6 boots from its internal eMMC. In order to boot from
diff --git a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
index 5753256..7329fbf 100644
--- a/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
+++ b/src/doc/src/devices/qtee-toradex-colibri-vf.qdoc
@@ -53,7 +53,7 @@
\badcode
cd <INSTALL_DIR>
- sudo Boot2Qt-4.x/colibri-vf-eLinux/images/deploy.sh /dev/<device_name>
+ sudo 5.5/Boot2Qt/colibri-vf-eLinux/images/deploy.sh /dev/<device_name>
\endcode
By default, the Toradex Colibri VF devices boot from their internal NAND memory. In order to boot from