40
dumprom
Dump EEPROM mounted on the ExpEther unit.
eemcli.py dumprom --id ID [--address ADDRESS] [--length LENGTH]
--id ID, -i ID: Specify the EE card ID.
--address ADDRESS, -a ADDRESS: Specify the start address. (0x0-0x7fc, multiple of 4)
(Default: 0x0)
--length LENGTH, -l LENGTH: Specify the data length (1-2048) to be taken. (Default: 4)
o
The specified value is rounded out to a multiple of 4.
o
If the value of ADDRESS plus LENGTH exceeds
“0x7fc”, the data up to “0x7fc” will be
returned.
readrom
Read the data of EEPROM mounted on the ExpEther unit.
eemcli.py readrom --id ID --address ADDRESS
--id ID, -i ID: Specify the EE card ID.
--address ADDRESS, -a ADDRESS: Specify the EEPROM address (0x0-0x7fc, multiple of
4).
writerom
Write the data to EEPROM mounted on the ExpEther unit.
eemcli.py writerom --id ID --address ADDRESS --data DATA [--verify VERIFY]
--id ID, -i ID: Specify the EE card ID.
--address ADDRESS, -a ADDRESS: Specify the EEPROM address (0x0-0x7fc, multiple of
4).
--data DATA, -d DATA: Specify the data of EEPROM (0x0-0xffffffff).
--verify VERIFY, -V VERIFY: Specify
“enabled” or “disabled”. (Default: enabled)
o
If you specify
“enabled”, you have the data read and verified after writing.
get
Get the device information managed by ExpEther Manager.
* Refer to the tail end in this section for examples of output and display of the get command.
eemcli.py get {--id ID | --list | --all} [--status STATUS] [--time TIME] [--gid GID]
Specify either
“--id/-I” or “--list/-l” or “--all/-a”.
o
If you specify
“--id/-I”, you have the single device information displayed.
o
If you specify
“--list/-I”, you have the list of all EE card IDs.
o
If you specify
“--all/-a”, you have the all devices information displayed.
--id ID, -i ID: Specify the EE card ID.
Specify
“--status STATUS” or “-s STATUS: eesv or eeio”.
o
You have only the device information with the specified EE card status.
o
This is enabled only when you specify
“--list/-l” or ”--all/-a”. If you specify “--id/-I”, this is
ignored.
--time TIME, -t TIME: Specify the update time of the device information (elapsed time from
1970/1/1 00:00:00 000 UTC in milliseconds)
o
Only the device information with the update time larger than the specified value will be
displayed.
o
This is enabled only when you specify
“--list/-l” or ”--all/-a”. If you specify “--id/-I”, this is
ignored.
--gid GID, -g GID: Specify the group ID (1-4094).
o
Only the device information with the specified group ID will be displayed.
o
This is enabled only when you specify
“--list/-l” or ”--all/-a”. If you specify “--id/-I”, this is
ignored.
Summary of Contents for ExpEther-2S
Page 2: ... Memo ...
Page 111: ...91 Memo ...