Re: [U-Boot] Adding a new file transfer protocol to Uboot

2010-05-02 Thread maggi9999
Ben Warren-2 wrote: > > Hello Maggi, > > On Tue, Apr 27, 2010 at 6:27 AM, maggi wrote: > >> >> hi all, >> >> i'm very new to uboot.i would like to add new file transfer protocol like >> tftp. Server sends the file as chunks and uboot has to receive and >> reconstruct it.for that in u

Re: [U-Boot] Adding a new file transfer protocol to Uboot

2010-04-27 Thread Wolfgang Denk
Dear maggi, In message <28376949.p...@talk.nabble.com> you wrote: > > i'm very new to uboot.i would like to add new file transfer protocol like > tftp. Server sends the file as chunks and uboot has to receive and > reconstruct it.for that in uboot can i add the new protocol in /net folder > o

Re: [U-Boot] Adding a new file transfer protocol to Uboot

2010-04-27 Thread Ben Warren
Hello Maggi, On Tue, Apr 27, 2010 at 6:27 AM, maggi wrote: > > hi all, > > i'm very new to uboot.i would like to add new file transfer protocol like > tftp. Server sends the file as chunks and uboot has to receive and > reconstruct it.for that in uboot can i add the new protocol in /net

[U-Boot] Adding a new file transfer protocol to Uboot

2010-04-27 Thread maggi9999
hi all, i'm very new to uboot.i would like to add new file transfer protocol like tftp. Server sends the file as chunks and uboot has to receive and reconstruct it.for that in uboot can i add the new protocol in /net folder or is there any folder in uboot which can hold it?Is adding new protocol