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 ?