Part Number: TDA4VM
Tool/software:
Hi,
I have made this changes in the boot.c:
What should I build after modifications?
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.
Part Number: TDA4VM
Tool/software:
Hi,
I have made this changes in the boot.c:
Hi,
Could you please clarify which application you are trying to modify and which version of the SDK you are using?
I have made this changes in the boot.c:
Is this boot.c or lpl_boot.c?
CSL_REG32_WR(CSL_GTC0_GTC_CFG1_BASE + CSL_GTC_CFG1_CNTCR, 0x1);CSL_REG32_WR(CSL_GTC0_GTC_CFG1_BASE + CSL_GTC_CFG1_CNTFID0, 200000000);But after building and booting, I still get the errors and still not booting the board.
What should I build after modifications?
if it is lpl_boot.c can you please try this command for building.
make lpm_example_freertos BOARD=j721e_evm CORE=mcu1_0 -sj8 BUILD_PROFILE=release
Regards,
Karthik
Hi Karthik,
I am modifying the boot.c located under: $(PSDK)/mcusw/mcuss_demos/boot_app_mcu_rtos/boot.c.
The SDK I am using is ti-processor-sdk-rtos-j721e-evm-09_02_00_05.
Regards,
Tamas
Hello,
Can boot app is obsolete and it is being removed in the upcoming releases. If you intend to use boot app , please use PDK boot app
software-dl.ti.com/.../boot_app.html
Regards
Tarun Mukesh