apt-get not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

apt-get not found

899 Views
kvk0422
Contributor II

Hi,

I'm using SBC IMX6 Pico ITX, Linux 3.10 with yocto distribution. But I'm unable to install any package,as the apt-get command is not working in my  SBC IMX6.

How do I install apt-get in my SBC IMX6 Pico ITX to get packages?

Labels (5)
0 Kudos
1 Reply

743 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Varun K,

The SBC IMX6 Pico ITX is not supported on the NXP BSP Release so I would recommend looking at this board BSP.

If this board BSP is based on Yocto you can add package management to the image and the apt function by adding the following commands to the conf/local.conf file. You would then need to configure the repository list for apt.

IMAGE_FEATURES += "package-management"

CORE_IMAGE_EXTRA_INSTALL += "apt"

I hope this helps!

Regards,

0 Kudos