Hi all,
I have a basic practical question: I'm trying to reset a panda-es board with a suitable master image for lava to use with the default device-types confs, namely with:
lava-dispatcher/device-types/panda-es.conf:bootloader_prompt = U-Boot
so I wrote panda-master-20150303.img.tgz (linaro master-images) to the sdcard I'm using.
I'd expect u-boot.bin on the boot partition to being compatible with the expected lava prompt and u-boot command set ('bootz' supported for instance), but I keep having an incompatible config of u-boot ("Panda" as a prompt, bootz not supported, etc...), what am I missing?
Thanks and Regards, Marc.
Firstly, the prompt is configurable, so you can just change the panda-es.conf.
Secondly, 2016 is the start of the migration to the pipeline, so you may want to consider looking at the panda.jinja2 template (the panda does not need a master image for use with the pipeline dispatcher). With the pipeline dispatcher, all configuration moves onto the lava-server (the dispatcher just does what it is told without any independent config), so it will be easier to view the actual running config.
Third, you can check the jobs running and using the configuration and find the u-boot version from the test job logs. What may have happened is that the version of uboot available has moved on and the prompt has changed. snapshot.debian.org has prior versions of the relevant packages but modifying a master image or building a new master image with different packages is probably more work than it is worth.
Fourth, there are lava-master images available: http://images.validation.linaro.org/lava-masters/ - check with lava-lab@linaro.org if those don't match the expected config. There are times when the default config is out of step with actual running config. https://git.linaro.org/lava/lava-lab.git/blob/HEAD:/staging.validation.linar...
Locally, I'm using U-Boot SPL 2015.04+dfsg1-2 (May 26 2015 - 05:33:36) which has a U-Boot# prompt. Staging is using U-Boot SPL 2015.04+dfsg1-2 (May 26 2015 - 05:33:36) too. https://staging.validation.linaro.org/scheduler/job/139378/log_file#L_5_1
On 6 January 2016 at 10:26, Marc Titinger mtitinger@baylibre.com wrote:
Hi all,
I have a basic practical question: I'm trying to reset a panda-es board with a suitable master image for lava to use with the default device-types confs, namely with:
lava-dispatcher/device-types/panda-es.conf:bootloader_prompt = U-Boot
so I wrote panda-master-20150303.img.tgz (linaro master-images) to the sdcard I'm using.
I'd expect u-boot.bin on the boot partition to being compatible with the expected lava prompt and u-boot command set ('bootz' supported for instance), but I keep having an incompatible config of u-boot ("Panda" as a prompt, bootz not supported, etc...), what am I missing?
Thanks and Regards, Marc.
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org