Tool/software: Code Composer Studio
Hi TI FAE,
I was trying to deploy the sample RTOS template app on this page
Here is my setup:
- Evaluation board: AMIC110 ICE EVM
- TI-RTOS: processor_sdk_rtos_am335x_6_00_00_07\demos\rtos_template_app
- Bootloader: pdk_am335x_1_0_15\packages\ti\starterware\binary\bootloader\bin\am335x-evm\bootloader_boot_mcspi_a8host_release.bin
When on debugging phase, there is no problem occurred. But after flashing the image into EVM, there is no output have been shown.
I write the script too for generating the rtos_template_app_n335x_a8_ti.bin file and rtos_template_app_n335x_a8.bin file from rtos_template_app_n335x_a8.out
"${CG_TOOL_ROOT}/bin/arm-none-eabi-objcopy" -O binary "${PROJECT_BUILD_DIR}/${ProjName}.out" "${PROJECT_BUILD_DIR}/${ProjName}.bin" & "${TI_PDK_INSTALL_DIR}/packages/ti/starterware/tools/ti_image/tiimage.exe" "0x80000000" "NONE" "${PROJECT_BUILD_DIR}/${ProjName}.bin" "${PROJECT_BUILD_DIR}/${ProjName}_ti.bin"
I try to flashing SBL and ti-rtos using SPI and it was executed successfully.
But in the middle of execution, it stopped and showing me the log message like below:
StarterWare Boot Loader BOARDInit status [0x0] SoC : [AM335X] Core : [A8] Board Detected : [AMIC110] Base Board Revision : [UNKNOWN] Daughter Card Revision: [UNKNOWN] MCSPI Instance number: 0 Channel/Chip Select number: 0 The instance address is 48030000 offset = 0x20000, size = 0x8, dst = 0x402f9d50 Copying Header of the image Copying image from flash to DDR offset = 0x20008, size = 0x181f0, dst = 0x80000000 Jumping to StarterWare Application...
Do I missed some of the procedure?
If yes, Could you please explain to me how to make my AMIC110 EVM board works?
I would appreciate if you help me to solve this issue.
Thank you for your support.