2023-04-07 12:22 AM
Hi there,
I want to flash a HEX file using a Raspberry PI. So I followed the steps described here.
But if I run this line:
$> ./SetupSTM32CubeProgrammer-2.13.0.linux
I get the message:
bash: ./SetupSTM32CubeProgrammer-2.13.0.linux: cannot execute binary file: Exec format error
Has someone an idea why this is not working?
Im running Raspbian GNU/Linux 11 (bullseye)
Solved! Go to Solution.
2023-04-18 05:42 AM
Hello @Moritz ,
Thanks for your feedback,
Actually it is not possible to install CubeProgrammer on Raspberry Pi as it is not supported on ARM based devices.
I hope this helps!
Sara.
2023-04-07 01:47 AM
Hi, in the downloaded zip there is no install.sh
so the line
sudo ./install.sh gives me the error "No such file or directory"
2023-04-18 05:42 AM
Hello @Moritz ,
Thanks for your feedback,
Actually it is not possible to install CubeProgrammer on Raspberry Pi as it is not supported on ARM based devices.
I hope this helps!
Sara.
2023-04-18 10:10 AM
right, no Programmer by ST . but others... to flash a STM cpu on Pi , see:
https://siliconjunction.wordpress.com/2017/03/21/flashing-the-stm32f-board-using-a-raspberry-pi-3/
+
https://rawats.medium.com/using-raspberry-pi-for-embedded-systems-development-part-1-2d32c42acb5c
+
https://www.youtube.com/watch?v=tCcxFMU1OFE
+
https://github.com/joeferner/pi-stm32-uart-bootloader