Re: Setting serverip from DHCP server

2021-09-02 Thread Gregory Anders
> On Jul 2, 2021, at 7:39 AM, Harald Seiler wrote: > > This is just a guess because I don't have a dhcpd server running, but with > dnsmasq we have this working without problems. From a quick search, maybe > adding > >next-server 10.0.10.1; > > m I know this is two months later, but I

Setting serverip from DHCP server

2021-07-01 Thread Gregory Anders
(Re-sending now that I'm subscribed to the list) Hi all, I am running U-Boot on an embedded device that is connected via Ethernet to my workstation. The workstation is running dhcpd and U-Boot is able to successfully obtain an IP address via DHCP from the server. However, the `serverip` envir

Setting serverip from DHCP server

2021-06-30 Thread Gregory Anders
Hi all, I am running U-Boot on an embedded device that is connected via Ethernet to my workstation. The workstation is running dhcpd and U-Boot is able to successfully obtain an IP address via DHCP from the server. However, the `serverip` environment variable is not being set which prevents U