Here is your log.
Detect USB boot. Will enter fastboot mode!
Starting download of 2091712 bytes
...............
downloading of 2091712 bytes finished
MMC write: dev # 2, block # 66, count 4086 ... MMC: block number 0x1038 exceeds max(0x1000)
The space you must have on boot1:
66 x 512 + 2091712 = 2,125,504
The space on the emmc boot1:
4096 x 512 = 2,097,152
2,097,152 - 2,125,504 = -28,352
The emmc is 32G, it is user partition. not boot partition.
The log shows the boot partition is 2M big. That I have told you before.
If you use scard, the flash.bin can flash into it.
Usually, the NXP binary demo image flash.bin is bigger than 2M.
If you want use the emmc currently on your board, you must change the uboot configuration to make it smaller.
