Hello @mdmeoqui !
Could you please let me know which operating system you are using in your product?
If you’re working with Torizon OS, you can generate a new TEZI image using the TorizonCore Builder. This tool offers a very helpful command called isolate, which allows you to extract the current configuration from /etc on your device. Additionally, you can customize other elements of your image, such as device tree overlays, kernel modules, and your final application.
Ideally, using dd
to clone the image is not recommended, since this method only gives you the final binary. For long-term maintenance and flexibility, it’s best to have the source and configuration under version control. This way, you can easily make adjustments and maintain your image throughout the product’s lifecycle.
Feel free to reach out if you have any questions or need further assistance.
Best regards,