Hello all,
I am wondering what is the better way to install new packages onto the am1808 board.
Currently, I have to manually copy 'dpkg' binary and all its associated libraries to the target file system, and manually install all dependencies of 'apt-get' to finally have a working 'apt-get' on the board. Then use 'apt-get' to install new packages.
It's a time consuming process. I am wondering is there any easier way of doing this.
Thank you!