Can I use pyinstaller on Ubuntu to bundle Python code into an executable file and run it on STM32?
Hello,I am a newcomer to embedded systems. I have a STM32MP157D-DK1 and I'm planning to develop some python applications to run on the A7 processor. I am encountering some issues.1. I created a simple web application using Python on Ubuntu. (python ...