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

It seems i'm having an issue: The red LED of my Crazyradio PA is constantly on. Is that normal? #39

Open
johnmatczak opened this issue Sep 21, 2018 · 5 comments

Comments

@johnmatczak
Copy link

Flashing outputted the following:

[2016-09-15 13:17:49.080] Looking for a compatible device that can jump to the Nordic bootloader
[2016-09-15 13:17:49.188] Device found, jumping to the Nordic bootloader
[2016-09-15 13:17:49.609] Looking for a device running the Nordic bootloader
[2016-09-15 13:17:49.619] Writing image to flash
[2016-09-15 13:17:50.253] Verifying write
[2016-09-15 13:17:50.333] Firmware programming completed successfully
[2016-09-15 13:17:50.333] Please unplug your dongle or breakout board and plug it back in.

Any ideas?

Originally posted by @sw1337 in #2 (comment)

@johnmatczak
Copy link
Author

john@kali:~/Github/crazyradio-firmware$ sudo usbtools/launchBootloader.py
Error!, cannot find the CrazyRadio USB dongle!

@juliocesarfort
Copy link

Hi @johnmatczak I'm having the very same problem. Did you find a way to solve it, after all?

@iMouath
Copy link

iMouath commented Jul 4, 2019

flash the crazyradio firmware using mousejack flash tool, because the firmware changes the idProduct the crazyradio won't detect it. you can find it in prog/usb-flasher

couple notes:

  • if you have python3 as /usr/bin/python you might get errors like TypeError: integer argument expected, got float make sure you run it using python2 ie: sudo python2 ../../crazyradio-firmware/usbtools/nrfbootload.py flash bin/dongle.bin
  • The LED stays on when you flash mousejack firmware
  • If you ctrl+c while running a scan for example, you gonna have usb timeouts if you tried to run another tool. use kill or ctrl+\

@HachimanSec
Copy link

Hi guys,

not sure if this thread is still active, however I have the same issue.

I was able to flash the FW successfully, according to term output.

However the led is constantly red. When I try what @iMouath suggested, flashing via "sudo python2 ../../crazyradio-firmware/usbtools/nrfbootload.py flash bin/dongle.bin"
I receive an error like
"Error: cannot found the nRF24LU1 bootloader!"
So is there probably an issue and I need a SPI board to flash the bootloader (like a Teensy 2.0 I guess?)
Screenshot 2019-08-06 at 16 47 21

@fly-zwg
Copy link

fly-zwg commented Nov 2, 2020

@juliocesarfort Have you solved the problem yet?

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

5 participants