What is flashrom ID 0x1440e0?
Posted: Mon Aug 31, 2015 9:20 pm
A recent esp-07 I received seems to have a larger flash than the usual 512KB.
I checked the flashrom project and there is no 0xE0 vendor. 0x4014 suggests a 1MB chip and this is also what node.flashsize() says.
I saw a mention of a JEDEC ID here here of "Goldstar", is it possible?
Anyone knows?
TIA
Code: Select all
=string.format("%x %x %x %x %x %x %x %x", node.info())
0 9 5 fa271e 1440e0 400 0 2625a00
=string.format("%d %d %d %d %d %d %d %d", node.info())
0 9 5 16394014 1327328 1024 0 40000000
I checked the flashrom project and there is no 0xE0 vendor. 0x4014 suggests a 1MB chip and this is also what node.flashsize() says.
I saw a mention of a JEDEC ID here here of "Goldstar", is it possible?
Anyone knows?
TIA