I am developing an image with yocto and the imx8mnevk board. It is realy exhausting to:
1. turn the board off
2. modifying the dips switch
3. turn on
4. flash
5. turn off
6. modifying the dips switch
7. turn on
Is there a more practical way? I my point of view i already flashed the bootloader uboot and uboot should be capable of flashing just a new firmware. I search for a solution to modify uboot to load an image via network but didn't find anything.
any ideas?
Hello,
Customers can use NFS - by default, in U-boot configuration, rootfs is mounted on NFS.
Also, U-boot supports TFTP. Consult with NXP Linux BSP documentation (i.MX Linux User's
Guide).
Regards,
Yuri.