-
-
Notifications
You must be signed in to change notification settings - Fork 216
Description
Hello.
I recently installed the "Arduino Mbed OS RP2040 Boards" package (version 3.0.1) from the Board Manager to use with a Raspberry Pi Pico board. When I try to compile any Arduino sketch, I get the following error:
exec: "C:\\Users\\Kris Kringle\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\imgtool\\1.8.0-arduino/imgtool": file does not exist Error compiling for board Raspberry Pi Pico.
I have tried this on two different computers, one running version 1.8.16 of the IDE and one running 1.8.19.
The path C:\Users\Kris Kringle\AppData\Local\Arduino15\packages\arduino\tools\imgtool\1.8.0-arduino
exists, but there is only a single file (LICENSE.txt
) in there.
When I look for "imgtool" in this repository, there are mentions in 3 different files:
(From this search: https://github.com/arduino/ArduinoCore-mbed/search?q=imgtool )
Am I missing a dependency?