Examples – Comtrol eCos User Manual

Page 176

Advertising
background image

go

Examples

Execute a program - no explicit output from RedBoot.

RedBoot> go 0x40040

Execute a program with a timeout.

RedBoot> go -w 10

About to start execution at 0x00000000 - abort with ^C within 10 seconds

^C

RedBoot>

Note that the starting address was implied (0x00000000 in this example). The user is prompted that execution will
commence in 10 seconds. At anytime within that 10 seconds the user may type

Ctrl+C

on the console and RedBoot

will abort execution and return for the next command, either from a script or the console.

72

Advertising