summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-07-02 17:41:55 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2014-07-02 18:52:02 +0300
commit95801e49bafc6a314c5aadca37f2f2de0ea74dbe (patch)
tree56bda7b47691589c5368e448cc19c6783d3c1a3e
parenta2c0d8a6b715a80db5eb0e99ec1f199db74eeb8f (diff)
[Doc] Troubleshooting - add note about flashing BD's i.MX6
Change-Id: I2323becd5b62f01d6c62e848e77ad3588ceee270 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
-rw-r--r--src/doc/src/b2qt.qdoc22
1 files changed, 22 insertions, 0 deletions
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
+
*/
/*!