Re: [meta-freescale] How to configure eth0 on fslc-image-network-full-cmdline
Andrey Zhizhikin <[email protected]> Fri, 7 Jan 2022 10:54:35 +0100
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <CAHtQpK5x3R8G6QCoO+PNJSDTu0zNNW83w9+SmqLg=i0XY4r+Yw@mail.gmail.com> |
Hello Leo and Fabio, On Wed, Jan 5, 2022 at 2:18 PM Fabio Estevam <[email protected]> wrote: > > Hi Leo, > > On Wed, Nov 17, 2021 at 7:40 PM Leo <[email protected]> wrote: > > > > Hello, > > > > I'm using a wandboard (rev d1) and building the fslc-image-network-full-cmdline image (honister branch). I've got ethernet wired to a switch on my home network, but I cannot figure out how to setup this build to bring up eth0 via DHCP. Any help would be appreciated. Is this image supposed to bring up eth0 right out of the box? > > There is a recent fix in 5.15.13 for Ethernet on wandboard > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm/boot/dts/imx6qdl-wandboard.dtsi?h=v5.15.13&id=ef73e3b650b7b1ad4080b8e7aeba5e36e19f0932 There is a PR in meta-freescale layer against [master] branch, which upgrades the Kernel to 5.15.13: https://github.com/Freescale/meta-freescale/pull/936 Once merged, you can build the image of [master] to verify if your problem persists. > > After applying this fix, I can confirm Ethernet is functional. > > To get an IP address via DHCP: > udhcpc -i eth0 > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#24800): https://lists.yoctoproject.org/g/meta-freescale/message/24800 > Mute This Topic: https://lists.yoctoproject.org/mt/87131721/3617192 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > -- Regards, Andrey.