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.

TI-RTOS-PROC: Bare-metal program issue

Part Number: TI-RTOS-PROC

1.Install ti-process-sdk-rtos-am335x-evm-06.00.00.07-linux-x86-install.bin and compile without MLO:

am335x@am335x:~/ti/processor_sdk_rtos_am335x_6_00_00_07$ source setupenv.sh

**************************************************************************
Environment Configuration:
**************************************************************************
    SDK_INSTALL_PATH        : /home/pc335/ti
    GMAKE_INSTALL_PATH      :
    RULES_MAKE              : /home/pc335/ti/pdk_am335x_1_0_15/packages/Rules.make
**************************************************************************
IPC_PLATFORM: UNKNOWN
IPC_ALT_PLATFORM:
    PROC_SDK_INSTALL_PATH     : /home/pc335/ti/processor_sdk_rtos_am335x_6_00_00_07

PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
*******************************************************************************
am335x@am335x:~/ti/processor_sdk_rtos_am335x_6_00_00_07$ make -j4

2.failed to run bare-metal unpacking program

am335x@am335x:~/ti/processor_sdk_rtos_am335x_6_00_00_07/prebuilt-sdcards/evmAM335x/sd_card_files$ ls
app  MLO

Debugging serial port printing information:

StarterWare Boot Loader
BOARDInit status [0x0]
 SoC                   : [AM335X]
 Core                  : [A8]
 Board Detected        : [GPEVM]
 Base Board Revision   : [1.2]
 Daughter Card Revision: [UNKNOWN]
Copying application image from MMC/SD card to RAM
Jumping to StarterWare Application...



 

  • Hi Qing,

    You need first create bootable SD card with script create-sdcard.sh. It will fill your SD card with pre-built images - MLO and app.

    Then you can build your own MLO and app using the instructions from below user guide:

    Regards,
    Pavel