summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-11-19 16:30:38 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2014-11-19 16:34:09 +0000
commitf69c8a7782b4435d15395dade07dcd52c7c31520 (patch)
tree15ef56c8f63bbddb6f570530fd3a9f77426e3f71
parentda81a09a2e2abddc8a971c6536f20fb001f4f760 (diff)
Update Boot Device menu entries for f/w 0.9.2
Firmware 0.9.2 starts to list the USB FAT partitions at the start of the list. So option 4 for "boot" will become option 1 and option 5 for "testboot" will become option 2. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--lava/juno.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/lava/juno.conf b/lava/juno.conf
index 7e95d2b..d428d3a 100644
--- a/lava/juno.conf
+++ b/lava/juno.conf
@@ -54,7 +54,7 @@ boot_cmds_master = expect Start:,
expect Choice:,
sendline 1,
expect Select the Boot Device:,
- sendline 4,
+ sendline 1,
expect File path of the EFI Application or the kernel:,
sendline Image,
expect Has FDT support? [y/n],
@@ -74,7 +74,7 @@ boot_cmds_master = expect Start:,
expect Choice:,
sendline 5,
expect Select the Boot Device:,
- sendline 4,
+ sendline 1,
expect File path of the FDT blob:,
sendline juno.dtb,
expect Choice:,
@@ -97,7 +97,7 @@ boot_cmds = expect Start:,
expect Choice:,
sendline 1,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the EFI Application or the kernel:,
sendline Image,
expect Has FDT support? [y/n],
@@ -119,7 +119,7 @@ boot_cmds = expect Start:,
expect Choice:,
sendline 5,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the FDT blob:,
sendline juno.dtb,
expect Choice:,
@@ -143,7 +143,7 @@ boot_cmds_oe = expect Start:,
expect Choice:,
sendline 1,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the EFI Application or the kernel:,
sendline Image,
expect Has FDT support? [y/n],
@@ -163,7 +163,7 @@ boot_cmds_oe = expect Start:,
expect Choice:,
sendline 5,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the FDT blob:,
sendline juno.dtb,
expect Choice:,
@@ -187,7 +187,7 @@ boot_cmds_android = expect Start:,
expect Choice:,
sendline 1,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the EFI Application or the kernel:,
sendline kernel,
expect Has FDT support? [y/n],
@@ -209,7 +209,7 @@ boot_cmds_android = expect Start:,
expect Choice:,
sendline 5,
expect Select the Boot Device:,
- sendline 5,
+ sendline 2,
expect File path of the FDT blob:,
sendline juno.dtb,
expect Choice:,