Please download the latest
firmware image and copy it into /tmp on the system where the D-RORC 3 card is installed.
List the cards installed in your system by executing the following command:
$RORC_INST_DIR/Linux/rorc_find
The output of this command is a list containing all the D-RORC cards (not only D-RORC 3). Note the minor number of the card which you want to upgrade. Load the new firmware into the on-board flash memory using the following command:
$RORC_INST_DIR/Linux/drorc3_flash_programmer -w device_minor -f /tmp/firmware_image.hex -v.
Please note that the program will first verify the content of the flash and the upgrade will be performed only in case the new firmware is different from the one already stored in the flash memory. Once the new firmware is programmed into the flash you should launch the reconfiguration by running the following command:
$RORC_INST_DIR/Linux/drorc3_flash_programmer -c device_minor.
Please reboot the machine when the reconfiguration is finished.