...
In theĀ rootfs
project, the fw_setenv
and the configuration file are added to
...
rootfs.initramfs
:
...
Code Block |
---|
... file /bin/fw_printenv ${INSTALL_ROOT}/u-boot/tools/env/fw_printenv 755 0 0 slink /bin/fw_setenv fw_printenv 755 0 0 ... ifarch IMXRT105X_NXPEVK file /etc/fw_env.config ${INSTALL_ROOT}/projects/${SAMPLE}/etc/fw_env.config.mmc 644 0 0 ... |
...