iopeek
Name
iopeek -- Read I/O location
Synopsis
iopeek [-b location] [-1 | -2 | -4]
Description
Reads a value from the I/O address space.
Examples
Examine 8 bit value at I/O location 0x3F8.
RedBoot> iopeek -b 0x3f8
0x03f8 = 0x30 |
Examine 32 bit value at I/O location 0x3f8.
RedBoot> iopeek -b 0x3f8 -4
0x03f8 = 0x03c10065 |