Our customers use Python scripts, and they want to cross-compile main.py into an aarch64-bit executable program main. Previously, we had a cross-compilation tool source /opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa53-crypto-poky-linux that can compile C programs into aarch64-bit programs and run on the IMX8MP platform. Now how do we cross-compile Python programs?
pyinstaller may help... ...