Forum Discussion
RAgui2
New Contributor
8 years agoHow to update the console view (in DS-5) for software running on de10 nano linux OS?
Currently I'm following the "Debug Hello World" tutorial (https://software.intel.com/en-us/node/720361) to debug the C code inside the de10 nano linux OS. However when I want to modify my code lets s...
FawazJ_Altera
Frequent Contributor
8 years agoHello,
Did you build your C code before you run?
I have tried printing "hello world", and was able to see it on console. Then, I edited the message to "from ARM", and built the project, and was able to see it on console as well.