Other Parts Discussed in Thread: AM6526, UNIFLASH
Hello All,
I have a question regarding the issue we have when we try to rebuild the Flashwriter app in SDK 7.3
My configuration is:
SDK - ti-processor-sdk-rtos-am65xx-evm-07_03_00_09
PDK - pdk_am65xx_07_03_00_54 (processor_sdk_rtos_am65xx_07_03_00_09)
We have our custom board based on Sitara AM6548 SR2.0. (some of the boards were assembled with AM6526 SR2.1.) on which we use QSPI NOR flash as a primary and UART (MCU_UART) as a backup boot device.
Up to now we were using SDK 6.3., but because the secure boot is not supported well for SR2 silicon in SDK 6.3. (problem with SYSFW for HS SR2 silicon) we decided to migrate our application and support for our custom board to SDK 7.3.
We are using the Uniflash tool to write images (SBL, SYSFW, and APP) to our board and currently, we are looking to migrate support for our custom board in the Flashwriter application, but the problem that we notice is that we can not build the Flashwriter application for IDK and EVM boards as we did in SDK 6.3.
Below is given the procedure we used to build the Flashwriter app for the IDK board in SDK6.3.
1) Open the command line in the directory "\ti\pdk_am65xx_1_0_7\packages"
2) Run "pdksetupenv.bat" first
3) Then change the directory to "\ti\pdk_am65xx_1_0_7\packages\ti\board\utils"
4) The last step is to run the following command "gmake ALL_BOARDS=am65xx_idk"
5) After this the new Flashwriter app image for the IDK board is generated under "\ti\pdk_am65xx_1_0_7\packages\ti\board\utils\uniflash\target\bin\am65xx_idk\"
In the SDK 7.3 the main makefile which was under "\ti\pdk_am65xx_1_0_7\packages\ti\board\utils", and which is in charge of building Flashwriter images, was removed and we are not sure how to build the Flashwriter image in the SDK 7.3.
Can you help us and give us instructions on how to build the Flashwriter app in SDK7.3.?
Best regards,
Novica