Re: [Openocd-development] Adding support for SST 39VF6401B externalflash

2010-09-15 Thread Flemming Futtrup
Great:-) -Original Message- From: Øyvind Harboe [mailto:oyvind.har...@zylin.com] Sent: 15. september 2010 11:40 To: Flemming Futtrup Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] Adding support for SST 39VF6401B externalflash Pushed. Thanks! -- Øyvind

Re: [Openocd-development] Adding support for SST 39VF6401B externalflash

2010-09-15 Thread Øyvind Harboe
Pushed. Thanks! -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@li

Re: [Openocd-development] Adding support for SST 39VF6401B externalflash

2010-09-15 Thread Flemming Futtrup
-development] Adding support for SST 39VF6401B externalflash Hi all, It works! This was a simple matter of using auto erase with the flash. flash write_image $IMGFILE 0x8000 became: flash write_image erase $IMGFILE 0x8000 I am not sure I understand why but it works. I will create a patch