summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-06-07 13:57:41 +0200
committerRainer Keller <rainer.keller@digia.com>2013-06-11 16:56:36 +0300
commit9b86b6bf73eeac05c26a01247cf0ecb0f539cd07 (patch)
treef79a608acfec5e8acc3ce476be56f33da1649a04 /src/doc
parentda0334b5a7e3025182ce4fc98ef55424a01d059c (diff)
Use prepared sdcard image for i.MX6
Change-Id: Ic0b08fc2fd8985ae06266cf36555b5604bbc7d35 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/src/b2qt.qdoc30
1 files changed, 3 insertions, 27 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index ef18443..8e69d25 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -529,37 +529,13 @@
umount /dev/XXX
\endcode
- \section1 Installing the Android image
-
- Download the package \e{r13.4.1-nitrogen-20130407.tar.gz} from
- \l{http://boundarydevices.com/i-mx6-images-for-branch-r13-4-1/}{i.MX6
- images for branch r13.4-1}. This requires registration.
-
- Follow the instructions on the Boundary Devices web site to create
- an SD card containing the downloaded image. We recommend choosing
- the "Tar-ball installation" procedure, as it is much
- quicker. However, in case of problems, the "binary image
- installation" procedure is more failsafe.
-
- In either case, make sure to replace the device path
- (\c{"/dev/sdc"}) with the micro-SD card's device path that
- was found in the previous step.
-
- \warning \b{Make very sure you select the right device. Selecting the wrong
- one can result in a wiped hard drive.}
-
\section1 Installing the \B2Q image
- Make sure you have the required tools installed in your development machine:
-
- \code
- sudo apt-get install u-boot-tools
- \endcode
-
- Then, upgrade the micro-SD Card with \B2Q:
+ Write the image to the micro-SD card:
\code
- <SDK_INSTALL_DIR>/targets/android-utils/bin/deploy_to_iMX6 /dev/XXX
+ cd <SDK_INSTALL_DIR>
+ sudo dd if=targets/iMX6/images/sdcard.img of=/dev/XXX bs=1M
\endcode
\warning \b{Make very sure you select the right device. Selecting the wrong