summaryrefslogtreecommitdiff
path: root/android/images/armv8-juice-fvp-lsk/HOWTO_install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/armv8-juice-fvp-lsk/HOWTO_install.txt')
-rw-r--r--android/images/armv8-juice-fvp-lsk/HOWTO_install.txt47
1 files changed, 2 insertions, 45 deletions
diff --git a/android/images/armv8-juice-fvp-lsk/HOWTO_install.txt b/android/images/armv8-juice-fvp-lsk/HOWTO_install.txt
index 0aeb8dc..d964838 100644
--- a/android/images/armv8-juice-fvp-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-fvp-lsk/HOWTO_install.txt
@@ -130,49 +130,6 @@ h3. Black screen
The boot screen has been disabled to speed up booting. This means you may not see anything on the CLCD terminal for a while depending on the performance of the machine the model is running on. For example a first boot on a 2 GHz machine with 32 GB of RAM took 20 minutes. Subsequent boots should take approximately half the time to boot.
-h3. Attach ADB
+h3. Attaching ADB
-ADB on FVP Base models is supported over network. Follow the instructions here https://wiki.linaro.org/Internal/Projects/Juice/SetupNetworkingOnModelsUsingBridges to setup networking and use adb on FAST models.
-
-h2. How to run Juice images on Juno
-
-h3. Plug in the USB stick and flash Juice images on that USB device
-
-Run 'dmesg' and find out correct USB /dev node.
-
-pre. $ dmesg
-
-Look for a line that looks like the following at the end of the log
-
-pre. [288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
-
-WARNING: In the next step, make sure you use /dev/"whatever you see above".
- You can erase your hard drive with the wrong parameter.
-
-Run linaro image tools
-
-pre. $ linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
-
-If you're using tip of linaro image tools
-
-pre. $ ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
-
-Now unplug the USB stick and connect it to Juno and boot from it.
-
-h3. Configure Juno boot time UEFI configuration
-
-Copy Preboot firmwares (bl1.bin and fip.bin) from boot.tar.bz2 to <firmware_partition>/SOFTWARE/. Stop at UEFI prompt and change few parameters shown below
-
-<pre>
-Select USB device's boot partition to boot from while "Selecting the boot device".
-Change kernel in UEFI to "kernel" in the boot partition
-Change ramdisk in UEFI to "ramdisk.img" in the boot partition
-Change bootargs to "console=ttyAMA0,115200 earlyprintk=pl011,0x7ff80000"
-</pre>
-Note: There is a bug in UEFI where you won't see USB disk partitions while selecting the boot device. You have to press ESCAPE at "Select the boot device" menu item and then continue.
-
-It should get your Juno board up and running.
-
-h3. Attach ADB
-
-ADB on Juno is supported over network. Follow the instructions here https://wiki.linaro.org/Platform/Android/SetupAdbOverTcp to connect adb over network.
+ADB on FVP Base models is supported over the network. Follow the instructions here https://wiki.linaro.org/Internal/Projects/Juice/SetupNetworkingOnModelsUsingBridges to setup networking and use adb.