2020-04-09 12:43 AM
2020-04-09 02:57 AM
or maybe there is a utility for downloading firmware from Raspberry PI to STM 32
2020-04-09 03:02 AM
No.
At least not without some serious tinkering.
While most of it (including Eclipse) is written in Java, there are some components, e.g. the compiler itself, which are compiled to run on an Intel/AMD system.
2020-08-06 08:27 AM
You can use st-flash ((sudo) apt-get install stlink-tools). There is also a gui alternative ((sudo) apt-get install stlink-gui). stlink-gui also install stlink-tools.
If you need a development tool chain, you can try binutils-arm-none-eabi. ((sudo apt-get install binutils-arm-none-eabi).
Best Regards.