Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-10 Thread Simon Glass
On Tue, Jun 7, 2011 at 2:31 AM, Iordan Neshev wrote: > On 6/7/2011 10:53 AM, Gilles Chanteperdrix wrote: >> On 06/06/2011 08:07 PM, Peter Meerwald wrote: 1. I need to boot my Pandaboard via TFTP. As long as I see this is not yet possible, since in u-boot\include\configs\omap4_panda.h >>>

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-07 Thread Gilles Chanteperdrix
On 06/07/2011 11:31 AM, Iordan Neshev wrote: > On 6/7/2011 10:53 AM, Gilles Chanteperdrix wrote: >> On 06/06/2011 08:07 PM, Peter Meerwald wrote: 1. I need to boot my Pandaboard via TFTP. As long as I see this is not yet possible, since in u-boot\include\configs\omap4_panda.h there i

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-07 Thread Iordan Neshev
On 6/7/2011 10:53 AM, Gilles Chanteperdrix wrote: > On 06/06/2011 08:07 PM, Peter Meerwald wrote: >>> 1. I need to boot my Pandaboard via TFTP. As long as I see this is >>> not yet possible, since in u-boot\include\configs\omap4_panda.h >>> there is: >>> /* Disabled commands */ >>> #undef CONFIG_CM

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-07 Thread Gilles Chanteperdrix
On 06/06/2011 08:07 PM, Peter Meerwald wrote: > >> 1. I need to boot my Pandaboard via TFTP. As long as I see this is >> not yet possible, since in u-boot\include\configs\omap4_panda.h >> there is: >> /* Disabled commands */ >> #undef CONFIG_CMD_NET >> #undef CONFIG_CMD_NFS > > a couple of patche

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-06 Thread Peter Meerwald
> 1. I need to boot my Pandaboard via TFTP. As long as I see this is > not yet possible, since in u-boot\include\configs\omap4_panda.h > there is: > /* Disabled commands */ > #undef CONFIG_CMD_NET > #undef CONFIG_CMD_NFS a couple of patches have been posted on this ML to support SMSC USB etherne

[U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-06 Thread Iordan Neshev
Hello, 1. I need to boot my Pandaboard via TFTP. As long as I see this is not yet possible, since in u-boot\include\configs\omap4_panda.h there is: /* Disabled commands */ #undef CONFIG_CMD_NET #undef CONFIG_CMD_NFS I'm new to U-boot and I'm not sure that I understood it correctly, so can somebo