Modifications

Sauter à la navigation Sauter à la recherche
Ligne 14 : Ligne 14 :     
== La méthode uploading-before-bootloader ==
 
== La méthode uploading-before-bootloader ==
Le but de la méthode ''uploading-before-bootloader'' (téléverser avec le bootloader) consiste en la sectionner un port série non existant dans Arduino IDE Arduino IDE et ensuire de and then make sure the Arduino IDE enters the uploading phase before the microcontroller goes into bootloader mode. This method has been tested on Arduino 1.0.5-r2 and 1.6.0. This method does not work on Arduino 1.5.6-r2 because that version of the IDE gives a fatal error message if the selected serial port is not present at the beginning of the uploading phase (e.g. “Board at COM7 is not available.”).
+
Le but de la méthode ''uploading-before-bootloader'' (téléverser avec le bootloader) consiste en la sectionner un port série non-existant dans Arduino IDE et ensuite de s'assurer que Arduino IDE entre en phase de téléversement AVANT que le bootloader soit activé sur le microcontroleur. Cette méthode a été testée sur Arduino 1.0.5-r2 et 1.6.0. Cette méthode ne fonctionne pas avec Arduino 1.5.6-r2 car cette version de l'IDE provoque un message d'erreur fatale si le port série n'est pas sélectionné au début de la phase de téléversement (ex: "Carte sur COM7 n'est pas disponible").
 
+
# Connectez le périphérique sur votre ordinateur via USB.
# Connect the device to your computer via USB.
   
# In the “Tools” menu, open the “Board” sub-menu, and select “Pololu A-Star 32U4”.
 
# In the “Tools” menu, open the “Board” sub-menu, and select “Pololu A-Star 32U4”.
 
# In the “Tools” menu, open the “Port” sub-menu, and check to see if any ports are selected. If the “Port” menu is grayed out or no ports in it are selected, that is good, and you can skip to step 6.
 
# In the “Tools” menu, open the “Port” sub-menu, and check to see if any ports are selected. If the “Port” menu is grayed out or no ports in it are selected, that is good, and you can skip to step 6.
29 910

modifications

Menu de navigation