Blink Sketch Not Running on Seeeduino v4.2

Blink sketch compiles, but here is what I see when I upload it to the Seeeduino v4.2 board.



Arduino: 1.8.3 (Windows 7), Board: “Seeeduino V4(Atmega328P)”



Sketch uses 1030 bytes (3%) 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.

java.io.IOException: Cannot run program “REMOVE/bin/avrdude”: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)

at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)

at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)

at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:207)

at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)

at processing.app.SketchController.upload(SketchController.java:713)

at processing.app.SketchController.exportApplet(SketchController.java:686)

at processing.app.Editor$DefaultExportHandler.run(Editor.java:2149)

at java.lang.Thread.run(Thread.java:745)

Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.(ProcessImpl.java:386)

at java.lang.ProcessImpl.start(ProcessImpl.java:137)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)

… 8 more

An error occurred while uploading the sketch



This report would have more information with

“Show verbose output during compilation”

option enabled in File -> Preferences.



Thanks,



Steve

Hi Steve,


  1. please try to use arduino uno as board and download the code.
  2. please follow http://wiki.seeedstudio.com/Seeed_Arduino_Boards/ to install seeedunio v4 to into board manager. if you already add to board manager, please update the seeeduino avr to the latest version.



    thanks

    Bill

Now it is working with Seeeduino V4(ATMega328P) and Arduino / Genuino Uno board setting.



Thank you!



Steve