Difference between revisions of "Blackbird/Firmware"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== System Package v2.10 == | == System Package v2.10 == | ||
Released: 02-15-2024<BR> | Released: 02-15-2024<BR> | ||
− | [https://wiki.raptorcs.com/wiki/Blackbird/Firmware/2. | + | [https://wiki.raptorcs.com/wiki/Blackbird/Firmware/2.10/Release_Notes Release Notes] |
* BMC: [[:File:Blackbird-openbmc-v2.00-bundle.tar|18878e4f6250fdad538c7af3dabf90fd526e9264]] | * BMC: [[:File:Blackbird-openbmc-v2.00-bundle.tar|18878e4f6250fdad538c7af3dabf90fd526e9264]] | ||
* PNOR: [[:File:Blackbird-pnor-v2.10-bundle.tar|aef76a11038f2922d542bbdc7e5ccca1094b2f1d]] | * PNOR: [[:File:Blackbird-pnor-v2.10-bundle.tar|aef76a11038f2922d542bbdc7e5ccca1094b2f1d]] |
Revision as of 19:24, 15 February 2024
Contents
Blackbird Official Firmware Builds
For upgrade instructions, please visit the Firmware Upgrade Quick Start page. Alternatively, for those wishing to build from source, please visit the Compiling Firmware page.
All firmware builds are cryptographically signed with the current Raptor Computing Systems firmware signing key at time of release [1]. The intermediate firmware signer keys, in turn, are signed by our master umbrella key [2].
System Package v2.10
Released: 02-15-2024
Release Notes
- BMC: 18878e4f6250fdad538c7af3dabf90fd526e9264
- PNOR: aef76a11038f2922d542bbdc7e5ccca1094b2f1d
- FPGA: 2b48243d7c404f3841f9ebe45aed9c3bee09ebe2
System Package v2.00a
Released: 10-29-2021
Release Notes
- BMC: 18878e4f6250fdad538c7af3dabf90fd526e9264
- PNOR: c13110c4cbb6bfa8b4912650a462824e1deb4ae5
- FPGA: 2b48243d7c404f3841f9ebe45aed9c3bee09ebe2
System Package v2.00
Released: 02-19-2020
Release Notes
- BMC: 18878e4f6250fdad538c7af3dabf90fd526e9264
- PNOR: 7cbe7a8d60a255a94c27138162a03e743df6c9c5
- FPGA: 9ddbe70ea5e85466c1e24da927b135e62810c93f
System Package v1.00
Released: 05-22-2019
- BMC: eb50c3fe9fc09aec6f874946362642bbd73a6955
- PNOR: 3fe7beacf0ced330b2fdd5302c5f48f7458e98c3
- FPGA: 32784cea6d7b9fac9871e9d3909d4b7ac199a7f6
Change Log
- Initial release
Known Issues
- DRAM is capped to 2400MHz. This is not a hardware problem, it is an issue somewhere in hostboot that is being actively worked. 2666MHz DIMMs installed will function at 2400MHz pending a PNOR update to enable 2666MHz support.
- The BMC kernel (incorrectly) detects an SPI master collision on bus 12, yielding a never ending stream of warnings from the i2c core. As this is not a trivial fix given the state of the ASpeed i2c drivers, and the spew is mostly harmless, the decision was made to ship anyway instead of incurring a lengthy delay to rewrite the drivers. If console access to the BMC is desired over serial, "dmesg -n 1" after login will silence the warnings on the console. This issue will be fixed in a future BMC firmware update.