Description of problem: Arduino 1.6.5 and later(downloaded from arduino.cc) How reproducible: Steps to Reproduce: 1. In Arduino write the following code: void setup() { // put your setup code here, to run once: pinMode(13, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); } 2. After get OK from running Verificate run Load the following error shows: Arduino:1.6.5 (Linux), Kort:"Arduino/Genuino Uno" Sketch uses 924 bytes (2%) of program storage space. Maximum is 32 256 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2 039 bytes for local variables. Maximum is 2 048 bytes. ioctl("TIOCMSET"): Broken pipe ioctl("TIOCMSET"): Broken pipe avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00 Problem when uploading to card. Look at http://www.arduino.cc/en/Guide/Troubleshooting#upload for info. This report would have more information with "Show verbose output during compilation" enabled in File > Preferences. 3. I have tried this even at downloaded arduino IDE from arduino.cc (version 1.8.8 and 1.8.10 This problem even occor att Mageia 8.
It looks as if you are reporting this problem for the official Mageia package arduino-1.6.5-3.1.mga6 and that you have cross-checked it with version 1.8 from upstream (same error); and that although you report this for Mageia 6, you have cross-checked it for Mageia 8 (same error). Have you tried the Arduino forum if only for an opinion? https://forum.arduino.cc/index.php?board=4.0 Unless you know that the same code does not give an error on a different Linux distribution, it looks like an upstream issue. You might raise a bug there: https://github.com/arduino/Arduino/issues?q= If you do, please note in *this* bug the Arduino bug URL. I checked that for a similar fault, but did not find one. -------------------------------------- Assigning to the 'arduino' maintainer.
Assignee: bugsquad => yann.cantin
I have read a post(#7704) with the same problem but do not understand the following: ./avrdude -c arduino -p m328p -P /dev/cu.usbmodem1411 -U flash:w:<some_code>.hex specific flash:w:<some_code>.hex What code? By the way: I think the problem looks like have to do with Ardino compatible card.
Anyhow, request for update: Bug 24013
CC: (none) => friVersion: 6 => 7
Mageia 7 is EOL since July 1st 2021. There will not have any further bugfix for this release. You are encouraged to upgrade to Mageia 8 as soon as possible. @reporter, if this bug still apply with Mageia 8, please let us know it. @packager, if you work on the Mageia 7 version of your package, please check the Mageia 8 package if issue is also present. In this case, please fix the Mageia 8 version instead. This bug report will be closed OLD if there is no further notice within 1st September 2021.
Hi bug reporter and hi assignee and others involved, Please reopen this bug report if it is still valid for Mageia 8 or 9(cauldron), and change "Version:" in the upper left of this report accordingly. This report is being closed as OLD because it was filed against Mageia 7, for which support ended on June 30th 2021. Thanks, Marja
Resolution: (none) => OLDStatus: NEW => RESOLVED