summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-03 11:38:50 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-03 11:38:50 +0100
commitd36d75b68f0f088cdf5ea2f5de18d8ef275699ce (patch)
tree93f444dd65dd02a3865b2f482fba9f24d43bf2b6
parentebf5d416ebc2f5a33db00cb82298f0afbacc0a82 (diff)
downloadgenivi-initial-setup-d36d75b68f0f088cdf5ea2f5de18d8ef275699ce.tar.gz
Add version-specific notes to building-and-testingF-1.1
-rw-r--r--building-and-testing6
1 files changed, 6 insertions, 0 deletions
diff --git a/building-and-testing b/building-and-testing
index 173992b..eb32315 100644
--- a/building-and-testing
+++ b/building-and-testing
@@ -1,5 +1,7 @@
h3. Baserock GENIVI Baseline for ARMv7-versatile
+*Note: Support for Baserock ARM systems was not provided for F-1.0.*
+
h4. Download a prebuilt ARMv7 Versatile image
*Note: This step is to be executed on an x86 host machine that has QEMU with ARM emulation support, and 'tap' installed*
@@ -45,8 +47,12 @@ git clone git://trove.baserock.org/baserock/baserock/genivi-initial-setup
h5. 4. Use the script to boot your image
+This script will check out the Foton 1.1 version of the script and boot the
+baserock-8-genivi-devel-armv7-versatile system.
+
{code}
cd genivi-initial-setup
+git checkout F-1.1
./run-built-arm-image.sh ../baserock-8-genivi-devel-armv7-versatile.zImage ../baserock-8-genivi-devel-armv7-versatile.img
{code}