Taskit ARM9 CPU-module with Linux Stamp9261-series Stamp9261 (64F/64R) 542310 Scheda Tecnica

Codici prodotto
542310
Pagina di 65
Linux Guide
taskit GmbH
coninfo
Outputs informations about the current console.
For example:
U-Boot> coninfo
List of available devices:
serial 80000003 SIO stdin stdout stderr
version - print monitor version
Indicates the U-Boot version being used
For example:
U-Boot> version
U-Boot 1.1.2 (Nov 30 2004 - 12:03:10)
itest - return true/false on integer compare
itest[.b,.w,.l,.s] [*]arg1 op [*]arg2
Returns true/false when comparing two integers. You can specify the data size with .b 
(byte), .w (word) or .l (long word). .s defines a string in arg1 or arg2. arg1 or arg2 are the 
arguments to be compared. If the optional * is set, the argument is interpreted as address 
containing the content to be compared. The operator op is one of the following: == > >= < 
<=. itest gives no output to the console.
For example: Comparing the contents of the address 20 000 000 with 0xFFFF
U-Boot> itest.w *20000000 == 0xffff
echo - echo args to console
echo arg
Output the argument arg to the console
For example:
U-Boot> echo Hello
Hello
help - print online help
help
Outputs the help listing (see the beginning of this chapter)
Page 64 of 65
Version 1.26
 (2008-04-30)