apt-get not found

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

apt-get not found

929 次查看
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?

标签 (5)
0 项奖励
1 回复

773 次查看
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 项奖励