The log file and job def are targeted at the base model? Not a foundation?

I modified the job def a bit and it's booting for me on the base model:

http://community.validation.linaro.org/scheduler/job/6261/definition


On 20 February 2014 14:45, Basil Eljuse <basil.elj...@arm.com> wrote:

>  Sorry Tyler,
>
> I should have copied the entire snippet. I already do have that defined
>
>
>
>         {
>
>             "command": "deploy_linaro_image",
>
>             "parameters": {
>
>                 "bootloadertype": "uefi",
>
>                 "hwpack": "
> http://releases.linaro.org/14.01/openembedded/aarch64/hwpack_linaro-vexpress64-rtsm_20140126-596_arm64_supported.tar.gz
> ",
>
>                 "rootfs": "
> http://releases.linaro.org/14.01/openembedded/aarch64/linaro-image-minimal-genericarmv8-20140127-635.rootfs.tar.gz
> "
>
>             }
>
>         },
>
>
>
> Attaching my full json for ref. Also the lava log output.
>
>
>
> Thanks
>
> Basil Eljuse...
>
>
>
> *From:* Tyler Baker [mailto:tyler.ba...@linaro.org]
> *Sent:* 20 February 2014 22:38
>
> *To:* Basil Eljuse
> *Cc:* Linaro Validation
> *Subject:* Re: [Linaro-validation] Any known issues with boot_cmds
> support on foundation models...
>
>
>
> Hi Basil,
>
>
>
> After reviewing the code if you add the parameter "bootloadertype" to uefi
> in the deployment action similar to this example:
>
>
>
> http://community.validation.linaro.org/scheduler/job/6139/definition
>
>
>
> LAVA will attempt to issue your boot_cmds.
>
>
>
> Let me know!
>
>
>
> On 20 February 2014 14:30, Tyler Baker <tyler.ba...@linaro.org> wrote:
>
> Hi Basil,
>
>
>
> We have never had to use UEFI on the Foundation model before, so no
> boot_cmds are used. I'm working on some of the fastmodel issues today, and
> will have a look at what it will take to support UEFI.
>
>
>
> Cheers,
>
>
>
> On 20 February 2014 14:20, Basil Eljuse <basil.elj...@arm.com> wrote:
>
>   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...
>
>
> -- IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
>
> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2557590
> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2548782
>
>
>
> _______________________________________________
> linaro-validation mailing list
> linaro-validation@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-validation
>
>
>
>
>
> --
>
> Tyler Baker
> Technical Architect, LAVA
> Linaro.org | Open source software for ARM SoCs
> Follow Linaro: http://www.facebook.com/pages/Linaro
> http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
>
>
>
>
>
> --
>
> Tyler Baker
> Technical Architect, LAVA
> Linaro.org | Open source software for ARM SoCs
> Follow Linaro: http://www.facebook.com/pages/Linaro
> http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
>
> -- IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
>
> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2557590
> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2548782
>



-- 
Tyler Baker
Technical Architect, LAVA
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
_______________________________________________
linaro-validation mailing list
linaro-validation@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to