ARMmbed / mbed-client-quickstart

DEPRECATED: Mbed Client example program.
https://cloud.mbed.com/docs/current
Other
16 stars 15 forks source link

Can No Longer LWM2M Register #50

Closed SRomeroamI closed 8 years ago

SRomeroamI commented 8 years ago

Hi,

I have been using this example quite a bit with no problem at all with UDP and certificate mode using a Freescale FRDMK64 board.

I ran into some problems successfully registering (LWM2M registration) on a different project using the same Freescale board after doing a yotta clean yotta build.

After some troubleshooting, I decided to do a yotta clean yotta build on this project - just to check everything is OK. For some reason, I can no longer reach the LWM2M Registration state on this project either.

I deleted the entire project and re-cloned it, re-installed the latest yotta, and I have checked that my security.h is a direct copy from mbed-connector. Yet, the results are the same.

I am not sure what else to do. Has anyone else reported a similar problem?

Regards,

SR

ciarmcom commented 8 years ago

ARM Internal Ref: IOTCLT-597

yogpan01 commented 8 years ago

Hi, Thanks for reporting. We will be looking into this. Can you please post your dependency list that you can get through "yotta ls" ?

teetak01 commented 8 years ago

Hi, could you do "yotta update" and rebuild and re-flash? I think we managed to fix the issue (LWIP-driver issue). Sorry for the inconvenience.

SRomeroamI commented 8 years ago

Hi, I followed your instructions and both projects work again!!! Thanks very much for your quick response.

SR