Skip to content
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

Bootloader entered in to infinite loop. #7

Open
jkandasa opened this issue Jan 30, 2017 · 2 comments
Open

Bootloader entered in to infinite loop. #7

jkandasa opened this issue Jan 30, 2017 · 2 comments

Comments

@jkandasa
Copy link

When we do not have any node/gateway around the reachable area, bootloader gets stuck on searching something. I guess it's waiting for parent node id?

In this situation bootloader never enter into the application/user program.

I use 1.3.0-beta.3 bootloader.

@tekka007
Copy link
Contributor

tekka007 commented Feb 1, 2017

@jkandasa No, it should timeout and proceed to startup check, https:/mysensors/MySensorsBootloaderRF24/blob/development/MySensorsBootloader.h#L158-L159

What are the observations supporting your conclusion?

@jkandasa
Copy link
Author

jkandasa commented Feb 2, 2017

@tekka007 I did not check the code. When I turn on only one node(no other nodes on surrounding) with this bootloader, it is not going to the application. It is on with bootloader. When I turn ON any node. it goes immediately.

This behaviour makes me think that bootloader has some infinitive loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants