You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to download a tool via the debug console with an agent I have compiled myself. It doesn't work, unfortunately. The command downloadtool avrdude results in the following messages:
{"DownloadStatus":"Pending","Msg":"We couldn't find a tool with the name avrdude and version latest packaged by arduino"}
{"DownloadStatus":"Success","Msg":"Map Updated"}
I've tested the same with an agent I installed via the installer, and it works there.
So far I could confirm that my self-compiled agent seems to access the correct index file. I'm still looking into what exactly happens when it tries to find the tool.
The text was updated successfully, but these errors were encountered:
I found the problem: I'm compiling and running the tool on 64-bit Windows, but only 32-bit Windows is supported, as per this array. I don't know yet what the correct solution is, but I intend to find out tomorrow.
I'm trying to download a tool via the debug console with an agent I have compiled myself. It doesn't work, unfortunately. The command
downloadtool avrdude
results in the following messages:I've tested the same with an agent I installed via the installer, and it works there.
So far I could confirm that my self-compiled agent seems to access the correct index file. I'm still looking into what exactly happens when it tries to find the tool.
The text was updated successfully, but these errors were encountered: