[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] FSL
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: Re: [microblaze-uclinux] FSL
- From: "Stephane Rousseau" <stephaner@xxxxxxxxx>
- Date: Mon, 29 Oct 2007 23:09:12 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pwCRZpu12VRo910ys5TLkQC11Y52gqxc2J7DrLaVQWg=; b=GA4+LjeTYfr8VdXB0Ui2TxdZFwEiO9P6utHJZPQv9cg0//crGIZvnR9cSguxQRyWIa0AQCg6T7g93wz9FQSoVuc49G1nClydMJAmvy4F61wmNdqNIErEOi6hLJfqO0lG1TuJEG8BZcQnd078bnZtYNXfhSgYZN0cBO2mbXlPIlI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E6hK8MdB66eEdHbUkU750OI9+5BdzyiGEPqjg4/OcpNQfj0Qx7FhkyY0A4n5FKylHwcz3Bvnlj9/NZ3ae6zea/GriOuAl/J21spSM4fKd9PPnQ1gmArdOjbZnYsAdmMcIztPEEkkyPjUI3ZSMRUwUWaTzZjuqSl60lcskDIlqJY=
- In-reply-to: <006c01c81a24$6c313c50$140aa8c0@raul>
- References: <20071025140303.GE5604@xxxxxxxxxxxxxxx> <006c01c81a24$6c313c50$140aa8c0@raul>
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hi Raul,
If you are on version 2.4, you can use the driver FSLFIFO made by Mr.
Williams. FSL driver are not yet available on version 2.6.
Here is an exemple assuming a request/response component on the FSL link 1 :
{
filerw = open("/dev/fslfifo1", O_RDWR);
res = write(filerw, &dataout[], dimout);
res = read(filerw, &datain[], dimin);
close(fichier);
}
Regards,
Stephane Rousseau
On 10/29/07, Raul Camaras <raul.camaras@xxxxxxxxxxxxxxxxxxx> wrote:
> Hello,
>
> does anybody have an example of using a FSL under uClinux?
> Thanks a lot.
> Regards,
>
> Raul Camaras
>
>
>
> ___________________________
> 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/