Hi
In processor-sdk-08.05 libubootenv was creating fw_printenv and fw_setenv. I founded these binaries "arago-tmp-external-arm-glibc/work/am64xx_evm-linux/libubootenv/0.3.1-r0/image/usr/bin/" path. These binaries not added into root file system.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
In processor-sdk-08.05 libubootenv was creating fw_printenv and fw_setenv. I founded these binaries "arago-tmp-external-arm-glibc/work/am64xx_evm-linux/libubootenv/0.3.1-r0/image/usr/bin/" path. These binaries not added into root file system.
Hi!
try adding the below to your conf/local.conf file, this should do the trick. Note, often it is helpful to inspect the package recipe (in this case oe-core/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb) to figure out how/what needs/can to be added to an image (via RPROVIDES).
# Install U-Boot fw_printenv and fw_setenv command line tools IMAGE_INSTALL_append = " libubootenv-bin"
Regards, Andreas