Bonjour à tous.
J'aimerais programmer un atmega328PB avec un arduino uno en tant qu'ISP, via l'IDE 2.2.1. présent sur mon ancien macbook pro 2011 (je ne peux installer de version supérieure)
J'ai bien suivi l'étape d'uploader d'abord sur le uno le sketch "arduinoISP", juste là tout fonctionne.
Par contre, lorsque j'essai maintenant de téléverser un sketch sur le 328PB (qui contient le bootloader adéquat), j'ai l'erreur suivante :
Sketch uses 8528 bytes (26%) of program storage space. Maximum is 32384 bytes.
Global variables use 490 bytes (23%) of dynamic memory, leaving 1558 bytes for local variables. Maximum is 2048 bytes.
"/Users/sim/Library/Arduino15/packages/MiniCore/tools/avrdude/7.2-arduino.1/bin/avrdude" "-C/Users/sim/Library/Arduino15/packages/MiniCore/hardware/avr/3.0.1/avrdude.conf" -v -V -patmega328pb -cstk500v1 -P/dev/cu.usbmodemFA131 -b19200 "-Ueeprom:w:/private/var/folders/g0/k6__4wyx63g40pp00n3_k1wh0000gn/T/arduino/sketches/1B6064882CEF913E09A695E6150CA02A/sa.ino.eep:i" "-Uflash:w:/private/var/folders/g0/k6__4wyx63g40pp00n3_k1wh0000gn/T/arduino/sketches/1B6064882CEF913E09A695E6150CA02A/sa.ino.hex:i"
avrdude: Version 7.2-arduino.1
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is /Users/sim/Library/Arduino15/packages/MiniCore/hardware/avr/3.0.1/avrdude.conf
User configuration file is /Users/sim/.avrduderc
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbmodemFA131
Using Programmer : stk500v1
Overriding Baud Rate : 19200
avrdude stk500_getsync() warning: attempt 1 of 10: not in sync: resp=0xa0
avrdude stk500_getsync() warning: attempt 2 of 10: not in sync: resp=0x78
avrdude stk500_getsync() warning: attempt 3 of 10: not in sync: resp=0xa0
avrdude stk500_getsync() warning: attempt 4 of 10: not in sync: resp=0x78
avrdude stk500_getsync() warning: attempt 5 of 10: not in sync: resp=0xa0
avrdude stk500_getsync() warning: attempt 6 of 10: not in sync: resp=0x78
avrdude stk500_getsync() warning: attempt 7 of 10: not in sync: resp=0xa0
avrdude stk500_getsync() warning: attempt 8 of 10: not in sync: resp=0x78
avrdude stk500_getsync() warning: attempt 9 of 10: not in sync: resp=0xa0
avrdude stk500_getsync() warning: attempt 10 of 10: not in sync: resp=0x78
avrdude main() error: unable to open programmer stk500v1 on port /dev/cu.usbmodemFA131
avrdude done. Thank you.
Failed programming: uploading error: exit status 1
Cette erreur ne se produit pas lorsque je fais la manip sur du windows avec l'IDE à jour.
Besoin d'aide svp pour savoir comment résoudre ce problème pour pouvoir utiliser uniquement mon macbook.