Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi GreateWhite.DK,
I was using a kernel locally built, but from the same source code. The problem you had with the jtag is still confusing for me. I am quite sure the kernel wont continue during the booting if nios2-terminal is not reading from it. Can you give me more information regarding this issue? maybe we can find some clue from it. BTW, when you are linking your app, which libraries did you use? Here is the Makefile I was using for your app: <div class='quotetop'>QUOTE </div> --- Quote Start --- include ../../Rules.mak all: test.flt test.gdb clean: rm -f *.[iods] core *.flt *.bin *.elf *.gdb[/b] --- Quote End --- Regards, wentao