Re: [lwip-users] Upgrading lwip 1.4.1 to 2.0.0 pbuf (or other) issue?

2016-12-05 Thread Dirk Ziegelmeier
The "udp_send: No route to 192.168.101.10" sounds like there is an explicit netif_set_up() is missing. Also check whether netif_set_link_up()/netif_set_link_down() is called somewhere. Dirk ___ lwip-users mailing list lwip-users@nongnu.org https://lists.

Re: [lwip-users] Upgrading lwip 1.4.1 to 2.0.0 pbuf (or other) issue?

2016-12-05 Thread Sergio R. Caprile
I can tell you two things: You can't really take a low-level driver for version x and dump it into version y without hassle. It should work, but you also should read the docs because there can always be, and there have been, changes. There is some slight difference with the way 2.0.0 handles inc

[lwip-users] Upgrading lwip 1.4.1 to 2.0.0 pbuf (or other) issue?

2016-12-05 Thread Nicholas Richard
Hello, I'm attempting to upgrade one of the basic examples that Atmel provides (http example with lwip), that comes with lwip 1.4.1, and upgrade it to lwip 2.0.0. I'm fairly new to using these tools, so I figured I could essentially remove the lwip 1.4.1 folder+files and replace it with lwip 2