<div dir="ltr">Hi Ed,<div>I search the below commit in the bmcweb REPO.<br></div><div><div><br></div><div>commit acb7cfb4b571bd2045b1d269625ba054806a466d</div><div>Author: Jennifer Lee <<a href="mailto:jennifer1.lee@intel.com">jennifer1.lee@intel.com</a>></div><div>Date:   Thu Jun 7 16:08:15 2018 -0700</div><div><br></div><div>    Implement POST for redfish UpdateService</div><div><br></div><div>    - POST an image file to /redfish/v1/UpdateServer uri will upload the</div><div>      image and activate it</div><div>    - Modified SoftwareInventoryCollection to list items with</div><div>      xyz.openbmc_project.Software.Activation/Activation property as</div><div>    "xyz.openbmc_project.Software.Activation.Activations.Active"</div><div>    - SoftwareInventory <a href="http://odata.id">odata.id</a> is identified with DBus generated uuid</div></div><div><br></div><div>May I know if BMC FW can be updated through UpdateService in Redfish? </div><div>If yes, could you share how to use it?</div><div><br></div><div>Besides that, I add some debug message in the redfish-core/lib/update_service.hpp but output nothing </div><div><br></div><div>Could you give some suggestion?  <br></div><div>...</div><div><div>private:</div><div>  void doGet(crow::Response &res, const crow::Request &req,</div><div>             const std::vector<std::string> &params) override {</div><div>    std::cout << "Henbin=" << __FILE__<< ": "<<__LINE__ << "\n";</div><div><span style="white-space:pre">   </span>BMCWEB_LOG_INFO << "Henbin=" << __FILE__<< ": "<<__LINE__ << "\n";</div><div>    res.jsonValue = Node::json;</div><div>    res.end();</div><div>  }</div></div><div>...</div><div><br></div><div>Thanks.<br></div><div><br></div><div>BRs,</div><div>Henbin.</div></div>