I am just finishing up an LPC2888 driver (erase/write internal flash) and I want to add support for the external flash to create a complete “Olimex-LPC2888.cfg”
The external flash is an intel 28F160 and i was hoping to use something like:
flash bank cfi 0x20000000 0x200000 2 2 0
But when I “probe” the flash it fails:
Info: cfi.c:1906 cfi_probe(): CFI: 0x20000000 Found 0090 0090
Error: cfi.c:1943 cfi_probe(): Could not probe bank
Can anyone help?
Sorry, I cannot help with that, but I’d be very grateful if you could provide your LPC2888 configuration file. I have an Olimex LPC2888 board that for some reason can’t be programmed over USB anymore, and I want to try to bring it back to life using OpenOCD and ARM-USB-TINY from Olimex. Also, if you have a Windows compiled OpenOCD with support for LPC2888, please also provide that, I’m just downloading Cygwin and I’m not sure how well the build process will go.
Many thanks,
Bogdan Marinescu
OK, forget about the compiled OpenOCD, I just compiled it for both Windows and Linux and it was much easier than expected. I’d still be very happy to have that configuration file though