Custom EasyInstaller for Linux (Yocto)

We are working on iMX6S with an own Yocto Linux distribution. In production we are planning to use the EasyInstaller mechanism to load the software onto the SOMs. Based on an existing genimage.conf to create an EMMC image we were trying to design the corresponding image.json script for the EasyInstaller. Before destroying any SOMs we would like you to double check the JSON file we’ve created. In our opinion both should create the same layout. Is that correct? Are there any mistakes we haven’t seen?
genimage.config (7.6 KB)
image.json (2.3 KB)

Hi @widtmann

Thanks for writing to the Toradex Community!

You cannot destroy the SoM, if your image.json is wrong then the SoM simply will not boot.
Regarding your image.json, could you use this image.json (1.6 KB)
, the defined product ids are wrong, thus your custom Toradex Easy Installer will not be installed on Colibri iMX6s.

Best regards,
Jaski

Dear @jaski.tx
Thank you for your quick response. We replaced the product Ids with the ones from your image.json file. Just to clarify, we want to load our custom Linux image using the Toradex EasyInstaller mechanism. Our image.json file should generate our structure defined in genimage.config (which I initially posted). Is it now correct?

Here is our adjusted image.json file: image.json (2.3 KB)

Hi @widtmann

Yes, the product ids are correct. Feel free to install the image and let us know your result.

Best regards,
Jaski