On Sun, 6 Jan 2013 20:18:34 -0800 (PST)
Rtosquest <
ashwinn...@gmail.com> wrote:
> We are trying to port FreeRTOS into a customized board, can anyone
> here suggest how to create Uboot for porting FreeRTOS?
You shouldn't need to port u-boot, it already runs on all Beagles.
To boot an OS other than Linux, simply load the OS kernel (or the
entire OS image) into ram and then tell u-boot to execute it, just like
u-boot does for the Linux kernel.
-Andrew