Specifications
-> size = 0x10000000
ethaddr = C0:E5:4E:02:00:00
ip_addr = 192.168.20.33
baudrate = 115200 bps
TLB addr = 0x4FFF0000
relocaddr = 0x4FF48000
reloc off = 0x0FF47F00
irq_sp = 0x4FB43F68
sp start = 0x4FB43F58
FB base = 0x00000000
=>
5.9.1.2. coninfo - print console devices and informations
=> help conin
coninfo - print console devices and information
Usage:
coninfo
=>
The coninfo command (short: conin) displays information about the available console I/O devices.
=> conin
List of available devices:
serial 80000003 SIO stdin stdout stderr
=>
The output contains the device name, flags, and the current usage. For example, the output
serial 80000003 SIO stdin stdout stderr
means that the serial device is a system device (flag 'S') which provides input (flag 'I') and output
(flag 'O') functionality and is currently assigned to the 3 standard I/O streams stdin, stdout and
stderr.
5.9.1.3. flinfo - print FLASH memory information
Note: Included topic DULGData_m28.UBootFlinfoHelp does not exist yet
The command flinfo (short: fli) can be used to get information about the available flash memory (see
Flash Memory Commands below).
Note: Included topic DULGData_m28.UBootFlinfo does not exist yet
5.9.1.4. iminfo - print header information for application
image
=> help iminfo
iminfo - print header information for application image
Usage:
iminfo addr [addr ...]
- print header information for application image starting at
address 'addr' in memory; this includes verification of the
image contents (magic number, header and payload checksums)
=>
5.9.1.1. bdinfo - print Board Info structure 43