Hello
at the moment i have to connect via UART terminal to uboot an run setup/setupdate.
Is there a way to flash the module over ethernet without touch the uboot first?
Best regards
Stefan
Hello
at the moment i have to connect via UART terminal to uboot an run setup/setupdate.
Is there a way to flash the module over ethernet without touch the uboot first?
Best regards
Stefan
Welcome @senge
If the only question is how to trigger setup/setupdate without UART, what about ssh login to your target and
fw_setenv
modify U-Boot’s bootcmd
to setup+setupdate instead of ubibootupdate seems clearing U-Boot environment, so fw_setenv could be as simple as this
fw_setenv bootcmd "run setupdate && run update"
Updating just kernel / DT you need to first restore bootcmd to regular one, then issue your update commands, and then reset or run ubiboot
, because something like run update_kernel
won’t reset
fw_setenv bootcmd "setenv bootcmd 'run ubiboot' && run setupdate && run update && reset"
Hi Edward
Thank you for your prompt feedback. I will give it a try.
Can I find an stock image/uboot as the module is delivered by Toradex. I work for a client and they have already programmed the modules. Are the modules already delivered with an OS or only with uboot.
Best regards
See at bottom in Legacy Images.