I have the Torizon Core Builder built a custom image, based on a TorizonCore
5.7.2+build.20.
(some changes directly in the device tree sources and adding an overlay for a touch display via the LVDS connector)
I can deploy this to a SoM using the SSH method. Everything is working fine.
Should the resulting Easyinstaller image work the same if I install it first with the EasyInstallerTool? Or do I have to upload the base image first and then update it with my custom image?
Hello @gerko ,
Your EasyInstaller image should work well, as any of our default ones.
You just have to put the SoM in recovery mode, execute the recovery script and install your image via USB or from your own feed. You also have the option of using TorizonPlatform Services
If you want the docker containers to be still running on the module after you install the custom-built image, there are 3 ways to deploy the image:
Update the module with the custom-built image using our Torizon Platform (either online or offline updates would work). You will need to push the image to the platform using torizoncore-builder platform push command.
I install a TC-Image with Evaluation container using the recovery method via the EasyInstaller
I am using this module with this image to template it in TorizonCoreBuilder using the torizoncore-builder images download method.
I do my changes in the TCB and deploy the new image via the SSH method on the module.
… everything works as desired and the Docker environment is present as usual
Scenario 2:
everything as in scenario 1, but:
I deploy the new image via Easyinstaller as fresh new Image.
As expected, I don’t have a Docker Evaluation Environment on the module. Is there a way to create a Custom Image With Evaluation Containers?
Or am I forced to always upload a ‘… with-evaluation-containers’ image first? And update this with my custom image?
This is only intended for the development phase.
Is there a specific reason why you want to deploy the newly built custom image from easy installer?
Is there a way to create a Custom Image With Evaluation Containers?
That would be the third method I mentioned in my previous reply: Building your custom TorizonCore image bundled with your application containers using the bundle command. After that you should be able to deploy your new image using Easy Installer either by serving it from local media or from a local server. Please find more details here: Detailed Manual | Toradex Developer Center.