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 (#52636): https://lists.yoctoproject.org/g/yocto/message/52636
Mute This Topic: https://lists.yoctoproject.org/mt/81212608/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-