Attention is currently required from: Balázs Vinarz, Nico Huber.
1 comment:
Patchset:
We should make this code work with parallel flash chips too. Here's why.
It should be noted that ezoflash is a simplified version of willem that only handles parallel flash chips. Way back then I assembled one on a solderless breadboard to flash my infamous Apex AD-600A DVD player before building my PCB3B. While PCB3B has sockets for DIP SPI chips (and much more), it will not achieve the kind of throughput other solutions can, just because parallel port is so slow plus you are bit-banging SPI over it.
To be able to serve both parallel and SPI, we need to either have the code change protocol on the fly (ie. probe for parallel chips first, then SPI chips, or vice versa, then stick with the one for chip found), or have the user specify the protocol via programmer options.
To view, visit change 23053. To unsubscribe, or for help writing mail filters, visit settings.