From: Matthias T. <mt...@we...> - 2012-10-01 17:33:12
|
Enoch, > I passed the avra hurdle using git code with a small device.c patch. Now > loading the board I see it emitting gibberish ... Did you check the serial line settings? amforth uses 9600 or 38400 8N1 > Is there a way to debug under Linux? debugging serial lines? or let amforth run under debugger control? Both is at least very difficult to impossible (IMHO). avarice is a command line tool to connect an JTAG enabled atmega to gdb. Never used it myself... Matthias |