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 v0.9.7-unknown on Linux 3.13.0-70-generic (x86_64)//
//flashrom is free software, get the source code at http://www.flashrom.org//
//
//Calibrating delay loop... OK.//
//Found USB device (3923:7514).//
//USB-8452 IO voltage set to: 1.8 V//
//USB-8452 SCK frequency set to: 50.00 MHz//
//Found Micron/Numonyx/ST flash chip "N25Q128..1E" (16384 kB, SPI) on usb8451_spi.//
//===//
//This flash part has status UNTESTED for operations: PROBE READ ERASE WRITE// //The test status of this chip may have been updated in the latest development//
//version of flashrom. If you are running the latest development version,//
//please email a report to [email protected] if any of the above operations//
//work correctly for you with this flash part. Please include the flashrom//
//output with the additional -V option for all operations you tested (-V, -Vr,//
//-VE, -Vw), and mention which mainboard or programmer you tested.//
//Please mention your board in the subject line. Thanks for your help!//
//Reading old flash chip contents... done.//
//Erasing and writing flash chip... //
//Erase/write done.//
//Verifying flash... VERIFIED.

/Patch attached./
/

--
Regards,
Miklos Marton

Index: flashchips.c
===================================================================
--- flashchips.c	(revision 1901)
+++ flashchips.c	(working copy)
@@ -9274,7 +9274,7 @@
 		/* supports SFDP */
 		/* OTP: 64B total; read 0x4B, write 0x42 */
 		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP,
-		.tested		= TEST_UNTESTED,
+        .tested		= TEST_OK_PREW,
 		.probe		= probe_spi_rdid,
 		.probe_timing	= TIMING_ZERO,
 		.block_erasers	= {
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to