Difference between revisions of "Talk:Talos II/Firmware"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (Created page with "Can someone replace the text "Should the second CPU guard out, issue "pflash -P GUARD -c" from the BMC shell to remove the spurious guard entries." with a link to Troublesho...") |
(Mapping "System Package" version to Firmware Version (visible from the system)) |
||
Line 1: | Line 1: | ||
Can someone replace the text "Should the second CPU guard out, issue "pflash -P GUARD -c" from the BMC shell to remove the spurious guard entries." with a link to [[Troubleshooting/Guard Partition]]? [[User:JeremyRand|JeremyRand]] ([[User talk:JeremyRand|talk]]) 20:03, 14 September 2020 (CDT) | Can someone replace the text "Should the second CPU guard out, issue "pflash -P GUARD -c" from the BMC shell to remove the spurious guard entries." with a link to [[Troubleshooting/Guard Partition]]? [[User:JeremyRand|JeremyRand]] ([[User talk:JeremyRand|talk]]) 20:03, 14 September 2020 (CDT) | ||
+ | |||
+ | == "System Package" vs Firmware Version == | ||
+ | |||
+ | The "System Package" versions aren't very meaningful to users as they're not shown anywhere in the system once installed and not all firmwares are updated in every "System Package" release. Below is a table mapping Firmware Versions to System Packages. | ||
+ | |||
+ | The versions not in parentheses are the versions in the filename. | ||
+ | |||
+ | * For BMC, the version in parenthesis is shown in `/etc/os-release` or via the web interface (version 2+). | ||
+ | * For PNOR the version in parenthesis is shown on the web interface (for BMC version 2+). | ||
+ | * For FPGA, the version in parenthesis is shown via the i2c registers. The i2c register can be read from the BMC shell, see [[Troubleshooting/BMC_Power#FPGA_Register_Map|FPGA Register Map]]. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! System Package !! BMC !! PNOR !! FPGA | ||
+ | |- | ||
+ | | 2.10 || 2.10 (2.7.0-dev-571-g67efd9872) || 2.10 (v1.20-3240-gaef76a11) || v1.08 (0x0C) | ||
+ | |- | ||
+ | | 2.00 || 2.00 (2.7.0-dev-571-g67efd9872) || 2.00 (v1.20-983-gf6295c9c) || v1.08 (0x0C) | ||
+ | |- | ||
+ | | 1.06 || v1.07 (v2.0-307-g2a92dec04) || v1.05 || v1.07 (0x0A) | ||
+ | |- | ||
+ | | 1.05 || v1.05 (v2.0-289-g9500739a2) || v1.04 || v1.06 (0x09) | ||
+ | |- | ||
+ | | 1.04 || v1.04 (v2.0-251-gb960fa7dc) || v1.03 || v1.05 (0x08) | ||
+ | |- | ||
+ | | 1.03 || v1.03 (v2.0-247-g83fab00f0) || v1.03 || v1.05 (0x08) | ||
+ | |- | ||
+ | | 1.02 || v1.02 (v2.0-236-ge4c156f12) || v1.02 || v1.04 (0x07) | ||
+ | |- | ||
+ | | 1.01 || v1.01 (v2.0-233-g8528b0f0e) || v1.01 || v1.04 (0x07) | ||
+ | |- | ||
+ | | 1.00 || v1.00 (v2.0-226-g2f6764af5) || v1.00|| v1.03 (0x06) | ||
+ | |} | ||
+ | |||
+ | [[User:Bobpaul|Bobpaul]] ([[User talk:Bobpaul|talk]]) 20:13, 25 December 2024 (CST) |
Latest revision as of 20:13, 25 December 2024
Can someone replace the text "Should the second CPU guard out, issue "pflash -P GUARD -c" from the BMC shell to remove the spurious guard entries." with a link to Troubleshooting/Guard Partition? JeremyRand (talk) 20:03, 14 September 2020 (CDT)
"System Package" vs Firmware Version
The "System Package" versions aren't very meaningful to users as they're not shown anywhere in the system once installed and not all firmwares are updated in every "System Package" release. Below is a table mapping Firmware Versions to System Packages.
The versions not in parentheses are the versions in the filename.
- For BMC, the version in parenthesis is shown in `/etc/os-release` or via the web interface (version 2+).
- For PNOR the version in parenthesis is shown on the web interface (for BMC version 2+).
- For FPGA, the version in parenthesis is shown via the i2c registers. The i2c register can be read from the BMC shell, see FPGA Register Map.
System Package | BMC | PNOR | FPGA |
---|---|---|---|
2.10 | 2.10 (2.7.0-dev-571-g67efd9872) | 2.10 (v1.20-3240-gaef76a11) | v1.08 (0x0C) |
2.00 | 2.00 (2.7.0-dev-571-g67efd9872) | 2.00 (v1.20-983-gf6295c9c) | v1.08 (0x0C) |
1.06 | v1.07 (v2.0-307-g2a92dec04) | v1.05 | v1.07 (0x0A) |
1.05 | v1.05 (v2.0-289-g9500739a2) | v1.04 | v1.06 (0x09) |
1.04 | v1.04 (v2.0-251-gb960fa7dc) | v1.03 | v1.05 (0x08) |
1.03 | v1.03 (v2.0-247-g83fab00f0) | v1.03 | v1.05 (0x08) |
1.02 | v1.02 (v2.0-236-ge4c156f12) | v1.02 | v1.04 (0x07) |
1.01 | v1.01 (v2.0-233-g8528b0f0e) | v1.01 | v1.04 (0x07) |
1.00 | v1.00 (v2.0-226-g2f6764af5) | v1.00 | v1.03 (0x06) |