Hi,
attached patch makes the buspiratespi programmer compile and run on mingw. Build tested on linux, too.
Tested without any device attached to the buspirate, which gave me much text (with -V) ending in: Found chip "Generic unknown SPI chip (REMS)" (0 KB, SPI) at physical address 0x0. === This flash part has status NOT WORKING for operations: PROBE READ ERASE WRITE Please email a report to flashrom@flashrom.org 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, -rV, -wV, -EV), and mention which mainboard or programmer you tested. Thanks for your help! === No operations were specified. buspirate_sendrecv: write 1, read 5 Sending 0x00, receiving 0x42 0x42 0x49 0x4f 0x31 Raw bitbang mode version 1 buspirate_sendrecv: write 1, read 0 Sending 0x0f, receiving Bus Pirate shutdown completed.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On 06.01.2010 21:50, Patrick Georgi wrote:
attached patch makes the buspiratespi programmer compile and run on mingw. Build tested on linux, too.
Tested without any device attached to the buspirate, which gave me much text (with -V) ending in: Found chip "Generic unknown SPI chip (REMS)" (0 KB, SPI) at physical address 0x0.
I'm still a bit surprised that it only found the generic REMS chip, but not the generic RDID chip. That looks a bit like corruption on the wire or a floating bus which changes state a lot between commands.
No operations were specified. buspirate_sendrecv: write 1, read 5 Sending 0x00, receiving 0x42 0x42 0x49 0x4f 0x31 Raw bitbang mode version 1 buspirate_sendrecv: write 1, read 0 Sending 0x0f, receiving Bus Pirate shutdown completed.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Thanks for adding Windows support!
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel