Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi Rajendra,
> Does uclinux has drivers for I2C, PCI, SATA, IDE controllers available. WRT the kernel, PCI is architecture-specific (and often board-specific) -- it depends on the host bridge that's being used on your target and the PCI mode that you're using (e.g. host or agent). If you're target is operating as a PCI agent, you don't need to do anything. If you need PCI host support, you should take a look at how the mips or powerpc architecture does things as a good starting point. Regards, --Scott