Forum Discussion
Altera_Forum
Honored Contributor
21 years agodoes uclinux1.3 support usb?
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif does uclinux1.3 support usb??? if can ,how to choice settings when configuring ??
Altera_Forum
Honored Contributor
21 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.