Purpose
Release NVM update package for NMC1010 target version from 6.80/7.20 to 8.10.
Target Audience
Everyone who needs to update NMC1010 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-1010 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)
Quick Start Guide
Following table is the simple NVM upgrade command list, user can refer following"Steps" to look detail command responses
item | Command |
check upgraded LAN NVM version before executing NVM upgraded | # ethtool -i <upgraded NIC device name> |
Decompress NVM file | # tar zxvf NMC-1010_V8p10.tgz |
Execute NMC-2501 NVM upgrade |
# cd NMC-1010_V8p10 #./nvmupdate64e -l nmc-1010.log |
Please AC cycle system when utility report Tool execution completed with the following status: All operations completed successfully. | |
check upgraded LAN NVM version after executing NVM upgraded | # ethtool -i <upgraded NIC device name> |
Steps
1. Download NMC-1010_V8p10.tgz from attachment
2. Check current nvm version from one of Ethernet device of NMC1010 (bdap0 as an example)
example 1: NVM 6.80
# ethtool -i b60p0
driver: i40e
version: 2.10.19.30
firmware-version: 6.80 0x80003cf2 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 0x80007a02 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-1010.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-1010.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 stop 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 3.29(3.1D) 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 <-please key-in NMC-1010 (X710) ID number
Would you like to back up the NVM images? [Y]es/[N]o: Y <-Please key-in Y to backup older 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 3.29(3.1D) 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 NMC1010 (bdap0 as an example)
# ethtool -i bdap0
driver: i40e
version: 2.10.19.30
firmware-version: 8.10 0x8000941b 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: N242
[V1] Vendor specific: V8.10
[V2] Vendor specific: V8.10.01
Check SVID: 13FE and SDID: 200D with the command.
# ./nvmupdate64e -i -o
----------
<Instance vendor="8086" device="1572" subdevice="200D" subvendor="13FE" bus="218" dev="0" func="0" PBA="005300-000" port_id="Port 1 of 2" display="Intel(R) Ethernet Controller X710 for 10GbE SFP+">
<Module type="NVM" version="8000941B" display="" update="0">
</Module>
<Module type="RO" update="0">
</Module>
<VPD>
<VPDField type="String">NMC-1010</VPDField>
<VPDField type="Readable" key="MN">13FE</VPDField>
<VPDField type="Readable" key="V0">N242</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.