Hi everyone,
I am trying to upload the follwoing to my mcore robot
The problem is I am getting the fowllowing error:
Loading configuration…
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147)
at processing.app.windows.Platform.getFolderPathFromRegistry(Platform.java:70)
at processing.app.windows.Platform.recoverSettingsFolderPath(Platform.java:55)
at processing.app.windows.Platform.init(Platform.java:50)
at processing.app.Base.guardedMain(Base.java:153)
at processing.app.Base.main(Base.java:137)
I am using USB, the driver is installed properly, My process for starting uploading to the robot is I plug into the computer via USB, turn on robot, select the proper serial port, reset default program, upgrade firmare, select upload to arduino. And then I get the error.
Any ideas?