summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+
*/
/*!