|
From: Magnus L. <lu...@ml...> - 2006-11-05 23:57:51
|
Hi > >> Shall we support GDB load command? >> >> > Not sure what you mean, but using GDB to load an ELF file is already working. > Michael mailed me some hints on how to speed up the loading by using larger > buffers, I'll add that to the Wiki when I find some time. > This works for elf files that resides in RAM, since GDB sends a buffer memory write to openocd. So for Linux and ARM9 targets this is ok, but the small guys have their programs in flash, and then the gdb-server must translate the memory writes into flash programming commands, and also keep track of erased flash etc. Regards, Magnus |