Forum Discussion
Altera_Forum
Honored Contributor
20 years agoDoes uCLinux recognize all hw components in ptf?
When compiling the kernel and using the ptf as below # generate nios2_system.h from ptf make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- hwselect SYSPTF=your_system.ptf Does ucLinux ...
Altera_Forum
Honored Contributor
20 years agoThe hwselect only extract component name and port address from ptf, and creat the nios2_system.h .
It does not take care of any drivers. If the drivers are supported in Linux kernel you can select them in memuconfig. Otherwise you have to write/port them. In tthe USB for DE2 example, the USB chip is ISP1362, and you have to check current ISP116X drivers, or port them. It is host. You will also need other USB option in menuconfig, eg USB Mass storage and SCSI disk support.