
22 Nov
2013
22 Nov
'13
5:54 p.m.
Hi Christopher,
On Fri, Nov 22, 2013 at 5:56 AM, Christopher Preschern < christopher.preschern@tugraz.at> wrote:
Hi Simon,
Well I suppose you can use the split version of the bootm command to do
this. Something like: 'bootm start <addr>; bootm loados; bootm prep; loadelf ...'
that helped me out - it works. I use the following commands to check and load my RTOS.
setenv checkrtos 'bootm start 0x44000000' tftp 0x44000000 rtos.fit if run checkrtos; then bootelf 440000b4; else echo FAILD TO CHECK SAFERTOS SIGNATURE; fi
OK good. You may want to look at putting a load address into the FIT image rather than what seems to be a hard-coded offset from the start.
Thank you & best regards,
Christopher
Regards, Simon