I have an arduino uno wifi rev 2. For the life of me, I can't get it to upload anything, it just says there is an error uploading. I've selected the correct board, com, I had the same problem earlier at work computer but if finally started working after downloading some file. I've tried to do the same thing at home here, but it just won't work. It shouldn't be this difficult. Any help is appreciated.
Upload error: Failed uploading: uploading error: exit status 1
"C:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\Users\ddeemiller\AppData\Local\Temp\arduino\sketches\C935D9B59D7FE8F86FB7273D3598E298/Blink.ino.elf"
Sketch uses 924 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM3" -b115200 -D "-Uflash:w:C:\Users\ddeemiller\AppData\Local\Temp\arduino\sketches\C935D9B59D7FE8F86FB7273D3598E298/Blink.ino.hex:i"
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
avrdude: can't open config file "C:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf": No such file or directory
avrdude: error reading system wide configuration file "C:\Users\ddeemiller\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Failed uploading: uploading error: exit status 1
Hi @ddeemiller. You have the wrong board selected from the Tools > Board menu in Arduino IDE. You are using the board definition for the long retired "Uno WiFi" board. Despite the similar name, the Uno WiFi Rev2 is a very different board. This is the reason for the error when uploading.
Please select Tools > Board > Arduino megaAVR Boards > Arduino Uno WiFi Rev2 from the Arduino IDE menus and then try uploading again.
If you don't see "Arduino megaAVR Boards" in the Tools > Board menu, you will need to use the Arduino IDE Boards Manager to install the "Arduino megaAVR Boards" platform. If you want instructions for doing that, just leave a comment here and we'll help you out.
I really appreciate you taking the time to respond. I downloaded that before. I've been able to get the board to work on my work computer, but it won't work at home. But it did prompt me (at work to download that) I went home and downloaded it to that computer, but still nothing. I'll try again when I get home. Arduino tech staff told me to do a series of things but none of them helped, now they won't respond to me. Wonderful. So much for customer service.