On Mon, 2011-06-20 at 22:28 -0700, FPGAMiner wrote: > Along that train of thought, I have begun digging into the intricacies > of remote debugging. If I understand it correctly, I need a custom > gdbserver which communicates with the board. Then I can run > lm32-elf-gdb, target the local instance of my custom gdbserver,
There are already things done there: 1) Michael Walle's serial-based solution, which is portable. Does not require a local GDB server, just a direct serial connection with GDB. http://www.milkymist.org/wiki/index.php?title=Using_GDB_in-system_debugger 2) Wesley Terpstra's JTAG-based solution, which only works with Altera so far. S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milkymistvj Ideas? http://milkymist.uservoice.com
