We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the docker image on Ubuntu running on an Intel NUC.
This is the output I see.
`root@66782e20ef37:/tmp/silabs# ./ncp.py scan Connecting to.. /dev/ttyUSB1 57600 True False {"ports": [{"port": "/dev/ttyUSB1", "vid": "10C4", "pid": "8A2A", "deviceType": "zigbee", "stackVersion": "5.4.1-194"}]} root@66782e20ef37:/tmp/silabs# ./ncp.py flash -p /dev/ttyUSB1 -f ncp-uart-sw-6.7.8.ebl Restarting NCP into Bootloader mode... CEL stick EM3581 Serial Bootloader v5.4.1.0 b962
`
At this point the system just hangs. I left it for 30 minutes but it never got nay further.
The text was updated successfully, but these errors were encountered:
fix in #33 resolved it for me
Sorry, something went wrong.
No branches or pull requests
Using the docker image on Ubuntu running on an Intel NUC.
This is the output I see.
`root@66782e20ef37:/tmp/silabs# ./ncp.py scan
Connecting to.. /dev/ttyUSB1 57600 True False
{"ports": [{"port": "/dev/ttyUSB1", "vid": "10C4", "pid": "8A2A", "deviceType": "zigbee", "stackVersion": "5.4.1-194"}]}
root@66782e20ef37:/tmp/silabs# ./ncp.py flash -p /dev/ttyUSB1 -f ncp-uart-sw-6.7.8.ebl
Restarting NCP into Bootloader mode...
CEL stick
EM3581 Serial Bootloader v5.4.1.0 b962
`
At this point the system just hangs. I left it for 30 minutes but it never got nay further.
The text was updated successfully, but these errors were encountered: