W dniu 2011-10-19 14:14:11 użytkownik Akos Vandra <axo...@gmail.com> napisał:
> #lpcfixchecksum takes only binary files, so
> #make a binary file from the elf, and fix the checksum.
> arm-eabi-objcopy -O binary $FILE tmp.bin
> lpcfixchecksum tmp.bin

On LPC2xxx you can use elf, hex of bin - no need to convert anything.
 
> -c "reset run" -c "mwb 0x400FC040 0x01"

How do you expect to write anything to memory when chip is running? 99% of 
problems in OpenOCD are solved by using "reset halt" only.

4\/3!!
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to