From 9b86b6bf73eeac05c26a01247cf0ecb0f539cd07 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Fri, 7 Jun 2013 13:57:41 +0200 Subject: Use prepared sdcard image for i.MX6 Change-Id: Ic0b08fc2fd8985ae06266cf36555b5604bbc7d35 Reviewed-by: Eirik Aavitsland --- src/doc/src/b2qt.qdoc | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'src/doc') 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 - /targets/android-utils/bin/deploy_to_iMX6 /dev/XXX + cd + 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 -- cgit v1.2.3