summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley/recipes-phosphor
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-04-21 18:15:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-28 20:05:41 +0300
commitee63475740e68c6b5bf19f8f8ee80310422f3b9a (patch)
treeaddc4348de6f7317162afe644e7e73957e48af4c /meta-facebook/meta-bletchley/recipes-phosphor
parentf6faab8d7fc58739cdf3f106977e412941145aeb (diff)
downloadopenbmc-ee63475740e68c6b5bf19f8f8ee80310422f3b9a.tar.xz
meta-bletchley: add usb-controller-update tool
Add usb-controller-update script for firmware updating. Tested results: root@bletchley:~# systemctl start flash-usb-controller@3.service root@bletchley:~# systemctl status flash-usb-controller@3.service ○ flash-usb-controller@3.service - Flash usb controller image on SLED 3 Loaded: loaded (/lib/systemd/system/flash-usb-controller@.service; static) Active: inactive (dead) Apr 22 02:52:52 bletchley systemd[1]: Starting Flash usb controller image on SLED 3... Apr 22 02:52:54 bletchley usb-controller-update[3915]: Bind mtd node success, path: /dev/mtd7 Apr 22 02:53:01 bletchley usb-controller-update[3937]: [293B blob data] Apr 22 02:53:01 bletchley usb-controller-update[3915]: Erase flash block done Apr 22 02:53:08 bletchley usb-controller-update[3940]: [438B blob data] Apr 22 02:53:10 bletchley usb-controller-update[3940]: [293B blob data] Apr 22 02:53:11 bletchley usb-controller-update[3940]: [293B blob data] Apr 22 02:53:11 bletchley usb-controller-update[3915]: Write firmware image done Apr 22 02:53:12 bletchley systemd[1]: flash-usb-controller@3.service: Deactivated successfully. Apr 22 02:53:12 bletchley systemd[1]: Finished Flash usb controller image on SLED 3. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Icd26fb3c7585461152c3b929a46dc16675d6c937
Diffstat (limited to 'meta-facebook/meta-bletchley/recipes-phosphor')
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc b/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc
index 721861eb4c..7929a0a451 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc
@@ -5,4 +5,5 @@ OBMC_IMAGE_EXTRA_INSTALL:append = " \
phosphor-virtual-sensor \
usbutils \
idevicerestore \
+ fw-update \
"