Smita,
Yes I looked and confirm that analysis, you've not commented on what the U-Boot prompt is?
I'm putting lava-users back on the cc list in case others wish to comment, and making my comment below clearer
Robert
"Gumansingh, Smita" Smita_Gumansingh@mentor.com writes:
Hi Robert,
Have you got any chance to see my bbb health check log
bbb health check fails at this point
send-reboot-commands timed out after 179 seconds end: 2.4.1.1 send-reboot-commands (duration 00:02:59)
Please have a look on this log https://pastebin.com/gPmMG84J
Thanks & Regards, Smita Gumansingh
From: Robert Marshall robert.marshall@codethink.co.uk Sent: Wednesday, January 10, 2018 6:21 PM To: Gumansingh, Smita Subject: Re: [Lava-users] No result coming when job submitted in lava
Smita
Though you only to replace that line *if* the U-Boot prompt doesn't
^ need
consist of "U-Boot⇒" - interrupt the BBB boot to see what it actually is, and if it is necessary, you also need to remove the other line - apologies for the instructions not being clear here.
Thanks for the fuller output in the other email!
Robert
"Gumansingh, Smita" Smita_Gumansingh@mentor.com writes:
Thanks Robert for the quick response
Currently u-boot is showing in /etc/lava-server/dispatcher-config/device-types/beaglebone-black.jinja2 is:
{% set bootloader_prompt = bootloader_prompt|default('U-Boot') %}
As you suggested I added the line: {% set bootloader_prompt = bootloader_prompt|default('⇒') %} and submitted a job
No output from the job when submitted...
Thanks & Regards, Smita Gumansingh
From: Robert Marshall robert.marshall@codethink.co.uk Sent: Wednesday, January 10, 2018 5:08 PM To: Gumansingh, Smita Cc: lava-users@lists.linaro.org Subject: Re: [Lava-users] No result coming when job submitted in lava
Hi, some comments below!
"Gumansingh, Smita" Smita_Gumansingh@mentor.com writes:
Hi, I am new to lava and trying to submit a job on lava scheduler ,job submitted nut no result is coming. I am trying to test the CIP Kernel on the Beaglebone Black(board is physically connected to my linux machine). Health checkup is working somehow .
By 'somehow' do you mean the health check is completing correctly and the device is shown as online?
I am following the steps from here https://wiki.linuxfoundation.org/civilinfrastructureplatform/ciptestingrefer...
Pre-requise:
- I have built(cip_v4.4.92) the CIP Kernel with Kernel CI as the steps mentioned in
https://wiki.linuxfoundation.org/civilinfrastructureplatform/cipsystembuildh... 2.Target is booted and up and flashed with debian 4.9 rootfs
What is the U-Boot prompt with this version, if it is ⇒ rather than U-Boot⇒
on the vagrant machine you need to
sudo vi /etc/lava-server/dispatcher-config/device-types/beaglebone-black.jinja2 And add the line: {% set bootloader_prompt = bootloader_prompt|default('⇒') %}
Job Definination is pasted here
Need help for going further !!!!
Do you get any output from the job?
Thanks & Regards, Smita Gumansingh
Robert