Do you have the release files - matching your management and chassis releasing - sitting on a TFTP server somewhere? Then, after the card stops booting, you need to copy the images onto the new card.
lp boot system interactive $SLOT
copy tftp lp $TFTP /MLX/Monitor/InterfaceModule/xmlb$RELEASE.bin monitor $SLOT
copy tftp lp $TFTP /MLX/Boot/InterfaceModule/xmlprm$RELEASE.bin boot $SLOT
copy tftp lp $TFTP /MLX/Combined/FPGA/lpfpga$RELEASE.bin fpga-all $SLOT
power-off lp $SLOT
power-on lp $SLOT
Replace $TFTP with the IP of your TFTP, $RELEASE with your release version and $SLOT with the corresponding slot, where the module was inserted.
Original Message:
Sent: 03-24-2022 11:45
From: Dennis McKay
Subject: FPGA Image Mismatch
I am trying to install a new NI-MLX-10Gx8-D module and I get a FPGA Image Mismatch. I have read the documentation and it states the it is because of a version mismatch between FPGA applications and hardware results in system failure and continuous reboot on every module initialization failure. The million dollar question is how do I update and/or downgrade the FPGA Image to match. I have looked at sever commands to copy from flash but can not find what is the name of the file I need to update and a detailed procedure to do it.