From: ashu on


I have a LPC2478 board (http://www.embeddedartists.com/products/kits/
lpc2478_kit.php) which comes with a USB OTG port.

I will run linux on this board and connect this to PC which runs
windowsXP via USB OTG port.

I wanted to know if there is any quick way of making this USB
communication possible without writing a USB driver from scratch. Some
ready made USB API or some software like that which can reduce my
development time.



Regards

ashu
From: FreeRTOS info on

"ashu" <ashutosh.ghildiyal(a)gmail.com> wrote in message
news:9327a224-0ed0-46c1-b2cb-45827ce7763e(a)n2g2000vba.googlegroups.com...
>
>
> I have a LPC2478 board (http://www.embeddedartists.com/products/kits/
> lpc2478_kit.php) which comes with a USB OTG port.
>
> I will run linux on this board and connect this to PC which runs
> windowsXP via USB OTG port.

As far as I'm aware the LPC2478 does not have an MMU so chances of running
Linux on it are approaching zero.

--
Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.SafeRTOS.com
Certified by T�V as meeting the requirements for safety related systems

From: ashu on
On Sep 16, 5:01 pm, "FreeRTOS info" <noem...(a)mentioned.com> wrote:
> "ashu" <ashutosh.ghildi...(a)gmail.com> wrote in message
>
> news:9327a224-0ed0-46c1-b2cb-45827ce7763e(a)n2g2000vba.googlegroups.com...
>
>
>
> > I have a LPC2478 board (http://www.embeddedartists.com/products/kits/
> > lpc2478_kit.php) which comes with a USB OTG port.
>
> > I will run linux on this board and connect this to PC which runs
> > windowsXP  via USB OTG port.
>
> As far as I'm aware the LPC2478 does not have an MMU so chances of running
> Linux on it are approaching zero.
>
> --
> Regards,
> Richard.
>
> +http://www.FreeRTOS.org
> Designed for Microcontrollers.  More than 7000 downloads per month.
>
> +http://www.SafeRTOS.com
> Certified by TÜV as meeting the requirements for safety related systems

I plan to run uC linux(micro linux).
From: don on
FreeRTOS info wrote:
>
> "ashu" <ashutosh.ghildiyal(a)gmail.com> wrote in message
> news:9327a224-0ed0-46c1-b2cb-45827ce7763e(a)n2g2000vba.googlegroups.com...
>>
>>
>> I have a LPC2478 board (http://www.embeddedartists.com/products/kits/
>> lpc2478_kit.php) which comes with a USB OTG port.
>>
>> I will run linux on this board and connect this to PC which runs
>> windowsXP via USB OTG port.
>
> As far as I'm aware the LPC2478 does not have an MMU so chances of
> running Linux on it are approaching zero.
>

Does uClinux count ??

olimex has uClinux on their CD, and a link for uClinux patch on their
web site.

http://www.olimex.com/dev/lpc-2478stk.html

don
From: ashu on
On Sep 16, 5:40 pm, don <don> wrote:
> FreeRTOS info wrote:
>
> > "ashu" <ashutosh.ghildi...(a)gmail.com> wrote in message
> >news:9327a224-0ed0-46c1-b2cb-45827ce7763e(a)n2g2000vba.googlegroups.com...
>
> >> I have a LPC2478 board (http://www.embeddedartists.com/products/kits/
> >> lpc2478_kit.php) which comes with a USB OTG port.
>
> >> I will run linux on this board and connect this to PC which runs
> >> windowsXP  via USB OTG port.
>
> > As far as I'm aware the LPC2478 does not have an MMU so chances of
> > running Linux on it are approaching zero.
>
> Does uClinux count ??
>
> olimex has uClinux on their CD, and a link for uClinux patch on their
> web site.
>
> http://www.olimex.com/dev/lpc-2478stk.html
>
> don

my main problem is on the pc side and development of s/w on the pc
side so that I communicate with the board via USB. I dont want to
write a driver from scratch since that will take more time.