beautypg.com

10 eeprom/i2c commands, 1 eeprom, 2 icrc32 – Artesyn ATCA-9305 User's Manual (May 2014) User Manual

Page 241: 1 eeprom 9.10.2 icrc32, 10 eeprom/i, C commands

background image

Management Processor Monitor

ATCA-9305 User’s Manual (10009109-07)

241

Remove protection on all of the flash sectors in the address range from start to end.

protect off start end

Remove protection on all of the sectors SF (first sector) to SL (last sector) in flash bank # N.

protect off N:SF[-SL]

Remove protection on all of the sectors in flash bank # N.

protect off bank N

Remove protection on all of the sectors in all of the flash banks.

protect off all

9.10 EEPROM/I

2

C Commands

This section describes commands that allow you to read and write memory on the serial
EEPROMs and I

2

C devices.

9.10.1 eeprom

The eeprom command reads and writes from the EEPROM. For example:

eeprom read 53 100000 1800 100

reads 100 bytes from offset 0x1800 in serial EEPROM 0x53 (right-shifted 7-bit address) and
places it in memory at address 0x100000.

Definition

Read/write cnt bytes from devaddr EEPROM at offset off.

eeprom read devaddr addr off cnt

eeprom write devaddr addr off cnt

9.10.2 icrc32

The icrc32 computes a CRC32 checksum.