BastilleResearch / mousejack

MouseJack device discovery and research tools
GNU General Public License v3.0
1.28k stars 254 forks source link

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

Open johnmatczak opened 5 years ago

johnmatczak commented 5 years ago

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 https://github.com/BastilleResearch/mousejack/issues/2#issuecomment-247302481

johnmatczak commented 5 years ago

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

juliocesarfort commented 5 years ago

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

iMouath commented 5 years ago

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:

HachimanSec commented 5 years ago

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 commented 3 years ago

@juliocesarfort Have you solved the problem yet?