dragino / modules

Software/Hardware relates to Arduino modules, nodes, accessories.
41 stars 75 forks source link

On updation of firmware to yun--build-v4.1.2-20170221-2213 not coming out from booting. #7

Closed shreyansh96 closed 5 years ago

shreyansh96 commented 5 years ago

I am using Dragino yun shield with arduino Mega 2560. On updation of firmware to yun--build-v4.1.2-20170221-2213 sometimes dragino doesn't comes out of boot. On rebooting it once (sometimes couple of times) it is booted.

Also after the upgrade the average time taken to boot has also increased significantly.

shreyansh96 commented 5 years ago

In the Dragino firmware v4.1.2, an extra process is there in bridge.py (sockets_udp) which changes the timing of the responses, so either we have to change the timeout delay in yum_cmdproc.cpp or we have to comment out the processes we are not using. I comment out sockets.py, files.py and sockets_udp.py as I wasn't using them and it worked.