Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-13 Thread Jerry Van Baren
Steven Woody wrote: > On Wed, May 14, 2008 at 10:05 AM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: >> Steven Woody wrote: >>> On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: Dear Steven, in message <[EMAIL PROTECTED]> you wrote: > Q1: > > Bo

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-13 Thread Steven Woody
On Wed, May 14, 2008 at 10:05 AM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Steven Woody wrote: >> >> On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >>> >>> Dear Steven, >>> >>> in message <[EMAIL PROTECTED]> >>> you wrote: Q1: Both 5.9.5.1 ( >> >>

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-13 Thread Jerry Van Baren
Steven Woody wrote: > On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >> Dear Steven, >> >> in message <[EMAIL PROTECTED]> you wrote: >>> Q1: >>> >>> Both 5.9.5.1 ( > http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. >>> ) and 5.9.5.6 ( >>> http://ww

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Steven Woody
On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Steven, > > in message <[EMAIL PROTECTED]> you wrote: >> >> Q1: >> >> Both 5.9.5.1 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. >> ) and 5.9.5.6 ( >> http://www.denx.de/wiki/view/DULG/UBoo

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Wolfgang Denk
Dear Steven, in message <[EMAIL PROTECTED]> you wrote: > > Q1: > > Both 5.9.5.1 ( > http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. > ) and 5.9.5.6 ( > http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.6. > ) talk about booting image via network, but

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Steven Woody
Dear Denk, Q1: Both 5.9.5.1 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. ) and 5.9.5.6 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.6. ) talk about booting image via network, but there are only few lines of description about these commands

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The manual is not so clear. I want to boot from a remote image and > mount remote root filesystem. It seems i've done the server side > setup respecting to the manual, but for u-boot usage ( target side ) > to do this, i am not so clear. Would anyon