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.

TDA4VEN-Q1: How to output SBL log to the console?

Part Number: TDA4VEN-Q1

Tool/software:

Hi TI experts,

We are testing new DDR parameters in SBL boot mode,the function call flow as main()->system_init()->Drivers_open(),the function ddr_init() in system_init() is initialized before than function uart_init() in Drivers_open().

Question:

1.How to get more details about DDR initialization on the console?

2.The folder sd_sd_hlos\j722s-evm\wkup-r5fss0-0_nortos\ti-arm-clang\generated\ seems to be automatically generated, Every time I execute 'make all', it will overwrite my modifications on the ti_drivers_config.c file.I want to know how it was generated and what the original files are?

Regards.

  • Hi,

    1.How to get more details about DDR initialization on the console?

    Please refer this file mcu_plus_sdk_j722s_09_02_00_41/source/drivers/bootloader/bootloader.c for add log in the console.

    2.The folder sd_sd_hlos\j722s-evm\wkup-r5fss0-0_nortos\ti-arm-clang\generated\ seems to be automatically generated, Every time I execute 'make all', it will overwrite my modifications on the ti_drivers_config.c file.I want to know how it was generated and what the original files are?

    ti_drivers_config.c file generated from syscfg , for modifying this file please refer the source file.

    mcu_plus_sdk_j722s_09_02_00_41/source/drivers/.meta/system/system_config.c.xdt 

    mcu_plus_sdk_j722s_09_02_00_41/source/drivers/.meta/ drivers.syscfg.js 

    Regards,

    Karthik

  • Hi Karthikeyan,

    Thank you for providing guidance. I think I know how to achieve it.

    Regards.

  • Hi,

    Thank you for providing guidance. I think I know how to achieve it.

    Many thanks. Does this thread require any other be of assistance?

    Regards,

    Karthik

  • Hi Karthikeyan,

    I don't think it's necessary anymore. The current information is sufficient for me to continue developing. Thank you again.

    Regards.