Open johnmatczak opened 6 years ago
john@kali:~/Github/crazyradio-firmware$ sudo usbtools/launchBootloader.py Error!, cannot find the CrazyRadio USB dongle!
Hi @johnmatczak I'm having the very same problem. Did you find a way to solve it, after all?
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:
/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
ctrl+c
while running a scan for example, you gonna have usb timeouts if you tried to run another tool. use kill
or ctrl+\
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?)
@juliocesarfort Have you solved the problem yet?
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