1
0
Fork 0
hscloud/dc/hbj11/flasher/web
q3k ef3d7b89e0 dc/hbj11/flasher: fix manufacturer name
Apparently, at least parts of the M610 (eg. iDRAC) attempt to index
exact bytes from the FRU EEPROM instead of parsing it, and thus were
parsing our FRU's manufacturer/product name wrong. This fixes that.

Change-Id: I18d62ea79df7b7bf30cec3251da2c32d25b73507
2021-03-25 18:55:34 +00:00
..
README.md
fru.js dc/hbj11/flasher: fix manufacturer name 2021-03-25 18:55:34 +00:00
i2c.js
index.html
main.js

README.md

WebI2C

A WebUSB interface for flashing I2C EEPROMs, notably the HJB11 FRU EEPROM.

Usage

Start WebI2C. This should work on any browser with WebUSB (eg. Chrome, Chromium, Edge).

Development

Plain javascript, bring a static file server, or use hackdoc:

bazel run //devtools/hackdoc  -- -hspki_disable -docroot ~/hscloud

And visit http://127.0.0.1:8080/dc/hbj11/flasher/web/index.html in your web browser.