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.

MCU-PLUS-SDK-AM243X: DFU - TOOL Configuration

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: TDA4VM

Hello People,

we used the platform of am243x.

I configured DFU-Tool in Windows to load the firmware in Flash, a simple command 

"dfu-util -a 0 -D c:\devtools\TI\Test_Files\sbl.tiimage"  works,

but if I try to send the firmware using a target address, for example

dfu-util -a 0 -s 0x80000:leave -D c:\devtools\TI\Test_Files\firmware.appimage

(-s : offset of the address target)

The following error is displayed : "Failed parse memory layout"

do you have any idea, what could be the problem?

Thanks a lot!