Hello,
after succesfully deploying a c++ app to the ctrlX, I wanted to write a python app. My current setup isÂ
Windows 10 - Oracle virtualBox - ubuntu18.
In the samples it is already written that the crosscompilation is not possible for python and that theÂ
python app can either be developped on a machine with the suitable target architecture or a virtual machine that
emulates the hardware.Â
What is the recommended way?
Can I develop a python snap using ubuntu20 on a raspi (64bit)?
Or are we restricted to ubuntu18 at the moment?