This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62A-LP: DFU Output

Part Number: SK-AM62A-LP

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

  • Hello Dim,

    Thanks for your question.

    Please expect responses in few business days.

    Regards,

    Vaibhav

  • Hello Dim,

    I was wondering if someone could post the expected serial console and dfu-util.exe output after successfully flashing tiboot3.bin?

    I am going to try this on my AM62A TI EVM and let you know the expected results one can see. You can expect this in few business days.

    Meanwhile can you please try the following command:

    Instead of 

    dfu-util.exe -R -a 0 -D tiboot3-am62ax-gp-evm.bin

    Try the following:

    dfu-util.exe -a bootloader -D tiboot3-am62ax-gp-evm.bin

    After trying this can you check if you are able to see the logs on the UART console? Also make sure your UART console is configured at a baud rate of 115200.

    Looking forward to your response.

    Regards,

    Vaibhav