...
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 |
Info | ||||||
---|---|---|---|---|---|---|
Finding the I2C Bus NumberTo determine the correct I2C bus number, run the following command:
If no EEPROM device is found, repeat the command with different bus numbers (e.g., 2, 3, 4, etc.) until you detect an address 0x50 or 0x56. Once found, use the corresponding bus number in the script. Example:
If the output shows:
Then bus 2 and address 0x50 should be used in the script. |
...