[flashrom] N25Q128..1E flashed successfully

2015-12-11 Thread Márton Miklós
Hello all, I have successfully flashed a N25Q128..1E SPI flash using flashrom with a 16MB image. The programmer was an external one: NI USB-8452. This is not supported in the mainline yet, but patch is coming soon. /Flashing output (I have forgotten to //run with -V//):// //flashrom

[flashrom] Add option to disable the reading back of the flash contents at write operation

2015-12-11 Thread Márton Miklós
Hello all, I am using the flashrom with an external programmer to flash various SPI flashes a lot. In most cases I do not care about the old flash contents when flashing, so the "/Reading old flash chip contents/" step does not have any added value in my use cases. The code also has a FIXME

[flashrom] W836xx:HP DL145 G3

2015-12-11 Thread Jeff
I'm not sure if you still need this input but the program requested it. Hope it helps! flashrom v0.9.8-r1888 on Linux 3.10.0-229.20.1.el7.x86_64 (x86_64) flashrom is free software, get the source code at http://www.flashrom.org flashrom was built with libpci 3.2.1, GCC 4.8.3 20140911 (Red Hat

[flashrom] W836xx: ??????????: flashrom -V

2015-12-11 Thread Alexis BRENON
# sudo flashrom -V -p internal flashrom v0.9.8-r1888 on Linux 4.2.5-1-ARCH (x86_64) flashrom is free software, get the source code at http://www.flashrom.org flashrom was built with libpci 3.3.0, GCC 4.9.2 20150204 (prerelease), little endian Command line (3 args): flashrom -V -p internal

Re: [flashrom] Add option to disable the reading back of the flash contents at write operation

2015-12-11 Thread David Hendricks
Hi Marton, I respectfully disagree with this approach. Reading the old contents is not just used for backup. It's used so that flashrom can selectively erase and write blocks which usually saves time because erase and write operations are orders of magnitude slower than reads on NOR flash. So,