* [U-Boot] Adding a new file transfer protocol to Uboot
@ 2010-04-27 13:27 maggi9999
2010-04-27 13:58 ` Ben Warren
2010-04-27 20:37 ` Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: maggi9999 @ 2010-04-27 13:27 UTC (permalink / raw)
To: u-boot
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
will come to gpl?
--
View this message in context: http://old.nabble.com/Adding-a-new-file-transfer-protocol-to-Uboot-tp28376949p28376949.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Adding a new file transfer protocol to Uboot
2010-04-27 13:27 [U-Boot] Adding a new file transfer protocol to Uboot maggi9999
@ 2010-04-27 13:58 ` Ben Warren
2010-05-03 6:09 ` maggi9999
2010-04-27 20:37 ` Wolfgang Denk
1 sibling, 1 reply; 4+ messages in thread
From: Ben Warren @ 2010-04-27 13:58 UTC (permalink / raw)
To: u-boot
Hello Maggi9999,
On Tue, Apr 27, 2010 at 6:27 AM, maggi9999 <maggi9999@gmail.com> 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 folder
> or is there any folder in uboot which can hold it?Is adding new protocol
> will come to gpl?
>
Anything you wish to submit will be considered. If your protocol has
advantages over the existing TFTP and NFS implementations, please explain
what's better. Of course, the protocol needs to be completely open and
documented on both client and server sides. You must provide a CONFIG
option so that users opt in to using the protocol, and doesn't add to image
size if they don't. You are correct that /net is the correct place.
regards,
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Adding a new file transfer protocol to Uboot
2010-04-27 13:27 [U-Boot] Adding a new file transfer protocol to Uboot maggi9999
2010-04-27 13:58 ` Ben Warren
@ 2010-04-27 20:37 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-04-27 20:37 UTC (permalink / raw)
To: u-boot
Dear maggi9999,
In message <28376949.post@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
> or is there any folder in uboot which can hold it?Is adding new protocol
> will come to gpl?
All contributions are welcome, if they perform a useful purpose and
don't hurt users that are not interested in such a feature.
Which exact protocl to you want to implement, and what is it's
advantage over the existing ones (TFTP and NFS) ?
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
Heavier than air flying machines are impossible.
-- Lord Kelvin, President, Royal Society, c. 1895
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Adding a new file transfer protocol to Uboot
2010-04-27 13:58 ` Ben Warren
@ 2010-05-03 6:09 ` maggi9999
0 siblings, 0 replies; 4+ messages in thread
From: maggi9999 @ 2010-05-03 6:09 UTC (permalink / raw)
To: u-boot
Ben Warren-2 wrote:
>
> Hello Maggi9999,
>
> On Tue, Apr 27, 2010 at 6:27 AM, maggi9999 <maggi9999@gmail.com> 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
>> folder
>> or is there any folder in uboot which can hold it?Is adding new protocol
>> will come to gpl?
>>
>
> Anything you wish to submit will be considered. If your protocol has
> advantages over the existing TFTP and NFS implementations, please explain
> what's better. Of course, the protocol needs to be completely open and
> documented on both client and server sides. You must provide a CONFIG
> option so that users opt in to using the protocol, and doesn't add to
> image
> size if they don't. You are correct that /net is the correct place.
>
> regards,
> Ben
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
>
thank you very much for your reply.
--
View this message in context: http://old.nabble.com/Adding-a-new-file-transfer-protocol-to-Uboot-tp28376949p28431798.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-03 6:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 13:27 [U-Boot] Adding a new file transfer protocol to Uboot maggi9999
2010-04-27 13:58 ` Ben Warren
2010-05-03 6:09 ` maggi9999
2010-04-27 20:37 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox