Hi Milosz,
I am using the Raspberry Pi 3 B+ board as a real target. It has AOSP Pie 9 on it and runs. I would be interested now, to see like you said if I could run CTS,VTS on the board and omit deploy section.
What should I put in the boot section as method:
Would be the same fastboot or another method? I ask because the board is connected to LAN (and not over USB). Is it ok just to omit deploy section?
In other words how would Lava know to access the board on ADB over its IP. Where should I set this info?
Example section (Milosz CTS&VTS example): https://pastebin.com/hBn0pq6U
On Fri, 23 Aug 2019 at 09:15, George Nistor george.n@l4b-software.com wrote:
Hi Milosz,
I am using the Raspberry Pi 3 B+ board as a real target. It has AOSP Pie 9 on it and runs.
I would be interested now, to see like you said if I could run CTS,VTS on the board and omit deploy section.
What should I put in the boot section as method:
This depends on the device you're using. In this case I guess it should be some u-boot sequence (or even just let it boot on it's own)
Would be the same fastboot or another method? I ask because the board is connected to LAN (and not over USB).
fastboot requires interaction with host (host issues 'fastboot boot boot.img').
Is it ok just to omit deploy section?
This might work. Also check: https://master.lavasoftware.org/static/docs/v2/connections.html#primary-remo...
In other words how would Lava know to access the board on ADB over its IP. Where should I set this info?
This needs to be specified in device dictionary. Board needs to have 'static' IP address. In the past we did that with multinode job but that was a PITA. I don't remember exactly how this should work, but I'll check.
Example section (Milosz CTS&VTS example):
This might work. Did you try it?
milosz
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org