summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-07-24 21:02:08 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-07-24 21:02:08 +0100
commit465b5e34d4207f2dffbab3817c32c7172b5bb9fe (patch)
tree0825218a8139123ab1479510f15ac5c0d0b8d951
parent5c6c3a2cedc6232788e44a73624444fd9be3ba7c (diff)
15.07: TC2 uses USB stick, not SD card
Change-Id: Ia269b91d6ab0fbbebd91102f0ff2a32470b5b993 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/platforms/README.textile8
1 files changed, 4 insertions, 4 deletions
diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile
index c1f7000..e05089d 100644
--- a/members/arm/platforms/README.textile
+++ b/members/arm/platforms/README.textile
@@ -148,7 +148,7 @@ bc. sudo dd if=<downloaded file>.img of=/dev/sd<x>
(where @<x>@ is the letter corresponding to the USB stick)
-For TC2 insert an MMC card (minimum 4GB) into your system and run:
+For TC2 insert an USB stick (minimum 4GB) into your system and run:
bc. sudo dd if=<downloaded file>.img of=/dev/sd<x>
@@ -261,10 +261,10 @@ SOFTWARE, SITE1, MB and config.txt overwriting the files that were already there
* Copy the binaries you have built to your TC2
-For UEFI copy the contents of @output/<variant>/uefi@ to the SOFTWARE/TC2 folder
+For UEFI copy the contents of @output/<variant>/uefi@ to the SOFTWARE folder
Where @<variant>@ is the argument to build-all.sh above - eg: tc2-android
-* For Android or OpenEmbedded Insert the MMC card created above into your board (not needed for BusyBox)
+* For Android or OpenEmbedded Insert the USB stick created above into your board (not needed for BusyBox)
Power cycle your board and it will copy and run the new software images.
@@ -273,7 +273,7 @@ h3(#prebuilt). 2.8 Using prebuilt binaries
If you want to use prebuilt firmware and kernel binaries rather than download and build the software as described above, first, you should follow the instructions in "section 2.3":#down-bins and then download the prebuilt firmware images for the platform you wish to use.
The pre-built ZIPs contain the files for each supported configuration. For Juno the contents should be copied to the
-root of the mounted drive as per the recovery image in section 2.5. For FVP the contents should be copied to your workspace output folder (which you will need to create if you have not run a build). For TC2, the files should be copied to the SOFTWARE/TC2 folder of the mounted drive as per the vexpress-firmware image in section 2.7.
+root of the mounted drive as per the recovery image in section 2.5. For FVP the contents should be copied to your workspace output folder (which you will need to create if you have not run a build). For TC2, the files should be copied to the SOFTWARE folder of the mounted drive as per the vexpress-firmware image in section 2.7.
Other variants are only available when built from source. The current prebuilt binaries are targeted at Mobile, Enterprise and developer segments.