>openocd-x64-0.9.0-dev.exe -f olimex-arm-usb-ocd-h.cfg -f lpc2148.cfg -c 
>"program L
250_v1000_Bootloader_Relay.bin 0x00"

Since the above finds the specified files, it seems you have moved config files 
around. I can't be sure that the files are the stock ones. At least the 
olimex-arm-usb-ocd-h.cfg is not the correct one because it uses the deprecated 
driver.

Try the following instead, which should find the installed config files, if 
they're installed correctly (otherwise you can add -s <path to the scripts 
folder>):

openocd-x64-0.9.0-dev.exe -f interface/ftdi/olimex-arm-usb-ocd-h.cfg -f 
target/lpc2148.cfg -c ...

The Windows driver may need to be replaced as Paul hinted.



---

** [tickets:#111] LPC2138**

**Status:** new
**Milestone:** 0.9.0
**Created:** Tue Nov 03, 2015 02:21 AM UTC by Kenneth Deitz
**Last Updated:** Tue Nov 03, 2015 07:00 PM UTC
**Owner:** nobody


I have tried everything with OPENOCD nothing works as per the documentation. 
Errors, deprecations, invalid commands, sub commands, too few arguments in the 
FLASH write_image command, yet I look at the docs and everything seems okay. I 
modified the structure for my OLIMEX-ARM-USB-OCD-H shown here: 
http://siwawi.bauing.uni-kl.de/avr_projects/arm_projects/openocd_intro/
Nothing works. I simply want to use the programmer unit to load SREC data into 
a LPC2138. Nothing more. Why is this so difficult? Anyone got code that will 
work?


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/openocd/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/openocd/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to