From 95801e49bafc6a314c5aadca37f2f2de0ea74dbe Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Wed, 2 Jul 2014 17:41:55 +0200 Subject: [Doc] Troubleshooting - add note about flashing BD's i.MX6 Change-Id: I2323becd5b62f01d6c62e848e77ad3588ceee270 Reviewed-by: Laszlo Agocs --- src/doc/src/b2qt.qdoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 94d3ac6..03328b9 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -1779,6 +1779,28 @@ QML debugging is not fully functional when the Qt Quick Compiler is enabled. Support for this will be added in a later release. + + + \section2 Boundary Devices Android Jellybean i.MX6 image deploying issues + + On some hosts running the mksdcard.sh script results in the following failure messages: + + \badcode + Cannot find device with major:minor 8:20: No such device + cp: target ‘/media/BOOT/’ is not a directory + \endcode + + This means that flashing an sdcard has failed, even if the scripts seemingly runs to the end. + The issue can be worked around by adding "sleep" call before "udisks --mount" loop (search at + the end of the script): + + \badcode + sleep 2 + for n in 1 2 4 ; do + udisks --mount ${diskname}${prefix}${n} + done + \endcode + */ /*! -- cgit v1.2.3