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

[BUG] Pyluos bootloader serial decoding message on windows with 6 nodes #175

Open
JeromeGalan opened this issue Nov 18, 2022 · 2 comments
Open
Assignees
Labels

Comments

@JeromeGalan
Copy link
Member

Describe the bug

  • Bug on windows only (OK with Mac OS)
  • When pyluos bootloader- lash tries to flash a button on 6 nodes, BOOTLOADER_READY response on node 2 trigs a decoding assert.

Network configuration

  • 1 Gate
  • 6 nodes with bootloader
  • This bug doesn't occur with 5 or 7 nodes

How to reproduce the bug

  • Power on
  • Ask a detection
  • pyluos-bootloader flash with 6 L0 nodes + 1 L0 Gate

Additional context

  • This bugs only happens if there is a detection first.
  • Message error : "Msg read failed 0x81"
  • Exception occurs
    def read(self, trials=5):
    try:
    data = self.recv()
    except Exception as e:
    logging.getLogger(name).debug('Msg read failed: {}'.format(str(e)))
    if trials == 0:
    raise e
@darshanjain-entrepreneur

is the issue resolved

@nicolas-rabault
Copy link
Member

A new big version will be released soon. Si many things have changed, I will try this one again to see if it still exist.

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

No branches or pull requests

3 participants