Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Ubuntu and debian have linked /bin/sh to a reduced version of bash (dash), and the altera tools expect to have a bash complete implementation in /bin/sh Maybe changing this will make the tools behave well again --- Quote End --- Thanks for your helpful reply! I used a command like 'sudo ln -sf /bin/bash /bin/sh' to change to use the bash. And I tried again. Some errors were solved. But there were some errors yet! The error messages were below Using cable "USB-Blaster [USB 2-1.1]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloading 00008000 ( 0%) Downloaded 15KB in 0.1s Verifying 00008000 ( 0%) Verify failed between address 0x8000 and 0xBBB3 Leaving target processor paused This was a very sample program. I used the template 'hello world' in the nios2-ide. In the sopc builder, I used the on-chip memory, and auto-assign base address. The address 0x8000 and 0xBBB3 is on-chip memory. But why verify failed?