Closed yangl1996 closed 1 year ago
Try running mlxup
without the --online
option. Both version 4.20.0
and the latest, 4.23.0
. sudo ./mlxup
worked for me.
wget https://www.mellanox.com/downloads/firmware/mlxup/4.20.0/SFX/linux_x64/mlxup -O mlxup_4.20.0
wget https://www.mellanox.com/downloads/firmware/mlxup/4.23.0/SFX/linux_x64/mlxup -O mlxup_4.23.0
Innova-2 MNV303212A-ADL ConnectX-5 Firmware 16.26.4012 is still directy downloadable as of today.
I do not have any contacts at Nvidia. I do not believe the Innova-2 was ever for sale on the official shop. Not great news that Lenovo has pulled it from market.
Interesting. mlxup
was able to find the firmware I manually downloaded to the same directory (thanks for the link!), but cannot fetch the 16.28 version from the internet (with or without the --online
option). Might be just some quirkiness of the FreeBSD-version MFT tools. Will report back if I make further progress.
I had an error in my notes and have updated them. mlxup
4.15.2 is the latest version to support the Innova-2 and will update ConnectX-5 firmware to 16.28.2006. 16.24.4020 is included in the Innova-2 package and 16.26.4012 is directly downloadable.
4.20.0 fails:
As does the latest 4.23.0 and every other version since 4.15.2.
Thanks so much for the clarification (and the entire notes)! Will try it later this week.
(Feel free to close this issue, since the main document is updated : )
Thanks for letting me know about the error in my notes.
The biggest issue with using the Innova-2 is wrangling the correct software versions and their dependencies. If you intend to make an attempt at FPGA processing of packets using PCIe P2PDMA, the only publicly available clue is that it will require Vivado 2019.2 but note the actual code is NOT publicly available. I have been able to compile working XDMA+DDR4 demos using Vivado 2018.3, 2020.2, and 2021.2 whereas 2017.2 and 2021.1 fail. I have had some tentative success compiling a QDMA demo using Vivado 2022.1.
I tried to use
mixup
to fetch the latest firmware, but got the following outputCould it be that Nvidia has discontinued the board (the Lenovo variant is pull out from the market as of the beginning of 2023) and stopped serving the firmwares?