Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
AMC13 MMC SoftwareThe AMC13 MMC software package can be found in theamc13config directory in the xDAQ release or Standalone Release. This package is a collection of python scripts which provide the ability to store configuration information into non-volatile EEPROM memory for each SPI port, to apply directly configuration information to an AMC13 after power up, and to issue useful commands remotely such as resets and handle swaps. | ||||||||
Line: 50 to 50 | ||||||||
applyConfig.py | ||||||||
Changed: | ||||||||
< < | This Python script is used to apply (not store) IP address to each Tongue on the AMC13 after powerup: | |||||||
> > | This Python script is used to apply (not store) IP address to each Tongue on the AMC13: | |||||||
./applyIPs.py (--host=<ip_addr>) (--slot=<n>) --spartan=<ip_addr> --virtex=<ip_addr> | ||||||||
Line: 77 to 77 | ||||||||
storeConfig.py | ||||||||
Changed: | ||||||||
< < | This Python script is used to store (not apply) IP addresses in the MMC EEPROM for the configuration of both Tongues upon powerup: | |||||||
> > | This Python script is used to store (not apply) IP addresses in the MMC EEPROM for the configuration of both Tongues upon powerup (Please see below storeConfig.py Power-up Notes): | |||||||
./storeConfig.py (--host=<ip_addr>) (--slot=<n>) --spartan=<ip_addr> --virtex=<ip_addr> | ||||||||
Line: 102 to 102 | ||||||||
| ||||||||
Added: | ||||||||
> > |
storeConfig.py Power-up Notes:
As of MMC version 2.1, the following is true:
IP address stored in non-volatile memory is applied if:
| |||||||
backendPower.pyThis script is used to enable and disable the back-end power remotely to the AMC13. The script is to be run as follows: |