Part Number: TDA4VM
Hello,
I'm trying to move our project from SDK_7.0 to SDK_7.1.
I got a problem with DFU.
I tried executing u-boot and downloading tiboot3.bin, sysfw.itb, tispl.bin and u-boot.img in order with DFU.
However, tiboot3.bin was completed and sysfw.itb was failed with SDK_7.1.
I fond that dfu_bufsiz in j721e_evm.h was increase from 0x20000 to 0x40000 at SDK_7.1.
I modified it to 0x20000 as SDK_7.0 and I ended up downloading everything.
Is there a reason dfu_bufsiz was changed to 0x40000?
The small buffer(0x20000) for DFU can make side effects?
best regards,