-
-
Notifications
You must be signed in to change notification settings - Fork 403
Installing STM32duino gives Runtime: out of memory on Raspberry Pi 3 model B #975
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
Comments
@ekawahyu |
Verbose output:
|
@ekawahyu are you running Raspian or Raspberry Pi OS 64 bit? Your Pi should have 1GB of RAM, which should be enough to decompress and install the XPack release of |
I believe this image was downloaded from here: http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-04-09/ It is the last Raspbian Stretch Lite
|
ok, so it's not the 64 bit version. |
I've pushed a patch for the high memory consumption #981 Linux ARM64: https://github.com/arduino/arduino-cli/suites/1244362101/artifacts/18868999 and report if they works now? |
Confirmed that there is no more out of memory issue. Installation is successful for ARMv7 by running it stand alone as is (from home folder) Question, can I overwrite the existing arduino-cli in the I have additional Raspberry Pi Zero W and Raspberry Pi 2 that I need to use with arduino-cli, like really soon |
@ekawahyu enjoy the weekend :) |
Arduino-cli 0.13.0 on Raspberry Pi 3 model B
JSON file:
https://github.com/SnapBloks/BoardManagerFiles/blob/feature/tools-for-raspberrypi-host/STM32/package_stm_index.json
JSON is still for testing on STM32Tools v1.4.0 (no ARM support yet) + gcc-arm-none-eabi v9.3.1-1.2 (with ARM support)
I am expecting to see that the installation to go smooth, and then I can start building the proper STM32Tools with ARM support.
Here is what I got when trying to install STM32:stm32, it basically says Out of Memory when installing (or unpacking) gcc:
@ubidefeo I know that you made it working on Pi Zero W, but I don't seem to be able to install STM32duino with Arduino-cli v0.10.0 to v0.13.0. So this seems to me as really run out of memory? How much memory does it need to install 3rd party hardware? Thank you.
The text was updated successfully, but these errors were encountered: