Rainbow Electronics QIL-A9260-C11 User Manual

Page 28

Advertising
background image

help - print online help

help [command ...]

- show help information (for 'command')

'help' prints online help for the monitor commands.

Without arguments, it prints a short usage message for all commands.
To get detailed help information for specific commands you can type

'help' with one or more command names as arguments.

The help command (short: h or ?) prints online help. Without any arguments, the help command
prints a list of all U-Boot commands that are available in your configuration of U-Boot. You can get
detailed information for a specific command by typing its name as argument to the help command:

itest - return true/false on integer compare

itest [.b, .w, .l, .s] [*]value1 <op> [*]value2

loadb - load binary file over serial line (kermit mode)

loadb [ off ] [ baud ]

- load binary file over serial line with offset 'off' and baudrate 'baud'

loady - load binary file over serial line (ymodem mode)

loads [ off ]

-load S-Record file over serial line with offset 'off'

loop - infinite loop on address range

loop [.b, .w, .l] address number_of_objects

- loop on a set of addresses

The loop command reads in a tight loop from a range of memory. This is intended as a special form
of a memory test, since this command tries to read the memory as fast as possible. This command
will never terminate. There is no way to stop it but to reset the board!

md - memory display

md [.b, .w, .l] address [# of objects]

-memory display

QIL-A9260> md 23fe0000
23fe0000: 777fffff 66acdfbd fffaffff 7edfffff ...w...f.......~
23fe0010: 5f178fbb 5e3fdeff bbb6fff7 dfe0feff ..._..?^........
23fe0020: 7ff27b7f dbe0dfef bf3b3fff fcdfceef .{.......?;.....
23fe0030: 7ffffb7f dfcdffef 7353db37 9f4fefff ........7.Ss..O.
23fe0040: 02ffdf7f cfd4ceff bb52ffff dadafbef ..........R.....
23fe0050: 33fbffff dc4dceff 7edafbff dfddff7f ...3..M....~....
23fe0060: ff57ff7f dcdcfeef ba3b7bff dfceffef ..W......{;.....
23fe0070: 7f4377bb 7f545ff2 7affffff cbfeddfe .wC.._T....z....

Datasheet GSG-00006-A01

28/34

Advertising