[i.MX8M Plus] PPP can not be enabled in yocto project

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

[i.MX8M Plus] PPP can not be enabled in yocto project

637 Views
steve0
Contributor II

I am using NXP SOC i.MX8M-Plus and Quectel EM05(4G module) DVK in yocto project. I need to enable PPP function.  After I add the following line in the <build dir>/conf/local.conf  file 

 IMAGE_INSTALL_append = " ppp"

or 

 IMAGE_INSTALL += "ppp"

, I rebuild the image and use this image to boot up. However, the PPP function still can not be found in linux root file system(/usr/sbin or /usr/bin). 

Can anyone help me on this issue? 

 

0 Kudos
1 Reply

614 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @steve0 

Try  IMAGE_INSTALL_append = "PPP"

0 Kudos