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?
Hi @steve0
Try IMAGE_INSTALL_append = "PPP"