Forum Discussion
Altera_Forum
Honored Contributor
20 years agoYou don't have to use special name for the devices.
Just use the default name given by spoc_builder. The kernel building process use hwselect.pl to generate nios2_system.h, which match the ports address. make ARCH=nios2nommu O=/usr/local/src/nios2/build/kernel CROSS_COMPILE=nios2-elf- hwselect STSPTF=/usr/local/src/nios2/build/yoursystem.ptf The system timer should be a default , full featured timer. You should have a SDRAM or DDR SDRAM device to run the program. You should also have a Jtag or UART for console to debug. It looks like you will write or debug kernel drivers. It is strongly recommanded that you build the tools chain and develop on Linux platform.