Forum Discussion
Altera_Forum
Honored Contributor
14 years agoJudging from your dts (the picture with your sopc info is not accessible), the problem most probably is the missing data cache:
dcache-line-size = < 0 >;
dcache-size = < 0 >;
You will need to add some data cache for the design to work properly with Linux. Please follow the instructions http://alterawiki.com/wiki/creating_a_nios_ii_design_with_an_mmu on how to create a proper design for running Linux.