Update. Last night I checked out version 1561 which has the cfi bus/chip width fixes. I tried it this morning and finally got it to work. My workspace ram turned out to be my next problem and after I just commented it out, was able to flash u-boot and recover the board! :)
Yes, my flash parts (two of them) are either 8 or 16 bits wide and in their current config, the ce, we, oe are all tied together making them 32bit wide. I didn't know if I should use 4 or 2 in the cfi config line for chip width but using 2 for the chip width and 4 for the bus width worked!!! When I probe flash, a message comes back and says that the total size was 0x08000000 but the CFI size is 0x04000000 (I should post the exact message but I'm on a different machine). Thanks for the patch and thanks to others for pointing me in the right direction. The last board I worked on had a single flash so it has been a learning experience getting this new board going. Regards, Brian
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
