Hmm, I don't see that chip as being supported (on flashrom v0.9.7-r1764 on Linux 3.11.0-15-generic (x86_64)) :

# ./flashrom -L | grep MX25L
Macronix      MX25L512(E)/                            64  SPI
Macronix      MX25L1005(C)/          PREW            128  SPI
              MX25L1006E
Macronix      MX25L2005(C)                           256  SPI
Macronix      MX25L4005(A/C)         PREW            512  SPI
Macronix      MX25L8005/             PREW           1024  SPI
Macronix      MX25L1605              PREW           2048  SPI
Macronix      MX25L1605A/            PREW           2048  SPI
              MX25L1606E
Macronix      MX25L1605D/            PREW           2048  SPI
              MX25L1608D
Macronix      MX25L1635D                            2048  SPI
Macronix      MX25L1635E                            2048  SPI
Macronix      MX25L3205(A)           PREW           4096  SPI
Macronix      MX25L3205D/            PREW           4096  SPI
              MX25L3208D
Macronix      MX25L3206E             PREW           4096  SPI
Macronix      MX25L3235D                            4096  SPI
Macronix      MX25L6405(D)           PREW           8192  SPI
Macronix      MX25L6406E/            PREW           8192  SPI
              MX25L6436E
Macronix      MX25L6445E             PREW           8192  SPI
Macronix      MX25L12805(D)          PREW          16384  SPI

# ./flashrom -L | grep MX25L2
Macronix      MX25L2005(C)                           256  SPI


I see a single define for it in flashchips.h:

flashchips.h:#define MACRONIX_MX25L25635F 0x2019 /* Same as MX25L25639F, but the latter seems to not support REMS */

Is there something special I need to do here?


On 1/24/2014 9:01 AM, Brian Rak wrote:
Ah, I was using the windows builds (0.7.6.1-r1705). I'll have to give this another shot from a linux machine with a more recent build. I didn't see it in the wiki, so I didn't look for one. Thanks!

On 1/24/2014 8:05 AM, Idwer Vollering wrote:
2014/1/24 Brian Rak <[email protected]>:
How would I go about getting an additional chip supported? I've got one of
these:
http://datasheet.octopart.com/MX25L25635FZNI-12G-Macronix-datasheet-12537112.pdf
connected to a buspirate.  I'm able to detect it:

Found Macronix flash chip "unknown Macronix SPI chip" (0 kB, SPI).

but that's about it. This isn't part of a BIOS (it's actually used by an IPMI controller), so I don't have any ability to attempt to use an internal
programmer.
Which version or build of flashrom were you using? Chip support for
this MX25L25635F was committed a while ago:
http://flashrom.org/trac/flashrom/changeset/1702

See http://flashrom.org/Downloads#Installation_from_source for
instructions to download and compile flashrom's source code manually.

HTH,

Idwer

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to