All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
@ 2016-04-15  8:17 Peter Korsgaard
  2016-04-15 16:18 ` Ezequiel Garcia
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2016-04-15  8:17 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=ba40ce77ea7babb36a74adeb4772b54142f86975
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The minnowboard max board has an ethernet port, so configure it at startup.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/minnowboard_max_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig
index 05df987..dfa1b6c 100644
--- a/configs/minnowboard_max_defconfig
+++ b/configs/minnowboard_max_defconfig
@@ -4,6 +4,7 @@ BR2_x86_atom=y
 
 # Misc
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard-max/post-image.sh"
 

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

* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
  2016-04-15  8:17 [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp Peter Korsgaard
@ 2016-04-15 16:18 ` Ezequiel Garcia
  2016-04-15 18:59   ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2016-04-15 16:18 UTC (permalink / raw)
  To: buildroot

On 15 April 2016 at 05:17, Peter Korsgaard <peter@korsgaard.com> wrote:
> commit: https://git.buildroot.net/buildroot/commit/?id=ba40ce77ea7babb36a74adeb4772b54142f86975
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> The minnowboard max board has an ethernet port, so configure it at startup.
>

Any reason why you are only doing this change for the Minnowboard MAX,
and not also the Minnowboard?

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/minnowboard_max_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig
> index 05df987..dfa1b6c 100644
> --- a/configs/minnowboard_max_defconfig
> +++ b/configs/minnowboard_max_defconfig
> @@ -4,6 +4,7 @@ BR2_x86_atom=y
>
>  # Misc
>  BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
> +BR2_SYSTEM_DHCP="eth0"
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard-max/post-image.sh"
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



-- 
Ezequiel Garc?a, VanguardiaSur
www.vanguardiasur.com.ar

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

* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
  2016-04-15 16:18 ` Ezequiel Garcia
@ 2016-04-15 18:59   ` Peter Korsgaard
  2016-04-15 19:23     ` Ezequiel Garcia
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2016-04-15 18:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes:

 > On 15 April 2016 at 05:17, Peter Korsgaard <peter@korsgaard.com> wrote:
 >> commit: https://git.buildroot.net/buildroot/commit/?id=ba40ce77ea7babb36a74adeb4772b54142f86975
 >> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
 >> 
 >> The minnowboard max board has an ethernet port, so configure it at startup.
 >> 

 > Any reason why you are only doing this change for the Minnowboard MAX,
 > and not also the Minnowboard?

Only the fact that I have a max, but not one of the original
minnowboards, so I couldn't test it.

Do you have one of the old ones? If not, I believe Thomas does.

-- 
Venlig hilsen,
Peter Korsgaard 

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

* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
  2016-04-15 18:59   ` Peter Korsgaard
@ 2016-04-15 19:23     ` Ezequiel Garcia
  2016-04-15 19:46       ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2016-04-15 19:23 UTC (permalink / raw)
  To: buildroot

On 15 April 2016 at 15:59, Peter Korsgaard <peter@korsgaard.com> wrote:
>>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes:
>
>  > On 15 April 2016 at 05:17, Peter Korsgaard <peter@korsgaard.com> wrote:
>  >> commit: https://git.buildroot.net/buildroot/commit/?id=ba40ce77ea7babb36a74adeb4772b54142f86975
>  >> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>  >>
>  >> The minnowboard max board has an ethernet port, so configure it at startup.
>  >>
>
>  > Any reason why you are only doing this change for the Minnowboard MAX,
>  > and not also the Minnowboard?
>
> Only the fact that I have a max, but not one of the original
> minnowboards, so I couldn't test it.
>
> Do you have one of the old ones? If not, I believe Thomas does.
>

Hm, no I don't. But I'm pretty sure it has eth0 :-)
-- 
Ezequiel Garc?a, VanguardiaSur
www.vanguardiasur.com.ar

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

* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
  2016-04-15 19:23     ` Ezequiel Garcia
@ 2016-04-15 19:46       ` Peter Korsgaard
  2016-04-15 20:09         ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2016-04-15 19:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes:

 >> > Any reason why you are only doing this change for the Minnowboard MAX,
 >> > and not also the Minnowboard?
 >> 
 >> Only the fact that I have a max, but not one of the original
 >> minnowboards, so I couldn't test it.
 >> 
 >> Do you have one of the old ones? If not, I believe Thomas does.
 >> 

 > Hm, no I don't. But I'm pretty sure it has eth0 :-)

I guess so too, but E.G. the realtek on the max needs firmware to be
loaded so I didn't want to make any changes without being able to test
it.

Thomas, do you still have your board?

-- 
Venlig hilsen,
Peter Korsgaard 

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

* [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp
  2016-04-15 19:46       ` Peter Korsgaard
@ 2016-04-15 20:09         ` Thomas Petazzoni
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2016-04-15 20:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 15 Apr 2016 21:46:12 +0200, Peter Korsgaard wrote:

> I guess so too, but E.G. the realtek on the max needs firmware to be
> loaded so I didn't want to make any changes without being able to test
> it.
> 
> Thomas, do you still have your board?

Yes, I still have an original Minnowboard somewhere IIRC. I'll have to
dig into my stack of boards to see if it's still there.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-04-15 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15  8:17 [Buildroot] [git commit] configs/minnowboard_max: configure eth0 through dhcp Peter Korsgaard
2016-04-15 16:18 ` Ezequiel Garcia
2016-04-15 18:59   ` Peter Korsgaard
2016-04-15 19:23     ` Ezequiel Garcia
2016-04-15 19:46       ` Peter Korsgaard
2016-04-15 20:09         ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.