summaryrefslogtreecommitdiff
path: root/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/armv8-juice-juno-lsk/HOWTO_install.txt')
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt2
1 files changed, 1 insertions, 1 deletions
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".