Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to add application to uclinux?
i want to add hello_world to uclinux, the code is: # include <stdio.h> main() {char *str="Hello world !"; printf("%s\n",str); exit(0); i have 3 problems: 1.how to write make...
Altera_Forum
Honored Contributor
21 years agoIs there a quicker way uploading an application to the board? Putting the exe file into the fs project and uploading takes a while. Thanks in advance for ur help.