Currently in `main`, Zephyr introduced a much simpler way to install the SDK. Starting from https://github.com/zephyrproject-rtos/zephyr/commit/b68071dc71cacb93e9baabc0391f32bcf38c2ef1 you can simply run: ``` west sdk install --version 0.16.8 ``` I think it would require updated the branch on the [zephyr fork](https://github.com/facchinm/zephyr/tree/arduino_core_merge) to at least that revision and then update the [README](https://github.com/arduino/ArduinoCore-zephyr?tab=readme-ov-file#install-the-zephyr-sdk). Cheers!