[U-Boot] Help needed: Boot signed RTOS
Christopher Preschern
christopher.preschern at tugraz.at
Fri Nov 22 13:56:06 CET 2013
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
Thank you & best regards,
Christopher
--
------------------------------------------------------------------
| Christopher Preschern
| Institute for Technical Informatics - TU Graz
| Tel: +43 (316) 873 - 6404
| EMail: christopher.preschern at tugraz.at
More information about the U-Boot
mailing list