Hello All,
I am able to successfully use the following boot_cmds option in Base model instances. However if I use the same on foundation model it does not work.
It comes to the uefi menu option and is not seem to issue any of my boot commands as defined in the json file.
Is it possible that for foundation models the boot_cmds option is not supported?
My json fragment is
"boot_cmds": [
"sendline 3",
"expect Choice:",
"sendline 2",
"expect Update entry:",
"sendline 1",
"expect File path of the EFI Application or the kernel: Image",
"sendline \n",
"expect Keep the initrd: [y/n]",
"sendline n",
"expect Arguments to pass to the binary: console=ttyAMA0 earlyprintk=pl011,0x1c090000 debug user_debug=31 loglevel=9",
"sendline \b9 root=/dev/vda2 rw",
"expect Description for this new Entry: Linux from SemiHosting",
"sendline \n",
"expect Choice:",
"sendline 5",
"expect Start:",
"sendline 1"
],
Any confirmation would be great!
Thanks
Basil Eljuse…