I have distribution of uClinux, throught "menu config" I check python and compile("make").
I have python on my chip now. There is a binary executable file /bin/python.
But what about python packages? There are only some basic packages as sys, time etc. I want to add for example package pyserial for serial port.
Before compilation I can in directory /python/modules in file "setup" select some packages. But all of them are in C, how can I add generally python package to my distribution?
Thanks a lot for any idea.