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.
Hello All,
We are trying to flash MLO and u-boot.img binaries on QSPI through UART3 mode on our custom board which is based on DRA7xx chipset.
On below link, it is mentioned about the "Flashing Utility - mflash" which is for TDA2xx & TDA3xx platforms.
As this FlashUtility tool is used to flash SBL and APPIMAGE on TDA2xx as well TDA3xx platform (as it is mentioned in the document). So we tried to below command to build it for TDA2xx but observed error:
command: make -s -j sbl BOARD=tda2xx-evm BOOTMODE=uart SBL_TYPE=mflash
error: Nothing to be done for tda2xx-evm tda2xx ipu1_0 sbl
Note: 1. we are building in VSDK 3.2 enviroment. 2. Able to build scuccessfully for TDA3xx
Questions:
--------------
1. How to build FlashUtility tool for TDA2xx platform?
2. Is there any other tool to flash QSPI via UART3 boot mode? If yes, please provide the needed materials.
Thanks,
Chetan