Dear Ronny, In message <[email protected]> you wrote: > > we have a system on which we load first one executable that executes some > test code to make sure the board's hardware is in a good shape. Once this is > confirmed the SW returns to the loader and in a second step real SW > operational SW is loaded. In fact we want to load/execute 2 (or more) builds > sequentially. > > We currently use a proprietary loader but we would like to switch to a more > standard solution like uboot. > > Is the above described mechanism supported by u-boot?
Yes, it is. U-Boot is very powerful and flexible. You can even run shell scripts... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "What if" is a trademark of Hewlett Packard, so stop using it in your sentences without permission, or risk being sued. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

