circuitdojo / zephyr-tools

VSCode Tools for Zephyr
Apache License 2.0
20 stars 5 forks source link

Checksum mismatch and 404 error during setup procedure #14

Closed maxkraft7 closed 8 months ago

maxkraft7 commented 8 months ago

From the output of the setup procedure the following line:

[SETUP] downloading https://github.com/circuitdojo/zephyr-tools-cli/releases/download/0.1.7/zephyr-tools-0.1.7-x86_64-pc-windows-msvc.zip

results in the error checksum mismatch.

The line

[SETUP] downloading https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.4/zephyr-sdk-0.16.4_windows-x86_64_minimal.zip

Results in a 404 error. Apparently the build artifact for windows now ends with .7z instead of .zip. Check the windows builds here. And it doesn't even show the latest version available. 0.16.4 is the latest one offered to me even though 0.16.5 is already available.

grafik

jaredwolff commented 8 months ago

@maxkraft7 give 0.2.3 a shot. zephyr-tools-0.2.3.zip

Also published to VSCode marketplace

maxkraft7 commented 8 months ago

Now it works. Thanks! Got fixed very fast💯