Re: [Openocd-development] OpenOcd cofig files problems

2009-01-09 Thread Alexandre Umino (Spin)
Hello mgross. I've put this option in my config file, but the I've notice that the device didn't start until I umplug the USB cable. Spin 2009/1/9 mark gross > I've had a similar issue with being able to flash the device but not start > the code. > > I found the root cause to be /usr/local/lib

Re: [Openocd-development] OpenOcd cofig files problems

2009-01-09 Thread mark gross
I've had a similar issue with being able to flash the device but not start the code. I found the root cause to be /usr/local/lib/openocd/target/lpc2148.cfg. It has the flash bank config line missing the calc_checksum option. I don't know how that relates to the 2378 but I'd check your flash bank

[Openocd-development] OpenOcd cofig files problems

2009-01-09 Thread Alexandre Umino (Spin)
Hello I'm working with the OpenOCD. I read the documentation and write myself the config files to program my device. I'm using the LPC2378. The parport inteface works fine, but the Olimex Arm-USB-OCD doen't. My device don't start after I wrote my program in the device flash. Could anybody send m