Modifications

Sauter à la navigation Sauter à la recherche
Ligne 111 : Ligne 111 :  
[[Fichier:FEATHER-ESP8266-02.jpg|240px]] [[Fichier:ESP8266-HUZZA.png|400px]]  
 
[[Fichier:FEATHER-ESP8266-02.jpg|240px]] [[Fichier:ESP8266-HUZZA.png|400px]]  
   −
Place our ESP8266 in "mode Flashage" et exécutez la commande suivante pour charger le nouveau firmware (celui que vous avez déjà téléchargé sur votre ordinateur):
+
Place our ESP8266 in "mode Flashage" and execute the following command to load the firmware (already downloaded):
    
  <nowiki>esptool.py --port /chemin/vers/ESP8266 --baud 115200 write_flash --flash_size=detect -fm dio 0 firmware.bin</nowiki>
 
  <nowiki>esptool.py --port /chemin/vers/ESP8266 --baud 115200 write_flash --flash_size=detect -fm dio 0 firmware.bin</nowiki>
   −
{{ambox|text=Depuis la version 1.3 d'EspTool, il est possible d'utiliser Python 2.7 et Python 3.5.  
+
{{ambox|text=Since EspTool V1.3, you can use either 2.7 or Python 3.5.  
   −
Depuis la version du 2.x d'EspTool, il est possible d'utiliser l'option --flash_size=detect pour éviter les erreurs taille de flash.}}
+
From EspTool version 2.x, you can use the option --flash_size=detect to avoir error on flash size.}}
 +
 
 +
Once again, {{fname|/path/to/ESP8266}} is the path (identification) of the serial port connected to the ESP8266. Remplace {{fname|firmware.bin}} with the real name (and access path) to the firmware file to upload to the ESP8266.
   −
Encore une fois, {{fname|/chemin/vers/ESP8266}} est le chemin ou nom du port série connecté sur l'ESP8266. Remplacez {{fname|firmware.bin}} avec le vrai nom (et chemin d'accès) du fichier firmware que vous voulez téléverser sur l'ESP8266.
      
{{ADFImage|FEATHER-CHARGER-MICROPYTHON-ESP8266-23.png}}
 
{{ADFImage|FEATHER-CHARGER-MICROPYTHON-ESP8266-23.png}}
29 910

modifications

Menu de navigation