Executing Programs from RedBoot

Table of Contents
go -- Execute a program
exec -- Execute a Linux kernel

Once an image has been loaded into memory, either via the load command or the fis load command, execution may be transfered to that image.

NOTE: The image is assumed to be a stand-alone entity, as RedBoot gives the entire platform over to it. Typical examples would be an eCos application or a Linux kernel.