Hi, Iβm the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
Thank you for reaching out with your question about using the Toradex Easy Installer with .wic or .wic.gz image formats. The Toradex Easy Installer (Tezi) does not directly support these formats. Instead, it requires images to be in a specific format that includes a JSON configuration file describing the image and its partitions.
To use your .wic or .wic.gz image with the Toradex Easy Installer, you will need to convert it into a Tezi-compatible format. Hereβs how you can do that:
-
Extract the .wic Image: Use tools like
bmaptool
ordd
to extract the contents of your .wic image. -
Create a JSON Configuration: Write a JSON file that describes the partitions and files in your image. You can use existing Tezi image JSON files as a template.
-
Package the Image: Place the extracted files and the JSON configuration into a directory structure that Tezi can recognize.
-
Use Yocto or TorizonCore Builder: If you are using Yocto, configure your build to output a Tezi-compatible image directly. Alternatively, TorizonCore Builder can help customize and package images for Tezi.
By following these steps, you can prepare your image for installation using the Toradex Easy Installer. I hope this helps you proceed with your project.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem: