Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
materiel:shapeoko [2016/09/06 16:28] – créée mpeny | materiel:shapeoko [2024/06/18 11:34] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 6: | Ligne 6: | ||
* Carte Arduino Uno ou Duo programmée | * Carte Arduino Uno ou Duo programmée | ||
- | Programme de la carte Arduino .HEX | + | Programme de la carte Arduino .HEX {{: |
Programmation de la carte Arduino Uno | Programmation de la carte Arduino Uno | ||
- | * A partir du fichier HEXadécimal à l'aide du programme | + | * A partir du fichier HEXadécimal à l'aide du programme |
- | * Lancer la commande | + | * Localiser le programme **avrdude** et son fichier **avrdude.conf** en les recherchants |
+ | * Se mettre dans le répertoire ou se trouve le fichier HEX et Lancer la commande | ||
+ | < | ||
+ | |||
+ | Exemple : | ||
+ | < | ||
+ | fablab@Chimere ~/ | ||
+ | -C/ | ||
+ | -Uflash: | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e950f | ||
+ | avrdude: reading input file " | ||
+ | avrdude: input file Grbl08_basic.hex auto detected as Intel Hex | ||
+ | avrdude: writing flash (21746 bytes): | ||
+ | |||
+ | Writing | ################################################## | ||
+ | |||
+ | avrdude: 21746 bytes of flash written | ||
+ | avrdude: verifying flash memory against Grbl08_basic.hex: | ||
+ | avrdude: load data flash data from input file Grbl08_basic.hex: | ||
+ | avrdude: input file Grbl08_basic.hex auto detected as Intel Hex | ||
+ | avrdude: input file Grbl08_basic.hex contains 21746 bytes | ||
+ | avrdude: reading on-chip flash data: | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: verifying ... | ||
+ | avrdude: 21746 bytes of flash verified | ||
+ | |||
+ | avrdude: safemode: Fuses OK (H:00, E:00, L:00) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | |||
+ | fablab@Chimere ~/ | ||
+ | </ |