Hi Robert,
I am using U-boot read EEPROM:
=> i2c md 0x50 0x0.2 0x30
0000: aa 55 33 ee 41 33 33 35 42 4e 4c 54 42 57 41 35 .U3.A335BNLTBWA5
0010: 31 38 34 33 42 42 57 47 30 30 31 32 ff ff ff ff 1843BBWG0012…
0020: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff …
Then I write to address 0x0020 using the following command:
=> i2c mw 0x50 0x20.2 32 1
The command seems executed without error (If I sent a wrong command, it shows help messages). So I assume the above write command was ok.
But I read the EEPROM, using the first command, the addess 0x0020 is still 0xFF.
In the BBB reference manu/schematic, (Section 5.3.2 32KB EEPROM ), it doesn’t state any write-protection pin. Section 8.0 there is a WP pin, but that is for each cape.
Is it because of EEPROM write-protected or something else is wrong?
Thank You,
David