summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}