public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Establishing connection via Ethernet
@ 2009-01-29  8:22 Piyush Shah
  2009-01-29  8:33 ` Ben Warren
  2009-01-29 10:47 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Piyush Shah @ 2009-01-29  8:22 UTC (permalink / raw)
  To: u-boot

Hi all,
Is it feasible to send u-boot commands via Ethernet instead of UART?
I know that there is no such support right now. But can it be added?
Moreover how am I supposed to transmit UDP or TCP packets from u-boot?

--
-PIYUSH

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Establishing connection via Ethernet
  2009-01-29  8:22 [U-Boot] Establishing connection via Ethernet Piyush Shah
@ 2009-01-29  8:33 ` Ben Warren
  2009-01-29  9:17   ` Piyush Shah
  2009-01-29 10:47 ` Wolfgang Denk
  1 sibling, 1 reply; 4+ messages in thread
From: Ben Warren @ 2009-01-29  8:33 UTC (permalink / raw)
  To: u-boot

Hi Piyush,

Piyush Shah wrote:
> Hi all,
> Is it feasible to send u-boot commands via Ethernet instead of UART?
> I know that there is no such support right now. But can it be added?
> Moreover how am I supposed to transmit UDP or TCP packets from u-boot?
>
>
>   
Look into netconsole for control over Ethernet.  I haven't used it 
personally, but it's supported in U-boot.

What kind of UDP or TCP packets do you want to send?  Many of the common 
UDP-based protocols have some support (NFS, TFTP and some others), but 
keep in mind that U-boot is not a multitasking environment and so there 
is no concept of 'servers'.  Apart from netconsole, all network 
communications must start from the target.

regards,
Ben

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Establishing connection via Ethernet
  2009-01-29  8:33 ` Ben Warren
@ 2009-01-29  9:17   ` Piyush Shah
  0 siblings, 0 replies; 4+ messages in thread
From: Piyush Shah @ 2009-01-29  9:17 UTC (permalink / raw)
  To: u-boot

Hi Ben

On Thu, Jan 29, 2009 at 2:03 PM, Ben Warren <biggerbadderben@gmail.com> wrote:
> Hi Piyush,
>
> Piyush Shah wrote:
>>
>> Hi all,
>> Is it feasible to send u-boot commands via Ethernet instead of UART?
>> I know that there is no such support right now. But can it be added?
>> Moreover how am I supposed to transmit UDP or TCP packets from u-boot?
>>
>>
>>
>
> Look into netconsole for control over Ethernet.  I haven't used it
> personally, but it's supported in U-boot.
This is what I wanted
Thanks a lot
>
> What kind of UDP or TCP packets do you want to send?  Many of the common
> UDP-based protocols have some support (NFS, TFTP and some others), but keep
> in mind that U-boot is not a multitasking environment and so there is no
> concept of 'servers'.  Apart from netconsole, all network communications
> must start from the target.
>
> regards,
> Ben
>



-- 
-PIYUSH

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Establishing connection via Ethernet
  2009-01-29  8:22 [U-Boot] Establishing connection via Ethernet Piyush Shah
  2009-01-29  8:33 ` Ben Warren
@ 2009-01-29 10:47 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-01-29 10:47 UTC (permalink / raw)
  To: u-boot

Dear Piyush Shah,

In message <ad27f3010901290022l2957affex8256b7f34b1190e6@mail.gmail.com> you wrote:
>
> Is it feasible to send u-boot commands via Ethernet instead of UART?

yes it it.

> I know that there is no such support right now. But can it be added?

You are wrong. The support is right there, and has been there for a
long, long time.

> Moreover how am I supposed to transmit UDP or TCP packets from u-boot?

UDP only. There is no TCP capable stack in U-Boot.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"An organization dries up if you don't challenge it with growth."
       - Mark Shepherd, former President and CEO of Texas Instruments

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-29 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  8:22 [U-Boot] Establishing connection via Ethernet Piyush Shah
2009-01-29  8:33 ` Ben Warren
2009-01-29  9:17   ` Piyush Shah
2009-01-29 10:47 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox