Part Number: PROCESSOR-SDK-J721E
The latest version of Processor SDK Linux for J721E compiles Python 3.8 as the default version.
I need to install Python 3.7 for running a particular application on the board.
Currently, the specified method using Makefile provides no documentation for customizations.
Also, with the Yocto Build method, there is no documentation on installing python 3.7 as a default python installation or over Python 3.8 using Bitbake.
How can I install Python 3.7 using either of the methods, on the board?
Is there a way to enable opkg updates & installations in the Arago Linux distribution, so that installations can be done directly after booting Linux OS?