Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMaybe I've got it... After you build the new hardware image are you loading it into the board?
vendor_hwselect tells the kernel build which hardware to target but it does not put the hardware into your DE2 board. you would need to run nios2-configure-sof or something to get the new image into the board. If you are not doing this, the kernel would think it had more cache than the HW actually has. That could be an issue :). Also, you probably don't need to do this but I always make clean when I'm changing hardware. Hope this helps.