User Tools

Site Tools


projects:crazyradio:programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
projects:crazyradio:programming [2013-05-19 12:17]
macke
projects:crazyradio:programming [2014-01-03 15:13]
fred [Step-by-step upgrade using the Bitcraze VM]
Line 50: Line 50:
 Bootloader started Bootloader started
 </code> </code>
-  * Once the bootloader is started the Crazyradio dongle will dissapear ad a new device named **nRF24LU1P-F32 BOOT LDR** will appear. Pass this to the VM.+  * Once the bootloader is started the Crazyradio dongle will dissapear ad a new device named **Nordic Semiconductor nRF24LU1P-F32 BOOT LDR** will appear. If you do not have a filter set up for the bootloader in the VM then script will say that it failed. This is ok. Pass the bootloader device into the VM and continue.
   * Run the following command:   * Run the following command:
   * <code>   * <code>
-> python usbtools/nrfbootload.py flash cradio-0.51.bin+> python usbtools/nrfbootload.py flash cradio-0.52.bin
 Found nRF24LU1 bootloader version 18.0 Found nRF24LU1 bootloader version 18.0
 Flashing: Flashing:
Line 59: Line 59:
 Flashing done! Flashing done!
 Verifying: Verifying:
-  Reading cradio-0.51.bin... +  Reading cradio-0.52.bin... 
-  Reading 5771 bytes from the flash...+  Reading 5766 bytes from the flash...
 Verification succeded! Verification succeded!
 </code> </code>
   * If you see **Verification succeded** then unplug the dongle and re-insert it again. If you do not see this message, but instead some error. Do **NOT** unplug the dongle, try to reflash the firmware instead.   * If you see **Verification succeded** then unplug the dongle and re-insert it again. If you do not see this message, but instead some error. Do **NOT** unplug the dongle, try to reflash the firmware instead.
 +
 +===== Check your firmware version =====
 +Run the following command:
 +<code>
 +> lsusb -d 1915:7777 -v | grep bcdDevice
 +</code>
 +This should return the version (e.g. "0.52").
projects/crazyradio/programming.txt · Last modified: 2020-05-12 14:13 by kimberly