This document describes how to enable and configure the tlBMC Install Module for an NPI. This module enables firmware updates through Redfish, including support for firmware bundle updates via multipart HTTP push updates.
To use the Install Module, it must be enabled for your platform in tlbmc_config_bundle.textproto. If it is not enabled, tlBMC will not expose the necessary Redfish routes for firmware updates. See tlbmc_config_bundle.textproto in tlbmc source.
To enable the module, add install_module { enabled: true } to your platform's configuration in platform_to_config map. For example:
platform_to_config { key: "your_platform_name" value { install_module { enabled: true } } }
When the Install Module is enabled, tlBMC takes ownership of Redfish routes related to firmware updates and task monitoring. Specifically, it enables:
multipart/form-data.These services work together to provide a standard Redfish interface for initiating and monitoring firmware updates on the BMC.