Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUSB device!
I have a usb flash disk, I want to using it on my board, I choose USB Mass storage and SCSI disk and ISA116X driver support in menuconfig. Start uClinux on NIOS II SDK shell, using dmesg, I got these...
Altera_Forum
Honored Contributor
20 years agoIt is the trouble of back porting. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif
The driver code is for 2.6.16.1 . The include files and data structures are different between 2.6.11 and 2.6.16.1 . You have to choose to work on either linux-2.6.16.1 or linux-2.6.x (ie 2.6.11-uc0). More works are required to back port to 2.6.11 . I am busy now, and can't help. Sorry. I have updated the steps of svn. You can use svn to track the debuging.