-
Notifications
You must be signed in to change notification settings - Fork 3k
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
OdinWiFiInterface crashes #5139
Comments
This seems to have been known problem in Mbed OS 5.5 release time, but never reported |
I tested this and I could reproduce the same way as above. However, when using the latest mbed-os master(bb61b42) it seems to work. |
Can you test 5.6.0 ? 5.6.1 could also be tested from a 5.6 branch (will be published soon). |
I have compiled a new driver based on mbed-os 5.5.6 and that seems to work fine for all versions above. We will most likely release it later this week. |
This seems to be fixed now in Mbed OS 5.6.2 and master branch. Can somebody verify whether fix was applied or do I fail to reproduce the problem? |
I tried to bisect and looks like the behaviour changed in #5080 Can this be the corrective action or is this just a side effect, (or me not bisecting correctly). |
If Odin Wifi drivers are using Mbed TLS in their binaries, it might be that when HW acceleration is turned on, the binaries will break because size of some internal structures changes. |
It would seem that already Mbed OS 5.6.1 fixed this issue. |
@SeppoTakalo Can you confirm, that since 5.6.1 this is working? |
I don't think this is limited to WiFI only, I think it's also the ethernet stack. I.e. any networking you enable on the Odin will crash like this. |
@0xc0170 I did already confirm earlier that 5.6.2 is working. |
For my case it turned out to be a flashing issue in the end. I just got the serial number and nothing else, but the example wasn't printing much. |
Thanks for investigating this :) I agree that this is probably caused by the HW acceleration. This issue is related: #5040 |
Re-tested this:
|
ARM Internal Ref: MBOTRIAGE-168 |
I'm inclined to close this as it does not seems to happen anymore with 5.8.x or 5.9 branches. |
Description
Bug
Target
UBLOX_EVK_ODIN_W2
Toolchain:
GCC_ARM
mbed-cli version:
1.2.0
mbed-os sha:
Expected behavior
Driver initialises itself.
Actual behavior
Driver crashes, program does not continue.
Steps to reproduce
Edit
main.cpp
to contain followingBuild & flash.
Check serial port:
Initialising OdinWiFiInterface
is printed butDone
does not appear.Works on version
5.5.1
and5.4.7
The text was updated successfully, but these errors were encountered: