Hello.
I try to use fastboot for flashing image to the EMMC.
But for some reason the transmission interrupts for super.img (larger than 100 Mb) with error:
"Synchronous Abort" handler, esr 0x96000046"

I suppose that this issue could be related fastboot buffer size or something. I don't know.
And in host I see:

Also the partition table is:
idx 0, ptn 0 name='gpt' start=0 len=2048
idx 1, ptn 0 name='' start=0 len=0
idx 2, ptn 0 name='mcu_os' start=10240 len=512
idx 3, ptn 0 name='all' start=0 len=61071360
idx 4, ptn 0 name='bootloader0' start=0 len=8192
idx 5, ptn 1 name='dtbo_a' start=16384 len=8192
idx 6, ptn 2 name='dtbo_b' start=24576 len=8192
idx 7, ptn 3 name='boot_a' start=32768 len=131072
idx 8, ptn 4 name='boot_b' start=163840 len=131072
idx 9, ptn 5 name='init_boot_a' start=294912 len=16384
idx 10, ptn 6 name='init_boot_b' start=311296 len=16384
idx 11, ptn 7 name='vendor_boot_a' start=327680 len=131072
idx 12, ptn 8 name='vendor_boot_b' start=458752 len=131072
idx 13, ptn 9 name='misc' start=589824 len=8192
idx 14, ptn 10 name='metadata' start=598016 len=524288
idx 15, ptn 11 name='presistdata' start=1122304 len=2048
idx 16, ptn 12 name='super' start=1126400 len=8388608
idx 17, ptn 13 name='userdata' start=9515008 len=49188864
idx 18, ptn 14 name='fbmisc' start=58703872 len=2048
idx 19, ptn 15 name='vbmeta_a' start=58707968 len=2048
idx 20, ptn 16 name='vbmeta_b' start=58712064 len=2048
How can I resolve the problem??
Please, I need help.
Thanks.