...
Code Block |
---|
python3 TLV_write.py <i2c_bus> <eeprom_address> [--yes] [-b] <key> <value> <key> <value> ... |
...
Argument | Description |
---|---|
i2c_bus | The I2C bus number. |
eeprom_address | The EEPROM address (hex or decimal). |
--yes | Automatically confirms the operation (skips user confirmation). |
-b | Writes the TLV data to a binary file ( |
<key> <value> | One or more key-value pairs to write to EEPROM. |
...
Panel | ||
---|---|---|
| ||
eeprom example for this :
00: 54 6c 76 49 6e 66 6f 00 01 65 0030 0e 45 6d 62 TlvInfo.?e.0?Emb header version Total Payload Length (little endian) Type Length Value crc checksum TLV |
...