Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs broken #60

Open
jacqueskang opened this issue Dec 30, 2020 · 6 comments
Open

URLs broken #60

jacqueskang opened this issue Dec 30, 2020 · 6 comments

Comments

@jacqueskang
Copy link

It seems that many URLs referenced in https://raw.githubusercontent.com/VSChina/azureiotdevkit_tools/master/package_azureboard_index.json are broken since more than 1 week especially those with domain name azureboard.azureedge.net

@jacqueskang
Copy link
Author

As this file is referenced by the official microsoft documentation page https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started#quickstart-send-telemetry-from-devkit-to-an-iot-hub. It should be fixed asap.

@asergaz
Copy link

asergaz commented Jan 11, 2021

this is now fixed #please-close

@BarDweller
Copy link

The URLs are fixed, but the new URLs lead to packages with different MD5 checksums than the old packages had, and (more concerningly), the new package.json no longer includes MD5 checksum values for the new packages. (See the checksums being removed in this commit d0c76e5#diff-000268fd8a2420d6a941a4fd11020d8abd745a131248ec434dc3ed7b99343603 )

This means we can no longer verify the toolchain is untampered with, or that the package represents the files that are expected to be used.

It's also unclear what has changed between the previously provided toolchain and the newly provided ones, other than the checksums no longer match. (Only openocd for windows has an identical checksum to the packages previously offered).

Also, note that openocd for linux 32 and 64 now share an identical checksum, where previously they differed.

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/openocd-linux32-0.10.0.tar
New Checksum: c91be51ae5d63091b1cc23b557e16535
Old Checksum: bf854e1b8e3c99359a242d27ad45a3b7

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/openocd-linux64-0.10.0.tar
New Checksum: c91be51ae5d63091b1cc23b557e16535
Old Checksum: 8faec7d75635e1473076607c78c9ddfb

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/openocd-0.10.0-32.zip
New Checksum: 83e1ed6c7d7558f09c1e39f9c168126c
Old Checksum: 83e1ed6c7d7558f09c1e39f9c168126c

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/openocd-0.10.0.tar.gz
New Checksum: 8971d16aee5c2642b33ee55fc6c86239
Old Checksum: cc33d45956f146038c315880de83bdb1

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip
New Checksum: 1a5c77148193ffe53a698386cd1bbfe1
Old Checksum: fa96e8b97c32544f78fb158c9bf12a39

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/gcc-arm-none-eabi-5_4-2016q3.tar.gz
New Checksum: 0c9dcb7893e9b2907ea3dcf4f11bb5cb
Old Checksum: 1c44cafab7d4c3d437c81828a6c85c7e

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/gcc-arm-none-eabi-6-2017-q1-linux64.tar.gz
New Checksum: 4b5749e0248889b9a3b00852c1837a92
Old Checksum: 4ab6df0b9a61c3d88d2c5f10adccd563

https://github.com/VSChina/azureiotdevkit_tools/releases/download/1.0/gcc-arm-none-eabi-5_4-2016q3-linux32.tar.gz
New Checksum: e54d81242669409234909154169ad3f9
Old Checksum: 2bba9295b4d598d0677240f7c0420f0f

@asergaz
Copy link

asergaz commented Jan 12, 2021

@BarDweller thank you for your feedback.
We are considering it and will get back to you when changes are done.

Note that our priority was first to bring broken URLS back to life so that you can continue using mxchip for your demos.

@marcelfranke
Copy link

The checksums seem again broken. I get the following error:
archive size: fetched archive size differs from size specified in index

@volpi3000
Copy link

The error is back again and it is not possible to install the board library atm. Sadly this means AZ3166 is broken right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants