Rainbow Electronics QIL-A9260-C11 User Manual

Page 27

Advertising
background image

erase - erase FLASH memory

reset - No help available.

erase start end

- erase FLASH from addr 'start' to addr 'end'

erase N:SF[-SL]

- erase sectors SF-SL in FLASH bank # N

erase bank N

- erase FLASH bank # N

erase all

- erase all FLASH banks

fatinfo - print information about filesystem

fatinfo <interface> <dev[:part]>
- print information about filesystem from 'dev' on 'interface'

fatload - load binary file from a dos filesystem

fatload <interface> <dev[:part]> <addr> <filename> [bytes]
- load binary file 'filename' from 'dev' on 'interface'to address 'addr' from dos filesystem

fatls - list files in a directory (default /)

fatls <interface> <dev[:part]> [directory]

flinfo - print FLASH memory information

flinfo

- print information for all FLASH memory banks

flinfo N

- print information for FLASH memory bank # N

go - start application at address 'addr'

go addr [arg ...]

- start application at address 'addr' passing 'arg' as arguments

U-Boot has support for so-called standalone applications. These are programs that do not require
the complex environment of an operating system to run. Instead they can be loaded and executed by
U-Boot directly, utilizing U-Boot's service functions like console I/O or malloc() and free(). This
can be used to dynamically load and run special extensions to U-Boot like special hardware test
routines or bootstrap code to load an OS image from some filesystem. The go command is used to
start such standalone applications.
The optional arguments are passed to the application without modification.

Datasheet GSG-00006-A01

27/34

Advertising