imx6ul bsp no ppp

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

imx6ul bsp no ppp

1,130件の閲覧回数
tonyzhou300
Contributor I

How can I build system file with ppp in it.

Now I used the command MACHINE=imx6ulevk source fsl-setup-release.sh -b build-x11 -e x11

bitbake core-image-base.

but no pppd in system file of the image. and no /etc/ppp too,

who can help me, what command can build image with ppp,

thank you very much

ラベル(7)
0 件の賞賛
返信
1 返信

820件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Tony Zhou,

The ppp package is not installed on the BSP release images as it’s not supported on the BSP but you may add it using the following command on the conf/local.conf file inside your build directory.

IMAGE_INSTALL_append = “ ppp”

I hope this helps.

0 件の賞賛
返信