From 80a3e844c7f30fcf590a47089f6937ab747e04da Mon Sep 17 00:00:00 2001 From: Samuli Piippo <samuli.piippo@qt.io> Date: Thu, 5 Dec 2019 12:13:25 +0200 Subject: [PATCH] toradex: update QBSP readme Add note about connecting the device via USB OTG to the host before flashing. Change-Id: I1a4dee2f8a7ccd1e8296e57853c4a44debc8ecb8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> --- .../boot2qt-addons/qbsp-readme/qbsp-readme/mx8/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-boot2qt-distro/dynamic-layers/toradex-nxp-layer/recipes-qt/boot2qt-addons/qbsp-readme/qbsp-readme/mx8/README b/meta-boot2qt-distro/dynamic-layers/toradex-nxp-layer/recipes-qt/boot2qt-addons/qbsp-readme/qbsp-readme/mx8/README index 5f30c60d..b1f8b744 100644 --- a/meta-boot2qt-distro/dynamic-layers/toradex-nxp-layer/recipes-qt/boot2qt-addons/qbsp-readme/qbsp-readme/mx8/README +++ b/meta-boot2qt-distro/dynamic-layers/toradex-nxp-layer/recipes-qt/boot2qt-addons/qbsp-readme/qbsp-readme/mx8/README @@ -38,10 +38,11 @@ See https://developer.toradex.com/software/toradex-easy-installer#installing-the ums 0 mmc 0 -4. Use Flashing Wizard to flash the image to the device: - 4.1 Launch Qt Creator. - 4.2 Select Tools > Flash Boot to Qt Device, and follow the instructions in Flashing Wizard. -5. Press Ctrl+C in the U-Boot console and run the reset command. +4. Connect your device to the development host using USB On-The-Go (OTG). +5. Use Flashing Wizard to flash the image to the device: + 5.1 Launch Qt Creator. + 5.2 Select Tools > Flash Boot to Qt Device, and follow the instructions in Flashing Wizard. +6. Press Ctrl+C in the U-Boot console and run the reset command. Note: The u-boot is not updated when using the Flashing Wizard. -- GitLab