Re: lwip tftp not working on imx8mm

2025-05-29 Thread Peter Robinson
> > > > >>> I've enabled LWIP on imx8mm_venice to see how it's doing and while > > > > >>> dhcp/dns/ping/wget appear to work great, tftp is broken. > > > > >>> > > > > >>> Enabling LWIP_DEBUG shows the following: > > > > >>> ip4_input: packet accepted on interface et > > > > >>> IP packet dropped s

Re: lwip tftp not working on imx8mm

2025-05-28 Thread Tim Harvey
On Wed, May 28, 2025 at 10:23 AM Peter Robinson wrote: > > On Wed, 28 May 2025 at 17:59, Tim Harvey wrote: > > > > On Wed, May 28, 2025 at 5:24 AM Jerome Forissier > > wrote: > > > > > > > > > > > > On 5/27/25 18:35, Tim Harvey wrote: > > > > On Mon, May 26, 2025 at 5:17 AM Jerome Forissier > >

Re: lwip tftp not working on imx8mm

2025-05-28 Thread Peter Robinson
On Wed, 28 May 2025 at 17:59, Tim Harvey wrote: > > On Wed, May 28, 2025 at 5:24 AM Jerome Forissier > wrote: > > > > > > > > On 5/27/25 18:35, Tim Harvey wrote: > > > On Mon, May 26, 2025 at 5:17 AM Jerome Forissier > > > wrote: > > >> > > >> Hi Tim, > > >> > > >> On 5/23/25 20:31, Tim Harvey w

Re: lwip tftp not working on imx8mm

2025-05-28 Thread Tim Harvey
On Wed, May 28, 2025 at 5:24 AM Jerome Forissier wrote: > > > > On 5/27/25 18:35, Tim Harvey wrote: > > On Mon, May 26, 2025 at 5:17 AM Jerome Forissier > > wrote: > >> > >> Hi Tim, > >> > >> On 5/23/25 20:31, Tim Harvey wrote: > >>> Hi Jerome, > >>> > >>> I've enabled LWIP on imx8mm_venice to se

Re: lwip tftp not working on imx8mm

2025-05-28 Thread Jerome Forissier
On 5/27/25 18:35, Tim Harvey wrote: > On Mon, May 26, 2025 at 5:17 AM Jerome Forissier > wrote: >> >> Hi Tim, >> >> On 5/23/25 20:31, Tim Harvey wrote: >>> Hi Jerome, >>> >>> I've enabled LWIP on imx8mm_venice to see how it's doing and while >>> dhcp/dns/ping/wget appear to work great, tftp is

Re: lwip tftp not working on imx8mm

2025-05-27 Thread Tim Harvey
On Mon, May 26, 2025 at 6:25 AM Peter Robinson wrote: > > Hi Tim, > > > I've enabled LWIP on imx8mm_venice to see how it's doing and while > > dhcp/dns/ping/wget appear to work great, tftp is broken. > > > > Enabling LWIP_DEBUG shows the following: > > ip4_input: packet accepted on interface et >

Re: lwip tftp not working on imx8mm

2025-05-27 Thread Tim Harvey
On Mon, May 26, 2025 at 5:17 AM Jerome Forissier wrote: > > Hi Tim, > > On 5/23/25 20:31, Tim Harvey wrote: > > Hi Jerome, > > > > I've enabled LWIP on imx8mm_venice to see how it's doing and while > > dhcp/dns/ping/wget appear to work great, tftp is broken. > > > > Enabling LWIP_DEBUG shows the f

Re: lwip tftp not working on imx8mm

2025-05-26 Thread Jerome Forissier
Hi Tim, On 5/23/25 20:31, Tim Harvey wrote: > Hi Jerome, > > I've enabled LWIP on imx8mm_venice to see how it's doing and while > dhcp/dns/ping/wget appear to work great, tftp is broken. > > Enabling LWIP_DEBUG shows the following: > ip4_input: packet accepted on interface et > IP packet dropped

Re: lwip tftp not working on imx8mm

2025-05-26 Thread Peter Robinson
Hi Tim, > I've enabled LWIP on imx8mm_venice to see how it's doing and while > dhcp/dns/ping/wget appear to work great, tftp is broken. > > Enabling LWIP_DEBUG shows the following: > ip4_input: packet accepted on interface et > IP packet dropped since it was fragmented (0x2000) (while IP_REASSEMBL

lwip tftp not working on imx8mm

2025-05-23 Thread Tim Harvey
Hi Jerome, I've enabled LWIP on imx8mm_venice to see how it's doing and while dhcp/dns/ping/wget appear to work great, tftp is broken. Enabling LWIP_DEBUG shows the following: ip4_input: packet accepted on interface et IP packet dropped since it was fragmented (0x2000) (while IP_REASSEMBLY == 0).