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.

Linux/TDA2EX17EVM: Can't update uImage & zImage by DFU method

Part Number: TDA2EX17EVM

Tool/software: Linux

HI :

According to Processor SDK Linux Automotive Software Developers Guide.pdf 's Adding a custom file to DFU configuration,I want to update uImage & zImage & DTB by DFU method.But it will failed。

Upgrade the zImage
#sudo dfu-util -c 1 -i 0 -a 4 -D zImage
Upgrade the dra7-evm-lcd10.dtb
#sudo dfu-util -c 1 -i 0 -a 4 -D dra7-evm-lcd10.dtb

How to resolve it ?