Hi I am trying to get this working again and still have the same issue with flashing image to eMMC via USB.
Log;
PS C:\Users\mitesh.hiran\Downloads\dfu-util-0.11-binaries.tar\dfu-util-0.11-binaries\win64> .\dfu-util.exe -l
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to sourceforge.net/.../
Found DFU: [0451:6165] ver=0200, devnum=13, cfg=1, intf=0, path="1-2.2.2", alt=1, name="SocId", serial="01.00.00.00"
Found DFU: [0451:6165] ver=0200, devnum=13, cfg=1, intf=0, path="1-2.2.2", alt=0, name="bootloader", serial="01.00.00.00"
PS C:\Users\mitesh.hiran\Downloads\dfu-util-0.11-binaries.tar\dfu-util-0.11-binaries\win64> .\dfu-util.exe -R -a bootloader -D 'C:\Users\mitesh.hiran\Downloads\AM62 U-boot - DFU\tiboot3.bin'
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to sourceforge.net/.../
Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release
Cannot open DFU device 17e9:4307 found on devnum 20 (LIBUSB_ERROR_NOT_FOUND)
Opening DFU capable USB device...
Device ID 0451:6165
Device DFU version 0110
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0110
Device returned transfer size 512
Copying data from PC to DFU device
Download [=========================] 100% 330614 bytes
Download done.
DFU state(6) = dfuMANIFEST-SYNC, status(0) = No error condition is present
unable to read DFU status after completion (LIBUSB_ERROR_PIPE)
PS C:\Users\mitesh.hiran\Downloads\dfu-util-0.11-binaries.tar\dfu-util-0.11-binaries\win64> .\dfu-util.exe -R -a tispl.bin -D 'C:\Users\mitesh.hiran\Downloads\AM62 U-boot - DFU\tispl.bin'
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to sourceforge.net/.../
Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release
Cannot open DFU device 17e9:4307 found on devnum 20 (LIBUSB_ERROR_NOT_FOUND)
Opening DFU capable USB device...
Device ID 0451:6165
Device DFU version 0110
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0110
Device returned transfer size 4096
Copying data from PC to DFU device
Download [=========================] 100% 916184 bytes
Download done.
DFU state(7) = dfuMANIFEST, status(0) = No error condition is present
DFU state(2) = dfuIDLE, status(0) = No error condition is present
Done!
Resetting USB to switch back to Run-Time mode
PS C:\Users\mitesh.hiran\Downloads\dfu-util-0.11-binaries.tar\dfu-util-0.11-binaries\win64> .\dfu-util.exe -R -a u-boot.img -D 'C:\Users\mitesh.hiran\Downloads\AM62 U-boot - DFU\u-boot.img'
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to sourceforge.net/.../
Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release
Cannot open DFU device 17e9:4307 found on devnum 20 (LIBUSB_ERROR_NOT_FOUND)
No DFU capable USB device available
PS C:\Users\mitesh.hiran\Downloads\dfu-util-0.11-binaries.tar\dfu-util-0.11-binaries\win64>