ERoT Firmware Update
Download the BMC firmware archive from the partner site where it is posted along with this document.
Extract the build archive on your Ubuntu host machine:
sudo tar xvjf bmc_fw_R36.0.0_aarch64.tbz2
The ERoT firmware location is
bmc/release/cec1736-ecfw-rel-prod.fwpkg
Run the below command:
export bmc=192.168.1.110
Update with your set BMC password, then run:
export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"username" : "root", "password" : "0penBmc"}' | grep token | awk '{print $2;}' | tr -d '"'` curl -k -H "X-Auth-Token:$token" -H "Content-Type: application/octet-stream" -X POST -T <path of cec1736-ecfw-rel-prod.fwpkg> https://${bmc}/redfish/v1/UpdateService
Reboot BMC