Hi all,
I am working on freescale imx6 board (sololite), I have got uImage, u-boot and my customised root file system. I am able to flash them onto the memory card and boot and get the console(login prompt), and now I want to install some packages required for my application in order to do that I need apt-get utility. How can I get apt-get binary working on my platform.
Can I take the source code of apt-get, cross compile and execute on the platfrom??? or I need to add apt-get support to the file system, or are there any other ways that I can do this???
Please help me to move forward.
Thanks in advance,
Mutyalarao Neelapala.
You can use Ubuntu root filesystem to have apt-get.
Here is some hints to build Ubuntu filesystem:
https://community.freescale.com/docs/DOC-95185
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------