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.

RTOS/AM5718: booting from flash

Anonymous
Anonymous

Part Number: AM5718

Tool/software: TI-RTOS

For building  SBL component ,document(http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_Foundational_Components.html#boot) describes two steps 

  1. cd <PDK>/packages/ti/board/diag
  2. make all BOARD=<BOARD_NAME> SOC=<SOC_NAME> BOOTMODE=<BOOTMEDIA>                 But which does not provide detail description about <BOOTMEDIA>.What we will write in place of BOOTMEDIA??
  • Hi Muhammad,

    The Boot Modes described in this RTOS user guide section (4.6.3.2.5. Building the SBL) are : MMCSD, QSPI, eMMC.

    Have you tried with one of these 3? For example:

    make all BOARD=<BOARD_NAME> SOC=<SOC_NAME> BOOTMODE=<BOOTMEDIA>

    make all BOARD=idkAM572x SOC=AM572x BOOTMODE=MMCSD

    Regards,
    Pavel
  • Muhammad,

    Please refer to the sbl_am57xx.sh file in the folder path "pdk_am57xx_1_0_13\packages\ti\boot\sbl\build" for all possible supported options with AM57xx devices.

    Regards,
    Rahul