Purpose
Release NVM update package for NMC4007LR target version from 6.80/7.20 to 8.10.
Target Audience
Everyone who needs to update NMC4007LR from 6.80/7.20 to 8.10.
Minimum requirement
- The package in this FAQ supports upgrade from 6.80/7.20 to 8.10 only. When customer's NMC-4007LR is older NVM (ex: 6.01), please contact Advantech supports for updating from those versions which are older than 6.80/7.20
- Linux based OS
- i40e driver up to 2.7.12 or above (see driver requirement)
Steps
1. Download NMC-4007LR_V8p10.tgz from attachment
2. Check current nvm version from one of Ethernet device of NMC4007LR (bdap0 as an example)
example 1: NVM 6.80
# ethtool -i b60p0
driver: i40e
version: 2.10.19.30
firmware-version: 6.80 0x80003ce6 0.0.0
expansion-rom-version:
bus-info: 0000:da:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
example 2: NVM 7.20
# ethtool -i b60p0
driver: i40e
version: 2.10.19.30
firmware-version: 7.20 0x80007a01 0.0.0
expansion-rom-version:
bus-info: 0000:da:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
3. Get in unzipped folder and run following command to execute update process. You should understand which device is available to be updated.
"-l nmc-4007lr.log" specifies the log file for recording output from the nvmupdate utility, if NMC can't success to update NVM file, please forward this log file to Advantech FAE (support@advantech-ncg.zendesk.com),
# ./nvmupdate64e -l nmc-4007lr.log
Intel(R) Ethernet NVM Update Tool
NVMUpdate version 1.35.42.7
Copyright (C) 2013 - 2020 Intel Corporation.
WARNING: To avoid damage to your device, do not st
op the update or reboot or power off the system during this update.
Inventory in progress. Please wait [****-.....]
Num Description Ver.(hex) DevId S:B Status
=== ================================== ============ ===== ====== ==============
01) Intel(R) I210 Gigabit Network 3.37(3.25) 1533 00:001 Update not
Connection available
02) Intel(R) I210 Gigabit Network 3.37(3.25) 1533 00:002 Update not
Connection available
03) Intel(R) Ethernet Connection X722 4.48(4.30) 37D3 00:064 Update not
for 10GbE SFP+ available
04) Intel(R) Ethernet Controller X710 6.128(6.80) 1572 00:218 Update
for 10GbE SFP+ available
Options: Adapter Index List (comma-separated), [A]ll, e[X]it
Enter selection: 04 04 <-please key-in NMC-4007LR (X710) ID number
Would you like to back up the NVM images? [Y]es/[N]o: Y y <- suggest key-in y to backup old NVM
Update in progress. This operation may take several minutes.
[....+*****]
Num Description Ver.(hex) DevId S:B Status
=== ================================== ============ ===== ====== ==============
01) Intel(R) I210 Gigabit Network 3.37(3.25) 1533 00:001 Update not
Connection available
02) Intel(R) I210 Gigabit Network 3.37(3.25) 1533 00:002 Update not
Connection available
03) Intel(R) Ethernet Connection X722 4.48(4.30) 37D3 00:064 Update not
for 10GbE SFP+ available
04) Intel(R) Ethernet Controller X710 8.16(8.10) 1572 00:218 Update
for 10GbE SFP+ successful
Power Cycle is required to complete the update process.
Tool execution completed with the following status: All operations completed successfully.
Press any key to exit.
- Wait few minutes for completing the upgrade process, you will find “All operations completed successfully” shown on screen after it completed, and follow the message to exit the utility.
- Power OFF and ON to apply the changes.
- Check nvm version from one of Ethernet device of NMC4007LR (bdap0 as an example)
# ethtool -i bdap0
driver: i40e
version: 2.10.19.30
firmware-version: 8.10 0x80009e48 0.0.0
expansion-rom-version:
bus-info: 0000:da:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
- Check VPD info from Advantech network device (Assume device NMC1010 on bus da:00.0)
# lspci -s da:00.0 -vvv |grep -i "Vendor specific"
[V0] Vendor specific: N442
[V1] Vendor specific: V8.10
[V2] Vendor specific: V8.10.01
Check SVID: 13FE and SDID: 26 with the command.
# ./nvmupdate64e -i -o
<Instance vendor="8086" device="1572" subdevice="26" subvendor="13FE" bus="218" dev="0" func="0" PBA="000000-000" port_id="Port 1 of 4" display="Intel(R) Ethernet Controller X710 for 10GbE SFP+">
<Module type="NVM" version="80009410" display="" update="0">
</Module>
<Module type="RO" update="0">
</Module>
<VPD>
<VPDField type="String">NMC-4007</VPDField>
<VPDField type="Readable" key="MN">13FE</VPDField>
<VPDField type="Readable" key="V0">N442</VPDField>
<VPDField type="Readable" key="V1">V8.10</VPDField>
<VPDField type="Readable" key="V2">V8.10.01</VPDField>
</VPD>
<MACAddresses>
<MAC address="74FE48094450">
</MAC>
</MACAddresses>
</Instance>
Comments
0 comments
Please sign in to leave a comment.