[yocto] File copy to bootfs

Karim Gillani karim at gillani.org
Sat Jul 28 23:00:51 PDT 2018


This commands places the file in the /boot directory but then a script used
within rootfs can't see it.

install -m 0644 ${WORKDIR}/config.txt
${DEPLOY_DIR_IMAGE}/boot/sbcconf/config.txt

The next command puts it in a place where the rootfs can access it, but I
can't access the file in the fat partition.
install -m 0644 ${WORKDIR}/config.txt ${D}/boot/sbcconf/config.txt

Any suggestions?

On 28 July 2018 at 21:47, Karim Gillani <karim at gillani.org> wrote:

> Is there an easy way to copy a couple of files to the $bootfs  (/boot
> directory)?
>
> when I copy files there, they show as if they are in /boot but they are
> not on the bootfs partition.
>
> Thanks
> Karim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180728/1e49f401/attachment.html>


More information about the yocto mailing list