We have tried to flash the IMX8MP BOARD using UUU-Tool in bootmode by executing the fastboot 0 command in the device then it went to flash-mode and detected the usb gadget. after that we executed the boot.lst script which will download the images like kernel image, initramfs and dtb . and then it will boot by using booti command and then to execute the emmc_burn_bsp.lst file we have issue after executing the boot.lst command using uuu tool it will load the kernel after that usb gadget is not recognizing .but it will work fine when we flash the image by keeping the device in flashing mode .so please guide us how to flash the IMX8MP device in bootmode by using fastboot command and what are the changes need to be done inorder to recognize the usb gadget after uuu -b boot.lst command below is the command executing in boot.lst:-
uuu_version 1.4.149
SDP: boot -f imx-boot
SDPS: boot -scanterm -f imx-boot
SDPU: delay 1000
SDPU: write -f imx-boot -offset 0x57c00
SDPU: jump
SDPV: delay 1000
SDPV: write -f imx-boot -skipspl
SDPV: jump
FB: ucmd setenv fastboot_buffer ${loadaddr}
FB: download -f Image
FB: ucmd setenv fastboot_buffer ${fdt_addr}
FB: download -f imx8mp.dtb
FB: ucmd setenv fastboot_buffer ${initrd_addr}
FB: download -f fsl-image-mfgtool-initramfs.cpio.gz.u-boot
FB: acmd booti ${loadaddr} ${initrd_addr}:${filesize} ${fdt_addr}
FB: Done