Difference between revisions of "Updating Firmware"

From RCS Wiki
Jump to navigation Jump to search
m (Add note about host possibly rebooting itself twice before booting into normal OS, after PNOR upgrade)
m
Line 42: Line 42:
 
If no errors occur with either command, the upgrade is complete.  You may now power on and use your updated system.
 
If no errors occur with either command, the upgrade is complete.  You may now power on and use your updated system.
  
The host my power itself off and back on 2 times before booting into the OS.
+
The host may power itself off and back on 2 times before booting into the OS.
  
 
== FPGA ==
 
== FPGA ==

Revision as of 13:12, 13 August 2018

Firmware Upgrade Quick-Start

Your Raptor Computing Systems POWER9 mainboard contains three primary firmware components -- a system control FPGA bitstream, the BMC software stack, and the host PNOR. The BMC and host PNOR are easily upgradeable over a network connection.

In contrast, the FPGA is rarely changed. Should an FPGA upgrade be desired, a direct SPI programming connection to a Flashrom compatible system is required via the provided FPGA programming header.

A list of current firmware versions for each supported product is available on the pages shown below:

While we strongly encourage you to compile your own firmware components from the provided source, we also provide prebuilt firmware images for download. Please note that, in general, the only way to guarantee that you or your organization's security requirements are met is to download and audit the provided source code, then compile from that audited codebase. This is not unique to our systems; the nature of all software is that the binary form may be very difficult to analyze for undesired or unintended operation.

BMC

NOTE: The BMC should never need to be fully reprogrammed. Erasing the entire BMC Flash device will also erase U-Boot and its associated environment variables, requiring that they be reloaded from information printed on the mainboard itself. In particular, from the factory, the IPMI MAC address is stored in both the U-Boot loader via the default environment variable string, and the currently active U-Boot environment variables. This IPMI MAC address may also be found on the mainboard below CPU0 should you need to reprogram it for any reason.

The preferred method of BMC update is to take the BMC update files that you have either compiled or obtained from official Raptor Computing Systems sources, and to upload them to the BMC. Once uploaded, the BMC is able to self-update.

This procedure can be done with the host powered on, but it might result in artifacts such as power button starting to blink until host is rebooted.

Upgrade by transferring the following two files to /run/initramfs/ on the BMC:

  • image-kernel
  • image-rofs

After transfer, reboot the BMC via the 'reboot' command over SSH or the local BMC serial console.

Default BMC login information is contained in the User's Guide. scp or any similar utility is capable of transferring the upgrade files.

To avoid running out of disk space by placing these files in temporary directories, you can transfer them directly into /run/initramfs/ with something like `scp image-{kernel,rofs} root@169.254.200.121:/run/initramfs/`.

Host PNOR

The host PNOR device, which contains hostboot, skiboot, and other host-level firmware components required to IPL your POWER9 system, is able to be modified in its entirety via the BMC.

With chassis power off, but standby power on, transfer the upgrade .pnor file to the BMC's /tmp/ directory. Once the transfer is complete, log in to the BMC via SSH.

Execute the following command: pflash -E -p /tmp/<your PNOR file>

For all currently released system package versions, also execute the following command: pflash -P CVPD -c

If no errors occur with either command, the upgrade is complete. You may now power on and use your updated system.

The host may power itself off and back on 2 times before booting into the OS.

FPGA

Referencing the schematics provided on the included DVD, carefully connect your SPI programmer to the FPGA programming header. Apply standby power to your system but do not turn it on.

Using a current version of Flashrom with the upstream Atmel enablement patch applied, flash the new FPGA firmware binary to the on-board storage device. Complete the upgrade by removing all power.

Wait for all LEDs on your system to extinguish, then reapply power. The upgrade is now complete and and you may use your system normally.