From add422c2abdd67f153871b242909c95ccccc2d7d Mon Sep 17 00:00:00 2001 From: cguijt Date: Mon, 17 Apr 2023 21:48:09 +0200 Subject: [PATCH] BMC | Document JSON response on update --- Docs/Getting started/Baseboard Management Controller (BMC) .md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Getting started/Baseboard Management Controller (BMC) .md b/Docs/Getting started/Baseboard Management Controller (BMC) .md index 6cbd776..a04e698 100644 --- a/Docs/Getting started/Baseboard Management Controller (BMC) .md +++ b/Docs/Getting started/Baseboard Management Controller (BMC) .md @@ -185,6 +185,7 @@

You can enter the IP of the BMC into the browser of your choice, and you should be welcomed by the web interface. You can then switch to update, select update file and submit.

ota-update.png

You will be able to find updates and releases on our GitHub repository, OTA files ends with .swu extension.

+

Your file will be uploaded to the BMC after submitting, which currently results in a plain JSON response. The update however will be handled by the BMC and the board will eventually reboot. Do not reboot on your own, this may cause a partly updated board.

The second option is Flashing IMG file.

It could happen that you forgot your root password or you were experimenting with custom builds and it came to a situation where you can't use OTA update method.

Note that this part is temporary and we are working on our custom flash method.