lwIP | TI TMS570LC4357: DHCP setup failing despite correct host setup. (#22)
Armaan Chowfin (@ar-in0)
gitlab at rtems.org
Fri Jul 17 19:37:14 UTC 2026
Issue created by Armaan Chowfin: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/work_items/22
## Summary
After providing PHY clock and correcting lc4357 pinmux, autonegotiation in start_networking() succeeds, but dhcp times out waiting for a response. In addition, MAC status dump shows no tx frames were sent out (TXGOOD = 0)
## Steps to reproduce
On ubuntu host, ethernet over a usb-c adapter:
```bash
# make adapter a dnsmasq dhcp server
nmcli con add type ethernet ifname enxdc045a7f5ce2 con-name board-share ipv4.method shared
nmcli con up board-share
# listen for dhcp discover reqs on host
sudo tcpdump -i enxdc045a7f5ce2 -e -vv port 67 or port 68
```
<!--Pre-set options
- milestone-->
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/work_items/22
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-92u93ujgfwmov2ge2h5vh5z5x-m/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260717/c08edd17/attachment-0001.htm>
More information about the bugs
mailing list