Save default u-boot parameters after Toradex Easy Installer

Hi everyone, I created my own custom boot with modified boot parameters. After having programmed the Colibri iMX6 module with Toradex Easy Installer, I always have to execute the command “env default -a” and “saveenv” to save the parameters. Is it possible to use the “wrapup.sh” script? If yes, how? Thank you

Starting with Toradex Easy Installer 1.4 and our BSPs 2.8b2 we deploy the U-Boot environment as a uEnv.txt file passed in the image.json as u_boot_env.

Thank you very much Marcel.
Regards Davide

You are very welcome.