Hi All,
FBK is not working from uuu script. Is there any configuration missing.
Please find my steps,
# get mmc dev number from kernel command line
# Wait for emmc
FBK: ucmd while [ ! -e /dev/mmcblk0 ]; do sleep 1; echo "wait for /dev/mmcblk0 appear"; done;
FBK: ucp .\imx-boot t:/tmp
# clean uboot environment variables
FBK: ucmd dd if=/dev/zero of=/dev/mmcblk0 bs=1k seek=4096 conv=fsync count=8
FBK: ucmd sync
Regards,
Vinothkumar Sekar