Purpose:
Instruct users how to upgrade firmware in Linux.
Target Audience:
1. MIC-3399 users.
Pre-actions:
1. Restore Advantech QSL(Quick Start Linux) image to an USB or SATA which capacity is more than 16GB.
- To get the QSL image and user/password accordingly, please provide the boards' S/N to the support@advantech-ncg.zendesk.com
2. Copy firmware .img files into the OS.
Steps for BMC Upgrade.
1. Flash/Upgrade the BMC to the system.
- upgrade might takes mins, please DO NOT take any interruption until it shows 100%
# ipmitool hpm upgrade mic3399_bmc_standard_1.02.img force
PICMG HPM.1 Upgrade Agent 1.0.9:
Validating firmware image integrity...OK
Performing preparation stage...
Services may be affected during upgrade. Do you wish to continue? (y/n): y
OK
Performing upgrade stage:
-------------------------------------------------------------------------------
|ID | Name | Versions | % |
| | | Active | Backup | File | |
|----|------------- |-----------------|-----------------|-----------------|----|
|1 |3399 BMC | 0.30 00000000 | 0.30 00000000 | 1.02 00000000 |100%|
| |Upload Time: 01:08 | Image Size: 351324 bytes |
-------------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
Firmware upgrade procedure successful
2. Activate the firmware.
# ipmitool hpm activate
PICMG HPM.1 Upgrade Agent 1.0.9:
3. Check active BMC version is the one you upgrade.
# ipmitool hpm check
PICMG HPM.1 Upgrade Agent 1.0.9:
-------Target Information-------
Device Id : 0xb7
Device Revision : 0x81
Product Id : 0x3399
Manufacturer Id : 0x2839 (Advantech)
--------------------------------------------------------------------------
|ID | Name | Versions |
| | | Active | Backup | Deferred |
--------------------------------------------------------------------------
| 0|3399 BL | 0.30 00000000 | ---.-- -------- | ---.-- -------- |
| 1|3399 BMC | 1.02 00000000 | 0.30 00000000 | ---.-- -------- |
|* 2|3399 FPGA | 0.18 00000000 | 0.18 00000000 | ---.-- -------- |
|* 3|3399 BIOS | 0.03 00000000 | 0.30 00000000 | ---.-- -------- |
--------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
4. Repeat step #1 ~ #3, to upgrade the backup BMC.
Steps for BL Upgrade.
Please note that BMC bootloader should only be updated if a new version is available/released. It should be avoided if not needed as no backup is available and a failed upgrade will destroy the BMC.
1. Flash/Upgrade the BL to the system.
- upgrade might takes mins, please DO NOT take any interruption until it shows 100%
# ipmitool hpm upgrade mic3399_bootloader_standard_1.02.img force
PICMG HPM.1 Upgrade Agent 1.0.9:
Validating firmware image integrity...OK
Performing preparation stage...
Services may be affected during upgrade. Do you wish to continue? (y/n): y
OK
Performing upgrade stage:
-------------------------------------------------------------------------------
|ID | Name | Versions | % |
| | | Active | Backup | File | |
|----|------------- |-----------------|-----------------|-----------------|----|
| 0 |3399 BL | 0.30 00000000 | ---.-- -------- | 1.02 00000000 |100%|
| |Upload Time: 00:05 | Image Size: 27905 bytes |
-------------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
Firmware upgrade procedure successful
2. Activate the firmware.
# ipmitool hpm activate
PICMG HPM.1 Upgrade Agent 1.0.9:
3. Check active BL version is the one you upgrade.
# ipmitool hpm check
PICMG HPM.1 Upgrade Agent 1.0.9:
-------Target Information-------
Device Id : 0xb7
Device Revision : 0x81
Product Id : 0x3399
Manufacturer Id : 0x2839 (Advantech)
--------------------------------------------------------------------------
|ID | Name | Versions |
| | | Active | Backup | Deferred |
--------------------------------------------------------------------------
| 0|3399 BL | 1.02 00000000 | ---.-- -------- | ---.-- -------- |
| 1|3399 BMC | 1.02 00000000 | 0.30 00000000 | ---.-- -------- |
|* 2|3399 FPGA | 0.18 00000000 | 0.18 00000000 | ---.-- -------- |
|* 3|3399 BIOS | 0.03 00000000 | 0.30 00000000 | ---.-- -------- |
--------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
Steps for BIOS Upgrade:
1. Flash/Upgrade the BIOS to the system.
- upgrade might takes mins, please DO NOT take any interruption until it shows 100%
# ipmitool hpm upgrade mic3399_bios_standard_00.03.img force
PICMG HPM.1 Upgrade Agent 1.0.9:
Validating firmware image integrity...OK
Performing preparation stage...
Services may be affected during upgrade. Do you wish to continue? (y/n): y
OK
Performing upgrade stage:
-------------------------------------------------------------------------------
|ID | Name | Versions | % |
| | | Active | Backup | File | |
|----|-------------|-----------------|-----------------|-----------------|----|
|* 3 |3399 BIOS | 0.30 00000000 | ---.-- -------- | 0.03 00000000 |100%|
| |Upload Time: 6140293:05 | Image Size: 16777271 bytes |
-------------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
Firmware upgrade procedure successful
2. Activate the firmware.
# ipmitool hpm activate
PICMG HPM.1 Upgrade Agent 1.0.9:
#
3. System reboot is required for BIOS activation, please reboot the system as below command.
# ipmitool chassis power cycle
4. Check active bios version is the one you upgrade.
# ipmitool hpm check
PICMG HPM.1 Upgrade Agent 1.0.9:
-------Target Information-------
Device Id : 0xb7
Device Revision : 0x81
Product Id : 0x3399
Manufacturer Id : 0x2839 (Advantech)
--------------------------------------------------------------------------
|ID | Name | Versions |
| | | Active | Backup | Deferred |
--------------------------------------------------------------------------
| 0|3399 BL | 0.30 00000000 | ---.-- -------- | ---.-- -------- |
| 1|3399 BMC | 0.30 00000000 | 0.30 00000000 | ---.-- -------- |
|* 2|3399 FPGA | 0.18 00000000 | 0.18 00000000 | ---.-- -------- |
|* 3|3399 BIOS | 0.03 00000000 | 0.30 00000000 | ---.-- -------- |
--------------------------------------------------------------------------
(*) Component requires Payload Cold Reset
5. Repeat step #1 ~ #4, to upgrade the backup bios.
Comments
0 comments
Please sign in to leave a comment.