Tool/software:
Hello,
I am attempting to run DFU on the SK-AM62A-LP development board. I've been following the steps outlined in the SDK here, but I am seemingly unable to make it passed flashing the bootloader for the R5 (tiboot3.bin).
After running "dfu-util.exe -R -a 0 -D tiboot3-am62ax-gp-evm.bin", I get the following output:
C:\ti_yocto>dfu-util.exe -R -a 0 -D tiboot3-am62ax-gp-evm.bin dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ Invalid DFU suffix signature A valid DFU suffix will be required in a future dfu-util release!!! Cannot open DFU device 30c9:0050 Cannot open DFU device 30c9:0050 Opening DFU capable USB device... ID 0451:6165 Run-time device DFU version 0110 Claiming USB DFU Interface... Setting Alternate Setting #0 ... Determining device status: state = dfuIDLE, status = 0 dfuIDLE, continuing DFU mode device DFU version 0110 Device returned transfer size 512 Copying data from PC to DFU device Download [=========================] 100% 306669 bytes Download done. state(6) = dfuMANIFEST-SYNC, status(0) = No error condition is present unable to read DFU status after completion can't detach Resetting USB to switch back to runtime mode
There are no messages printed to the serial port. The DFU device re-enumerates after this failure.
I was wondering if someone could post the expected serial console and dfu-util.exe output after successfully flashing tiboot3.bin?
Thanks