Altera_Forum
Honored Contributor
20 years agoSOPC builder module names for a µCLinuy system
Hi guys,
I'm creating an CycloneII system with the SOPC builder, on which later µCLinux must run. The system contains: - system clock timer - timer for free use - i2c master port (opencore) - i2s master tx and rx ports (opencore) - ethernet interface to SMSC 91C111 - interface to USB controller ISP1161A1 - CFI flash memory - video controller (frame buffer) - pio ports. As I've seen in the µCLinux kernel configuration tool in the NIOS IDE, the kernel brings support for the most of these components. So my question is, do I have to use special module names in the SOPC builder? As example for the system timer "sys_clk_timer"? Are there name definitions given in the kernel, which I must use to let the code recognize these modules? If yes, where can I find these definitions? Thanks in advance