Dear Community,
I would like to know if there's simple wait to change the fdtfile variable from user-space, please ? My user-case is that I would like to switch the dtb for the selected camera sensor without entering u-Boot's prompt.
I saw the method of using fw_printenv/fw_setenv and it seems that one needs to append the u-boot-fw-utils into image's rootfs :
IMAGE_INSTALL_append += " u-boot-fw-utils"
Is that the correct and enough way?
Thanks in advance and best regards,
Khang