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 agoHi, jay_1025:
<div class='quotetop'>QUOTE </div> --- Quote Start --- hi hippo & goral I can see usb info( dev/sda1) from booting messages, and can't mount /dev/sda1 to /mnt . why ? sad.gif Is it not working ? ps: i have changed code in isp1362-hcd.c . [/b] --- Quote End --- You may check your menuconfig like as hippo mentioned: <div class='quotetop'>QUOTE </div> --- Quote Start --- for kernel config, drivers->scsi->scsi disk support drivers->usb->usb devices filesystem, usb mass storage . and you need vfat support as in CF drive. [/b] --- Quote End --- After that, you could do like this: <div class='quotetop'>QUOTE </div> --- Quote Start --- File systems --> DOS/FAT/NT Filesystems ---> [*] MSDOS fs support [*] VFAT (Windows-95) fs support (437) Default codepage for FAT (iso8859-1) Default iocharset for FAT Native Language Support --> (iso8859-1) Default NLS Option [*] Codepage 437 (United States, Canada) [*] NLS ISO 8859-1 (Latin 1; Western European Languages) [/b] --- Quote End --- Maybe you can access your usb flash disk! Lucky! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif