Allow me to wade in here.
Lets go back to the beginning.
I think what everyone has missed here, is that in the first job definition you showed: https://staging.validation.linaro.org/scheduler/job/168134/definition has hardcoded boot commands in the job. If you look at them, they set "root=/dev/mmcblk0p2" which is using a rootfs from the MMC! By pure luck that happens to have a lava master image on it. But you're not actually booting the nfsrootfs defined in the job at all.
So I took your original definition, removed the hard coded boot commands (and replaced with "nfs" to use LAVAs built in ones), fixed a few problems such as the prompt being wrong, updated your kernel/dtb urls, and here it is booted fine. https://staging.validation.linaro.org/scheduler/job/168316 https://staging.validation.linaro.org/scheduler/job/168316/definition
Overriding boot commands is a bad idea in general. If the LAVA ones aren't doing what you need, talk to the lab to update them.
Matt.
On 16 March 2017 at 01:08, Lisa Nguyen lisa.nguyen@linaro.org wrote:
On 15 March 2017 at 00:26, Neil Williams neil.williams@linaro.org wrote:
On 14 March 2017 at 13:13, Remi Duraffort remi.duraffort@linaro.org wrote:
NFS on panda needs a rootdelay value on the kernel command line but we also need a change to the templates which will be this one:
https://review.linaro.org/#/c/17896/
Once that is merged, staging will update the following day.
That's merged so you should be able to test it tomorrow morning on staging.
Reference job: https://staging.validation.linaro.org/scheduler/job/168232 https://staging.validation.linaro.org/scheduler/job/168232/definition
The reference job worked for me. Thank you!
Is there any way that I can use a developer debian rootfs from releases.linaro.org[1] without running into an init issue[2]? The developer rootfs usually has all the build packages I need to create binaries for tests such as ebizzy[3] on the target device.
[1] http://releases.linaro.org/debian/images/developer-armhf/ [2] https://staging.validation.linaro.org/scheduler/job/168297#L769 [3] http://git.linaro.org/qa/test-definitions.git/tree/ubuntu/ebizzy.yaml
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/ _______________________________________________ Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users