-
-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
I thought about posting this in the forum. It seems like a underlying technical issue so hopefully this will be alright.
I'm using a raspberry pi zero w. Based off of reports by others on the forum, it should be able to handle arduino-cli.
I tested the command arduino-cli core install arduino:avr
and it worked fine.
I'm trying to run the commands, arduino-cli core install arduino:samd
and arduino-cli core install adafruit:samd
This is the output. Both commands get hung up on "Installing arduino:arm-none-eabi-gcc@7-2017q4...
" and then are Killed.
Downloading packages...
arduino:arm-none-eabi-gcc@7-2017q4 downloaded
arduino:bossac@1.7.0-arduino3 downloaded
arduino:openocd@0.10.0-arduino7 downloaded
arduino:CMSIS@4.5.0 downloaded
arduino:CMSIS-Atmel@1.2.0 downloaded
arduino:arduinoOTA@1.2.1 downloaded
arduino:samd@1.8.9 downloaded
Installing arduino:arm-none-eabi-gcc@7-2017q4...
Killed
The process is getting killed for some reason.
dmesg output indicates a memory issue:
Out of memory: Killed process 514 (arduino-cli) total-vm:938304kB, anon-rss:398624kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:598kB oom_score_adj:0
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project