Re: [OpenOCD-devel] Micrel openocd flash programming issue

2014-07-16 Thread Sujith K R
I tried erasing alsoflash info 0 is telling all sectors are unprotected..am able to write using flash fillw On Thu, Jul 17, 2014 at 2:30 AM, Michael Schwingen wrote: > On 16.07.2014 19:02, Sujith K R wrote: > > > I am trying to program Micrel KSZ9692 processor based board. I am getting > e

Re: [OpenOCD-devel] Micrel openocd flash programming issue

2014-07-16 Thread Michael Schwingen
On 16.07.2014 19:02, Sujith K R wrote: > > I am trying to program Micrel KSZ9692 processor based board. I am > getting error > > "timed out while waiting for target halted > target not halted > error writing to flash at address" > > I used the command > > "flash write_image u-boot.bin 0x1c00"

[OpenOCD-devel] Micrel openocd flash programming issue

2014-07-16 Thread Sujith K R
I am trying to program Micrel KSZ9692 processor based board. I am getting error "timed out while waiting for target halted target not halted error writing to flash at address" I used the command "flash write_image u-boot.bin 0x1c00" 0x1c00 is base address of the flash memory. Please h