RPi compiled code #12189
Replies: 5 comments 7 replies
-
Yes, course. |
Beta Was this translation helpful? Give feedback.
-
@rkompass That is the idea!!! Micropython can compile to the following architectures
So, as of today, my understanding is that we can't compile for modern RPi devices. Right? I have some devices and using lscpu
and
|
Beta Was this translation helpful? Give feedback.
-
First step was to compile using Debian 32 bits
lscpu
It seems to start, since in my folder I have a I stuck on the crypto library so I need tweak my import policies. So far so good but just saw the unix port does not support UART so this does not make sense anymore :( Carlos |
Beta Was this translation helpful? Give feedback.
-
That's what my output was: Tangerino's Linux installation is quite old, running a 4.x kernel. Current versions are 6.1.21 or so. Sounds like the lack of UART on the Unix port was a showstopper. |
Beta Was this translation helpful? Give feedback.
-
I need to use a more capable hardware in solar plants where we have hundreds of devices to monitor and sometimes 4 or more serial ports. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My application runs seamlessly on macOS (for development purposes), Linux (for testing), and ESP32 (on actual devices) using the exact same codebase. For the ESP32, I compile the code into a .mpy file and utilize an OTA (Over-the-Air) system for distributing these files.
Now, I'm contemplating deploying this application on a Raspberry Pi. Can I maintain this portability? Specifically, I'm considering using mp-cross to compile and generate .mpy files tailored for the Raspberry Pi platform. Is this feasible? Directly deploying the source code isn't an option for me.
Beta Was this translation helpful? Give feedback.
All reactions