Has anyone gotten Python to work on PetaLinux? Is this possible? I imagine the Python interpreter needs to be placed in the root file system somehow. Is there a prebuilt image that already has Python?
Has anyone gotten Python to work on PetaLinux? Is this possible? I imagine the Python interpreter needs to be placed in the root file system somehow. Is there a prebuilt image that already has Python?
To my knowledge, this is not something anyone at Avnet has tried to do, but in theory I believe you should be able to create a PetaLinux application project and build the Python interpreter from source. You can then include the new Python application in the root file system using the usual "petalinux-config -c rootfs" command.
Ron
Please check whether this petalinux app helps:
https://github.com/imrickysu/PetaLinux-Apps/tree/master/components/apps/python-2.7.3