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 automatically recognize all the components in the design? (Say I added an IPcore for USB2.0, and I plugged in a USB memory stick, would ucLinux be able to read that or do I need to write some HDL/C to interface the USB design with the OS and how would I go about doing that? Thanks in advance!