[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [microblaze-uclinux] using icap driver



I apologize for the previous French message. It was a mistake.
 
About the Icap driver, it seems that I had a mistake in the file adapter.c.
The driver build correctly, but failed to initialized.

During the Copy/Past operation the two lines have been deleted, the most important ones:

module_init(xhwicap_init);
module_exit(xhwicap_cleanup);

I am going to correct it and to try again.

Regards,

Jean-Loup



> -----Message d'origine-----
> De : owner-microblaze-uclinux@xxxxxxxxxxxxxx [mailto:owner-microblaze-
> uclinux@xxxxxxxxxxxxxx] De la part de John Williams
> Envoyé : jeudi 19 avril 2007 01:39
> À : microblaze-uclinux@xxxxxxxxxxxxxx
> Objet : Re: [microblaze-uclinux] using icap driver
> 
> LEROY Jean-Loup wrote:
> > Hello,
> >
> > I've added the device node in the Linux kernel. I can see /dev/icap.
> > I now run into errors using "cat bitsream.bit > /dev/icap".
> >
> > 	# cat /tmp/bistream/partial_add.bit > /dev/icap
> > 	/dev/icap: cannot create
> > 	#
> >
> > Icap device node was created with read only access right.
> >
> > 	# ls -l /dev/icap
> > 	crw-r--r--    1 root     0         10, 200 Jan  1 00:00 /dev/icap
> > 	#
> 
> You've added the device node to the filesystem, but the error messages
> you report suggest that the driver itself has failed to initialise
> properly.
> 
> On the microblaze - do "cat /proc/devices" - does the icap device appear
> in the list?
> 
> John
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-
> uclinux/


___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/