On Tue, 3 Sep 2019 at 09:41, Ilya Fedusiv <ilya.f@l4b-software.com> wrote:
>
> Hi!
>
> I'm using lava from debian stretch.
>
> I try flash image by fastboot.
>
> At that step job just stuck and util timeout of 10 minutes.
>
>
> nice fastboot -s '261a1c5d' flash persist /var/lib/lava/dispatcher/tmp/15/fastboot-deploy-7xj200yq/persist/persist.ext4
>
> If run command from terminal
> fastboot -s 261a1c5d flash persist /tmp/persist.ext4
> device is flashed in 3 seconds
It's most likely permissions and/or udev rule issue.
>
> It looks like, that LAVA doesnt see my device.
>
> Job desc :
https://pastebin.com/ZNeS71Ev
> Device desc:
https://pastebin.com/rYRyEnjy
You're probably missing device_info in your device dictionary. There
should be sth like this:
{% set device_info = [{'board_id': '5D415DCE022B1FFE'}] %}
IIRC this is used by LAVA to create udev rule that passes the device
to LXC container.
milosz
> Job log :
https://pastebin.com/fH0u3bUb
>
> I know, that for fastboot better to work with lxc. I also tried with lxc. And it stuck on the same place.
>
> Job log with lxc :
https://pastebin.com/RnZLNfvN
>
> Ilya
>
> _______________________________________________
> Lava-users mailing list
> Lava-users@lists.lavasoftware.org
>
https://lists.lavasoftware.org/mailman/listinfo/lava-users