summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt2
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 878ccbf..b887e76 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -43,7 +43,7 @@ h3. Installation Steps
bc. dmesg
DRIVE=/dev/sdX # USB drive found from dmesg above
-bzcat vexpress.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd bs=64k of=$DRIVE
When the image is created, skip down to the section "Booting the image".
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 83212a8..e3bc405 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -43,7 +43,7 @@ h3. Installation Steps
bc. dmesg
DRIVE=/dev/sdX # USB drive found from dmesg above
-bzcat vexpress.img.bz2 | sudo dd bs=64k of=$DRIVE
+bzcat juno.img.bz2 | sudo dd bs=64k of=$DRIVE
When the image is created, skip down to the section "Booting the image".