Forum Discussion
Altera_Forum
Honored Contributor
14 years agonios2 fail to boot from onchip memory
*quartus 11.0 hi all, we have a problem to put the software on the sof file, and i cant figure out the problem. the issue is: 1. I have a SOPC system that has a nios processor wit...
Altera_Forum
Honored Contributor
14 years agowell, i solved the issue:
i am posting the solution so it can help others. when booting from the flash or RAM, you need to point all prints to null. you do this by editinf the stdout (and others) to "none" in the BSP editor. if not, the code will freeze on any printf command in the code. hope this helps!