Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHAL-Driver not included in BSP
Hallo! I'm currently trying to include a driver into the auto-generated HAL in a BSP. I followed the steps in the "Nios II Software Developers Handbook" from May 2011 (p. 7-20ff). So I curren...
Altera_Forum
Honored Contributor
13 years agoI found my mistake: It was in the sample_sw.tcl file.
The copied line "set_sw_property min_compatible_hw_version 7.1" from an altera sample IP did not match the version 1.0 from my hardware. So the change to "set_sw_property min_compatible_hw_version 1.0" solved it. Now the source files are in the BSP.