apt-get not found

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

apt-get not found

1,629件の閲覧回数
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 返信

1,473件の閲覧回数
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 件の賞賛
返信