Skip to content

'local-ip' option doesn't do anything (Arty A7-100T) #424

@ryanhaus

Description

@ryanhaus

Hi,

I'm trying to use the local-ip option to change the local IP of the SoC in the BIOS, like so:
$ ./make.py --board=arty --variant=a7-100 --local-ip=10.138.242.37 --remote-ip=10.138.242.38 --build

However, when I boot it up, I noticed that the local IP was still set to the default value of 192.168.1.50, preventing it from receiving any packets from my TFTP server:

litex> netboot

Booting from network...
Local IP: 192.168.1.50
Remote IP: 10.138.242.38
Booting from boot.json...
Booting from boot.bin...
Copying boot.bin to 0x40000000...
Network boot failed.

Please let me know if there's some other option I'm missing that's preventing this from being updated.

Build log: log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions