Hello, Maybe you can stop in the U-Boot monitor, and check your environment? => => print serverip => print ipaddr => print gatewayip => print gw_ip
And see what and how your bootcmd and similar env variables look like? And if you do not have defined above, to add them (according to ash script) and try booting again? Zee _______ On Tue, Mar 9, 2021 at 10:28 PM jchludzinski via lists.yoctoproject.org <[email protected]> wrote: > > Where do I assign a static IP address to my sole network interface? > > I tried using the Linux boot parameters (in extlinux.conf): > > LABEL Arria10 SOCDK SDMMC > KERNEL ../zImage > FDT ../socfpga_arria10_phead.dtb > APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,115200n8 > ip=192.168.0.101:255.255.255.0:eth0 > > Then I tried editing: /etc/network/interfaces > > iface eth0 inet static > address 192.168.0.101 > netmask 255.255.255.0 > > Both failed. Where do I go? > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52642): https://lists.yoctoproject.org/g/yocto/message/52642 Mute This Topic: https://lists.yoctoproject.org/mt/81212608/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
