imx6ul bsp no ppp

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

imx6ul bsp no ppp

1,223 次查看
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

0 项奖励
回复
1 回复

913 次查看
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 项奖励
回复