I have a License plate recognition system which is written in python, and it uses openCV and OpenALPR as the main libraries along with other additional libraries.
In my possession I have a Hi3519 SOC (system on chip) and I would like to upload the python code onto the chip. Cross compiling python to C/C++ would not work. I've been suggested to upload the python development environment libraries onto the chip and then upload the LPR (license plate recognition) system which is written in python.
Can someone assist me on how to upload the development libraries onto the chip?