[solution] Error sketch upload: "Sketch was compiled for another board revision"

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
element
Posts: 24
Joined: 22 Oct 2021 02:10

[solution] Error sketch upload: "Sketch was compiled for another board revision"

Post by element »

For testing, I used the default sketch:

Code: Select all

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}
and firmware board Z-Uno2 version 3.0.12 beta.

If the compilation was successful. However, an error appears during sketch upload:

Code: Select all

Error  0	 Sketch was compiled for another board revision:656e (Expected:0704). Try to recompile the sketch.
Failed uploading: uploading error: exit status 7
Decrease the file name (or file path) and try sketch upload again.
Regards
User avatar
PoltoS
Posts: 7624
Joined: 26 Jan 2011 19:36

Re: [solution] Error sketch upload: "Sketch was compiled for another board revision"

Post by PoltoS »

There are no revisions 656e. This looks like a board issue. Try to upgrade the bootloader then firmware and then check if it works
element
Posts: 24
Joined: 22 Oct 2021 02:10

Re: [solution] Error sketch upload: "Sketch was compiled for another board revision"

Post by element »

PoltoS wrote:
01 Jun 2024 12:13
There are no revisions 656e. This looks like a board issue. Try to upgrade the bootloader then firmware and then check if it works
But I have already solved the problem and here is the solution.
Post Reply