<mailto:openocd-development@lists.berlios.de> Hi, I'd like to program the pic32 flash through JTAG. I've just discovered that openocd project support Mips core! I use an Amontec Jtag key. The command : flash write_image erase unlock rc0209.hex 0 ihex returns : No flash at address 0x1fc02ff4 No flash at address 0x1fc02ffc No flash at address 0x1fc00000 No flash at address 0x1fc00380 ... wrote 0 byte from file ... What's missing for a good programming? The erasing time and the reading seems to be very long. Below my config file : #daemon configuration telnet_port 4444 gdb_port 3333 #interface interface ft2232 ft2232_device_desc "Amontec JTAGkey" ft2232_layout jtagkey ft2232_vid_pid 0x0403 0xcff8 #jtag_rclk 6000 #target set CPUTAPID 0x50952053 source [find target/pic32mx.cfg] init flash probe 0 flash probe 1 version targets ############# Thank you very for your help; Thomas
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development