Umberto Baldi

Results 121 comments of Umberto Baldi

Also it does not make sense to perform [the changelog generation](https://github.com/arduino/arduino-cli/blob/5b25da356257277734ddab3fd494cb47a274d493/.github/workflows/release-go-task.yml#L28-L34) in all the jobs.. could be an idea to do it only for one of the runs

I've just noticed an unrelated problem with the release CI: https://github.com/arduino/arduino-cli/blob/a3f6574ab09d19070defadb3be91e5c46fc916b1/DistTasks.yml#L214 This should be: `PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_64"` It's worth to fix it in this PR IMHO. More context [here](https://github.com/arduino/tooling-project-assets/pull/168)

Hi @koendv would you mind opening a PR to this repo? Having aarch64 build for raspberry Pi would be amazing.

> fixed the firmware updater download link @kittaakos when you have some time, could you please add some context to this? I'm not sure if I understand the problem

Ok, so it's a matter of changing the download link from `https://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_ARM.tar.gz` to `https://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_ARMv7.tar.gz` right? If so [I already this the work](https://github.com/arduino/arduino-fwuploader/pull/144/commits/31fb8a299bfab0a6b76c684e5f92754f3ba4c5b4) and the arduino-fwuploader only needs a release :sparkles:

@kittaakos this has been fixed in the [latest release](https://github.com/arduino/arduino-fwuploader/releases/tag/2.2.1) of the Arduino Fwuploader. Now downloading from `https://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.1_Linux_ARMv7.tar.gz` should work

At the current time, we do not have a way of building the arduino-cli using golang crosscompile because we need the support for CGO on macOS to be able to...

Hi @Edivad99, having a native Arduino CLI arm64 darwin build unfortunately was only a starting point. Some more action items are required. There are other binaries required by the ide...

> There are other binaries required by the ide to be able to run natively on M1: - [Arduino Language server](https://github.com/arduino/arduino-language-server) (should be pretty easy since we use the same...

everything done, releases here: - [arduino-language-server](https://github.com/arduino/arduino-language-server/releases) - [arduino-fwuploader](https://github.com/arduino/arduino-fwuploader/releases) - [clangd](https://github.com/arduino/clang-static-binaries/releases)