All of lore.kernel.org
 help / color / mirror / Atom feed
* Assign IP address at boot time
@ 2021-03-09 21:27 jchludzinski
  2021-03-10  0:45 ` [yocto] " Rudolf J Streif
  2021-03-10  9:39 ` Zoran
  0 siblings, 2 replies; 12+ messages in thread
From: jchludzinski @ 2021-03-09 21:27 UTC (permalink / raw)
  To: Yocto

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 1584 bytes --]

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

end of thread, other threads:[~2021-03-12  5:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 21:27 Assign IP address at boot time jchludzinski
2021-03-10  0:45 ` [yocto] " Rudolf J Streif
2021-03-10  7:34   ` jchludzinski
2021-03-10 16:02     ` Rudolf J Streif
2021-03-10 19:31       ` jchludzinski
2021-03-10 19:51         ` Rudolf J Streif
2021-03-10 21:32           ` jchludzinski
2021-03-10 23:50             ` Rudolf J Streif
2021-03-11 18:12               ` jchludzinski
2021-03-11 22:42                 ` Rudolf J Streif
2021-03-12  5:37                 ` Chen Qi
2021-03-10  9:39 ` Zoran

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.