我有类似的问题;
我的设计基于Memec板的AvNet示例。
董事会很好地回应了ping,没有http连接或其他任何东西。
它也陷入了接受连接的困境。
我在软件平台配置中打开了lwip的调试选项,并在收到数据包时发现错误:它无法创建信号量 - 显然我没有在xilkernel配置中设置足够高的值。
您应该检查在xilkernel配置中是否有足够的信号量,定时器和内存集。
以上来自于谷歌翻译
以下为原文
I had a similar problem; based my design on AvNet example for Memec board. The board responded to ping very well, no http connection or anything else though. It also got stuck at accepting connections.
I turned on the debug options for lwip in software platform configuration and noticed an error when receiving packets: it couldn't create a semaphore - apparently I haven't set the value high enough in xilkernel configuration.
You should probably check if you have enough semaphores, timers and memory set in xilkernel configuration.
我有类似的问题;
我的设计基于Memec板的AvNet示例。
董事会很好地回应了ping,没有http连接或其他任何东西。
它也陷入了接受连接的困境。
我在软件平台配置中打开了lwip的调试选项,并在收到数据包时发现错误:它无法创建信号量 - 显然我没有在xilkernel配置中设置足够高的值。
您应该检查在xilkernel配置中是否有足够的信号量,定时器和内存集。
以上来自于谷歌翻译
以下为原文
I had a similar problem; based my design on AvNet example for Memec board. The board responded to ping very well, no http connection or anything else though. It also got stuck at accepting connections.
I turned on the debug options for lwip in software platform configuration and noticed an error when receiving packets: it couldn't create a semaphore - apparently I haven't set the value high enough in xilkernel configuration.
You should probably check if you have enough semaphores, timers and memory set in xilkernel configuration.
举报