SPRACU8B August   2021  – January 2023 AM68 , AM68 , AM68A , AM68A , AM69 , AM69 , AM69A , AM69A , DRA821U , DRA821U , DRA829V , DRA829V , TDA4VM , TDA4VM

 

  1.   Abstract
  2.   Trademarks
  3. 1Introduction
    1. 1.1 Features
      1. 1.1.1 Supported Features (version 0.10.0)
      2. 1.1.2 Unsupported Features (version 0.10.0)
    2. 1.2 Spreadsheet Overview
      1. 1.2.1 Input Worksheets
      2. 1.2.2 Output Worksheets
      3. 1.2.3 Other Worksheets
    3. 1.3 Default SDK Configurations
  4. 2Customizing DDR Configuration
    1. 2.1 Config Worksheet
      1. 2.1.1 System Configuration
      2. 2.1.2 Memory Burst Configuration
    2. 2.2 DRAMTiming Worksheet
      1. 2.2.1 Latency Parameters
      2. 2.2.2 Non-Latency Parameters
    3. 2.3 IO Control Worksheet
      1. 2.3.1 Determining IO Settings
      2. 2.3.2 Processor/DDR Controller IO
      3. 2.3.3 DRAM I/O
  5. 3Software Considerations
    1. 3.1 Updating U-Boot
      1. 3.1.1 Updating DDR Register Settings
      2. 3.1.2 Updating Source to Set Available Memory Size
    2. 3.2 Updating RTOS PDK
      1. 3.2.1 Updating DDR Register Settings
  6. 4Troubleshoot Guide
    1. 4.1 Topics/Issues
      1. 4.1.1 Topic 1
      2. 4.1.2 Topic 2
      3. 4.1.3 Topic 3
  7. 5References
  8.   Revision History

Updating DDR Register Settings

To update the DDRSS register settings, the following steps should be followed:

  1. Once all user input worksheets have been completed, navigate to the "RTOS" worksheet and save the header file by selecting the "Save RTOS Header File" button at the top of the worksheet. When prompted, save the file to the RTOS PDK source code, replacing the board_ddrRegInit.h file inside the corresponding board include folder. Example directory paths are included below:
    1. TDA4VM EVM: <RTOS_INSTALL_DIR>/pdk_jacinto_xx_xx_xx/packages/ti/board/src/j721e_evm/include/
    2. DRA821x EVM: <RTOS_INSTALL_DIR>/pdk_jacinto_xx_xx_xx/packages/ti/board/src/j7200_evm/include/
  2. Re-build the binary files per the steps outlined in the corresponding SDK documentation.