I'm using an imx6slevk board with yocto bsp.
The standard procedure for flashing involves copying the compiled images into mfg tools predefined path and using the right mfg tool.
I'd like to avoid using mfg tool.
The board can be connected to a Linux PC via USB and the zimage dtb u-boot and rootfs.tar can be copied to a folder in the board, next time the board boots it should use these images.
Is it possible to do this?
Please note I'm not planning on using SD card for booting.