On Wed, 3 Oct 2018 at 15:46, Jeremy Stashluk <StashlukJ@geophysical.com> wrote:

The bootloader-commands step breaks into u-boot and begins to issue commands, but some commands are issued prior to receiving the prompt.

I’ve attempted changing the boot_char_delay, but it doesn’t solve the issue.

 

I’m getting symptoms much like the ones in this thread, except I’m sending space rather than a newline, so the fix is not relevant to me.


You've attached the job description - that's just used for unit tests. What is needed here is the test job submission - what you submit to LAVA to start the test job. That allows us to see what commands are actually being specified.

Also, compare your test job and output with https://lkft-staging.validation.linaro.org/scheduler/job/8724 which is a similar kind of test job.

We don't run U-Boot TFTP jobs on X15 - those test jobs are using fastboot which only requires sending a single command to U-Boot but does require LXC, so the jobs are more complex: https://staging.validation.linaro.org/scheduler/job/240825

To set a character delay between sending each character of each line during the boot action, add this to your device dictionary (in this example 30 milliseconds):

{% set boot_character_delay = 30 %}

Please also attach the device dictionary in the reply.

 

https://lists.linaro.org/pipermail/lava-users/2018-May/001069.html

 

Jeremy Stashluk

Embedded Software Engineer

 

 

Geophysical Survey Systems, Inc.

40 Simon Street Nashua, NH 03060-3075

 

603. 893.1109 main  603.681.2045 direct  603.889.3984 fax

stashlukj@geophysical.com www.geophysical.com

 

_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users


--