Skip to content

[WE-158] linux-arm not listed #260

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

Closed
charlesbones opened this issue Oct 11, 2018 · 2 comments · Fixed by #261
Closed

[WE-158] linux-arm not listed #260

charlesbones opened this issue Oct 11, 2018 · 2 comments · Fixed by #261
Assignees

Comments

@charlesbones
Copy link

charlesbones commented Oct 11, 2018

linux-arm is not listed https://github.com/arduino/arduino-create-agent/blob/devel/tools/download.go#L53 so self compiled Agent for RPi can not download external tools.

@facchinm facchinm changed the title linux-am not listed linux-arm not listed Oct 15, 2018
@rsora rsora changed the title linux-arm not listed [WE-158] linux-arm not listed Oct 15, 2018
@rsora
Copy link
Contributor

rsora commented Oct 15, 2018

Hi @charlesbones ,
Not to sound pedant :), could you add details about how to reproduce the problem?
This way I'm sure that my fix solves the issue.

Thanks!
Roberto

@charlesbones
Copy link
Author

charlesbones commented Oct 15, 2018

@rsora I followed this intructions https://github.com/arduino/arduino-create-agent#development on a raspberry pi 3 model B and the compilation worked however when I tried to upload the sketch to the board I got the error "Executing command: exec: not started" and on the debug tag I got:

downloadtool avrdude 6.3.0-arduino9 arduino keep
{"DownloadStatus":"Pending","Msg":"We couldn't find a tool with the name avrdude and version 6.3.0-arduino9 packaged by arduino"}
{"DownloadStatus":"Success","Msg":"Map Updated"}
list
{
    "Ports": [],
    "Network": true
}
{
    "Ports": [
        {
            "Name": "/dev/ttyACM0",
            "SerialNumber": "9553833353535160D1D0",
            "DeviceClass": "",
            "IsOpen": false,
            "IsPrimary": false,
            "Baud": 0,
            "BufferAlgorithm": "",
            "Ver": "x.x.x-dev",
            "NetworkPort": false,
            "VendorID": "0x2341",
            "ProductID": "0x0042"
        }
    ],
    "Network": false
}

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

Successfully merging a pull request may close this issue.

2 participants