Hello to everyone,
I need to add some scripts to the /etc/lava-server/dispatcher-config/device-types.
I have on the device working MLO and U-Boot with some U-Boot environment which boot mmc, I also have working ser2net in Lava VM, it works seamlessly. So these are all the prerequisites for adding the device type, as my best understanding is?
My Lava is upgraded:
||/ Name Version Architecture Description
+++-======================-================-================-==================================================
ii lava-dispatcher 2018.2.post2-1+s amd64 Linaro Automated Validation Architecture dispatche
ii lava-server 2018.2-1+stretch all Linaro Automated Validation Architecture server
I have
beaglebone-black device type and added to it bbb01 device, which I finally made working with Lava. I updated the beaglebone-black-jinja2 script, and created in /etc/lava-server/dispatcher-config/devices bbb01.jinja2, added this device to beaglebone-black device type.
I am wondering what should I do else, besides to write iwg20m.jinja2 which inherits base-uboot.jinja2 script???
iwg20m is similar to Beaglebone Black (it is, after all, armv7 silicon/platform based). And I can make iwg20m.jinja2 as similar analogy to beaglebone-black.jinja2 .