Discussion:
[flashrom] Adding support for "MX25U8032E"
The_Raven Raven
2018-02-05 15:28:21 UTC
Permalink
Hi

I made a Patch for adding "MX25U8032E" Chip.
Hope the Patch is ok, i took the data from "MX25U1635E" and changed it
to fit the "MX25U8032E".

Tested (with arduino-serprog):
- Probing
- Reading (i readed the chip 3 times and make a diff, all diffs are same)
- Erasing
- Writing data1
- Writing data2 (overwriting)

Important:
The Vcc must be at max 2V, it does NOT work if Vcc is at 3.3V!
This ends in read and write errors (data corruption)! Tested ;-)

Greets
The_Raven Raven
2018-02-27 08:22:28 UTC
Permalink
Hi

I made a Patch for adding Sanyo "LE25FU206" Chip.

Tested (with raspberrypi-linux_spi):
- Probing
- Reading (i readed the chip 3 times and make a diff, all diffs are same)
- Erasing (tested all 3 erase-modes)
- Writing data1
- Writing data2 (overwriting)

Greets
The_Raven Raven
2018-06-07 09:12:19 UTC
Permalink
Hi again

In the mean time i found a LE25FU206A chip and modified the patch to
support both chips.
So with this patch LE25FU206 and LE25FU206A are supported.
Unfortunately i have not found any datasheet for 206A.
So it's only guessing that the 206A is the same as 206.

I tested the 206A and it works.
Maybe someone has a datasheet and can verify the patch?
I have both chips and can test it.

Greets

Loading...