Firmware update
The following documentation describes the process of Dasharo open-source firmware update.
-
Copy the binaries to the BMC:
scp build/bootblock.signed.ecc root@<BMC_IP>:/tmp/bootblock.signed.ecc scp build/coreboot.rom.signed.ecc root@<BMC_IP>:/tmp/coreboot.rom.signed.ecc -
Flash the binaries by replacing the HBB partition (execute from BMC):
pflash -e -P HBB -p /tmp/bootblock.signed.ecc pflash -e -P HBI -p /tmp/coreboot.rom.signed.ecc -
Log into the BMC GUI at
https://<BMC_IP>. -
Enter the
Server power operations(https://<BMC_IP>/#/server-control/power-operations) and invokewarm reboot. -
Go to
Serial over LAN remote console(https://<BMC_IP>/#/server-control/remote-console). -
Enjoy the updated firmware running on Talos II.