On Mon, Sep 14, 2020 at 11:31 AM eliranl via lists.yoctoproject.org
<eliranl=amazon....@lists.yoctoproject.org> wrote:
>
> Hi,
> (since this is a long post, i divided it to sections)
>
> TL;DR
>
> I have a networking issue in my Yocto dist; Somehow, my ethernet device won't 
> work with systemd-networkd, but will work with /etc/network/interfaces.
>
> Problem
> I have an Nvidia Jetson AGX Xavier device which runs a Yocto Thud 
> distribution based on meta-tegra's tegra-minimal-initramfs, which is a small 
> initrd for Jetson Xavier, except it was modified to run with coreutils 
> instead of busybox, and with systemd.

 Which of the meta-tegra branches is it?  thud-l4t-r32.3.1?

> It has an eth0 device which is configured (with a config file in 
> /etc/systemd/network) with a static IP address. The Xavier's Ethernet port is 
> connected directly to another Ubuntu PC, which is also on the same subnet 
> with a different static IP address.
>
> I cannot get the Xavier's network device to work with systemd-networkd;
[...]
> The following is the non-working systemd network device configuration file:
>
> [Match]
> Name=eth0
>
> [Network]
> Address=192.168.13.6/24
> Gateway=192.168.13.10

There was an issue with NVIDIA's eqos driver in older BSPs.  I know it
affected the TX2, with the exact same symptoms
It could affect Xavier modules as well. The workaround is to disable
LLDP on by adding

LLDP=no

to the [Network] section for the interface.

See https://github.com/OE4T/meta-tegra/issues/146

The workaround didn't get back-ported to the thud-l4t-r32.3.1 branch.

[...]

> Please accept my apologies if this isn't the right forum, i wasn't sure where 
> to sent it to.

Since this is BSP-related, opening an issue at
https://github.com/OE4T/meta-tegra/issues might work better.

Regards
-Matt
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#50674): https://lists.yoctoproject.org/g/yocto/message/50674
Mute This Topic: https://lists.yoctoproject.org/mt/76849037/21656
Mute #yocto: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/yocto
Mute #systemd: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/systemd
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to