[Openocd-development] OpenOCD + gdb load multiple ELF files

2010-10-17 Thread Andreas Schmidt
Hello all, I would like to debug an newly developed application which consists of a bootloader and a separate application. The bootloader and the application exist as ELF binaries having a distinct base address in flash memory. But I don't know how to load and flash the two files with GDB

Re: [Openocd-development] OpenOCD + gdb load multiple ELF files

2010-10-17 Thread Øyvind Harboe
On Sun, Oct 17, 2010 at 3:14 PM, Andreas Schmidt ad...@codingfun.de wrote: Hello all, I would like to debug an newly developed application which consists of a bootloader and a separate application. The bootloader and the application exist as ELF binaries having a distinct base address in