Use usb bootloader command line Re-programming nRF24LU1P

Post here to get support
Post Reply
gl516
Member
Posts: 35
Joined: Thu May 30, 2013 1:43 am

Use usb bootloader command line Re-programming nRF24LU1P

Post 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
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: Use usb bootloader command line Re-programming nRF24LU1P

Post by marcus »

Hi,

You have to install the pyusb dependency for the script to work properly.
gl516
Member
Posts: 35
Joined: Thu May 30, 2013 1:43 am

Re: Use usb bootloader command line Re-programming nRF24LU1P

Post 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 !
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: Use usb bootloader command line Re-programming nRF24LU1P

Post 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.
gl516
Member
Posts: 35
Joined: Thu May 30, 2013 1:43 am

Re: Use usb bootloader command line Re-programming nRF24LU1P

Post 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 ....
Post Reply