Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNote: the above assumes that you've enabled usb in your kernel config by modifying the line in drivers/usb/Kconfig from
<div class='quotetop'>QUOTE </div> --- Quote Start --- config USB tristate "Support for Host-side USB" depends on THING || THING2 || ETC || NIOS[/b] --- Quote End --- to <div class='quotetop'>QUOTE </div> --- Quote Start --- config USB "Support for Host-side USB" depends on THING || THING2 || ETC || NIOS || NIOS2[/b] --- Quote End --- So that you even get the option for host-side USB support in your kernel.