-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master board doesn't send ack to PC #162
Comments
Hi, The default configuration (via make menuconfig) enable Ethernet, so your issue is probably related to something else. Can you make sure that both the sdk and the firmware are in sync (latest commit)? Best, |
the sdk has not its latest commit, because the README in the master-board packages asked to bring it to a previous commit:
About the "make menuconfig" I am not sure how to enable Ethernet, because in the interface it allows to me to set only the size of the sending packages. |
I'm not talking about the ESD IDF SDK, but the sdk of masterboard (the library that will manage the communication with the masterboard. This needs to be the latest commit of this repo. master-board/sdk -> The lib You don't have to change anything in the make menuconfig to have ethernet enabled. |
Okay, sorry I get it. However bot the commit of the firmware and the sdk are at their last commit. The error that appears is still the same:
And I've got it starting the sdk :
|
Can you connect your programmer to the masterbord and give the output of "make monitor" while you start the program?
|
Hello, I am having a problem very similar to that in #125 (comment), however I've no found any solution to my problem yet.
I've followed all the documentation to flash the master-board. So I was able to compile the code of the firmware and flash the masterboard. So far so good.
The problem start when I try to execute the demo.cpp in the sdk folder. In that case the 'Timeout while waiting for ack' appears.
I'm pretty sure that in that case, the master-board has received the init pack, but it's not able to send the ack package because the blue LED fades.
A similar error occurs if I run the ethernet package in the example folder of the esp-idf package.
I am quite sure that the problem is related to some kind of configuration that i mess. Maybe there is something that i should set with
make menuconfig
??Moreover, I've followed also the guide on the sdk README for the ethernet communication:
Where MY_INTERFACE is enp3s0, and I've disabled the IPV6 traffic still following the guide in the README
Maybe there is some problem due to the fact that if I type ifconfig in the shell, it appears:
Thanks a lot for taking your time to help me
The text was updated successfully, but these errors were encountered: