Altera_Forum
Honored Contributor
20 years agoDon't want to run exe
I am adding the .exe of application in Filesystem bin directory.
Then after uploading kernel and fs on nios2-terminal I am running this exe giving ./hello (for ex) When I was not using OS POR my FPGA configures with the system h/w image say thru flash/EPCS Since reset address is flash the app code from flash gets copied from flash to SDRAM be bootcopier and executes immediately. How to do this under uClinux/OS i.e. I don't want to run the exe on terminal if I enter the terminal I should get the o/p immediately. How to go for this? Thanks in Advance