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.

PROCESSOR-SDK-AM62X: Am62x(beagleplay Board) DFU

Part Number: PROCESSOR-SDK-AM62X

Tool/software:

I want to download the bootloader to Beagleplay using DFU. After downloading tiboot3.bin like below:

./dfu-util.exe -R -a bootloader -D tiboot3.bin --device 0451

When I run: ./dfu-util.exe -l

I get the following message:

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 sourceforge.net/.../

Cannot open DFU device 0451:6165
Found DFU: [0451:6165] ver=0200, devnum=12, cfg=1, intf=0, path="2-3.2", alt=1, name="UNKNOWN", serial="UNKNOWN"
Found DFU: [0451:6165] ver=0200, devnum=12, cfg=1, intf=0, path="2-3.2", alt=0, name="UNKNOWN", serial="UNKNOWN"

Is it possible to download using DFU with Beagleplay?