Page 1 of 1

Use usb bootloader command line Re-programming nRF24LU1P

Posted: Wed Aug 07, 2013 2:10 am
by gl516
Hi guys
I welded a new nRF24LU1P chip ( i want to used BOOTLOADER programming) , my steps are as follows:
1: insert my Cradio to USB.
2: soon, i can see in the PC ' NRF24LU1P - F32 BOOT LDR' on The device manager
3: I use USB bootloader (command line instructions) to complete the programming.
= = = = = = = = = = = = = =
NOTE : I USED python 2.7.5
======================
> CD crazyradio -firmware
> python usbtools/nrfbootload py flash cradio - 0.51. Bin
Tracebake (the most recent call last) :
The File "usbtools".............
..............import usb
ImportError: No module named usb
= = = = = = = = = = = = = =
Please refer to the below
The attachment cradio.jpg is no longer available
cradio.jpg

Re: Use usb bootloader command line Re-programming nRF24LU1P

Posted: Wed Aug 07, 2013 9:42 am
by marcus
Hi,

You have to install the pyusb dependency for the script to work properly.

Re: Use usb bootloader command line Re-programming nRF24LU1P

Posted: Thu Aug 08, 2013 4:20 am
by gl516
marcus wrote:Hi,

You have to install the pyusb dependency for the script to work properly.
==================
oh.....pls tell me what's pyusb dependency ? where is get it ? can you give me a web link that i wil to download it ! tks !

Re: Use usb bootloader command line Re-programming nRF24LU1P

Posted: Thu Aug 08, 2013 7:22 am
by marcus
Here's the list of dependencies for for the client, PyQT and PyGame are not needed for the bootloader but the rest is.

Re: Use usb bootloader command line Re-programming nRF24LU1P

Posted: Fri Aug 09, 2013 6:33 am
by gl516
marcus wrote:Here's the list of dependencies for for the client, PyQT and PyGame are not needed for the bootloader but the rest is.
================
tks ! i will try to do it ....