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 ago --- Quote Start --- originally posted by jay_1025@Apr 19 2006, 11:00 PM hi hippo
i have installed svn on linux-2.6.x and met a problem.
i can't used the patch "isp1362.diff" in ~/ dir. why?
[jay@localhost ~]$ patch -p0 <~/download/isp1362.diff
patching file include/linux/usb_isp1362.h
can't find file to patch at input line 52
perhaps you used the wrong -p or --strip option?
the text leading up to this was:
--------------------------
|index: arch/nios2nommu/kernel/usb.c
|===================================================================
|--- arch/nios2nommu/kernel/usb.c (revision 12)
|+++ arch/nios2nommu/kernel/usb.c (revision 14)
--------------------------
file to patch:
how to solve this problem?
if i complete the installation of svn.
is the make kernel also in ~/linux-2.6.x?
thx
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14482)
--- quote end ---
--- Quote End --- please do the patch in kernel dir, cd ~/linux-2.6.x patch -p0 <....... You should check the header when you received a patch to know the patch point.