Modifications

Sauter à la navigation Sauter à la recherche
Ligne 99 : Ligne 99 :     
== Alternative: pydfu ==
 
== Alternative: pydfu ==
There is an alternative DFU programmer that is written in pure Python. It can be found here: [https://github.com/micropython/micropython/blob/master/tools/pydfu.py https://github.com/micropython/micropython/blob/master/tools/pydfu.py].  
+
Mentionné par Damien Georges, il existe un programmateur DFU alternatif totalement écrit en Python.  
   −
It requires the PyUSB package.
+
Vous pourrez le trouvez sur: [https://github.com/micropython/micropython/blob/master/tools/pydfu.py https://github.com/micropython/micropython/blob/master/tools/pydfu.py].  
   −
To use pydfu:
+
Il nécessite le paquet PyUSB .
 +
 
 +
Pour utilisez pydfu, saisissez la commande suivante:
    
  <nowiki>$ python pydfu.py -u <firmware.dfu></nowiki>
 
  <nowiki>$ python pydfu.py -u <firmware.dfu></nowiki>
   −
This will copy the given firmware file to the pyboard. pydfu is much faster than dfu-util.
+
qui copie un fichier FirmWare sur la PyBoard. pydfu est beaucoup plus rapide que dfu-util.
   −
This will restore everything, including the internal flash filesystem.
+
TCela restaure tout, y compris le système de fichier sur la flash interne.
    
{{MicroPython.présentation-TRAILER}}
 
{{MicroPython.présentation-TRAILER}}
29 917

modifications

Menu de navigation