BMC User Guide (Latest)
BMC User Guide (Latest Version)

ERoT Firmware Update

  1. Download the BMC firmware archive from the partner site where it is posted along with this document.

  2. Extract the build archive on your Ubuntu host machine:

    Copy
    Copied!
                

    sudo tar xvjf bmc_fw_R36.0.0_aarch64.tbz2


  3. The ERoT firmware location is bmc/release/cec1736-ecfw-rel-prod.fwpkg

  4. Run the below command:

    Copy
    Copied!
                

    export bmc=192.168.1.110


  5. Update with your set BMC password, then run:

    Copy
    Copied!
                

    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


  6. Reboot BMC

Previous BMC Web User Interface Features
Next Orin QSPI Flash from BMC
© Copyright 2024, NVIDIA. Last updated on Jan 19, 2024.