In this step we will flash the application that we have build and run using CCS to the EVM flash. We can then boot this application without being connected to CCS via JTAG.
.mcelf.hs_fs
is generated. This is the file we need to flash.${SDK_INSTALL_PATH}/examples/hello_world/am275x-evm/r5fss0-0_freertos/ti-arm-clang/hello_world.release.mcelf.hs_fs
${SDK_INSTALL_PATH}/examples/hello_world/am275x-evm/wkup-r5fss0-0_freertos/ti-arm-clang/hello_world.release.hs_fs.tiimage
${SDK_INSTALL_PATH}/examples/hello_world/am275x-evm/c75ss0-0_freertos/ti-c7000/hello_world.release.mcelf.hs_fs
${CCS_WORKSPACE_PATH}/hello_world_am275x-evm_r5fss0-0_freertos_ti-arm-clang/Release/hello_world_am275x-evm_r5fss0-0_freertos_ti-arm-clang.appimage.hs_fs
${SDK_INSTALL_PATH}/tools/boot/sbl_prebuilt/am275x-evm/sbl_ospi_hs_fs.cfg
.mcelf
file. Give the absolute path to the .mcelf
file or path relative to ${SDK_INSTALL_PATH}/tools/boot
. Make sure to use forward slash /
in the filename path.--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-0_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0xC00000
--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-1_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0x1000000
--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-0_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0x1400000
--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-1_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0x1800000
--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss0-0_freertos/ti-c7000/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0x400000
--file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss1-0_freertos/ti-c7000/ipc_rpmsg_echo.release.mcelf.hs_fs --operation=flash --flash-offset=0x800000
cd ${SDK_INSTALL_PATH}/tools/boot python uart_uniflash.py -p COM14 --cfg=sbl_prebuilt/am275x-evm/sbl_ospi_hs_fs.cfg
/dev/ttyACM0
python3
to invoke python3.x, just python
command may invoke python 2.x which will not work with the flashing script.
Parsing config file ... Parsing config file ... SUCCESS. Found 9 command(s) !!! Executing command 1 of 9 ... Found flash writer ... sending sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage Sent flashwriter sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage of size 390201 bytes in 36.75s. Executing command 2 of 9 ... Command arguments : --operation=flash-phy-tuning-data Sent flash phy tuning data in 3.58s. [STATUS] SUCCESS !!! Executing command 3 of 9 ... Command arguments : --file=sbl_prebuilt/am275x-evm/sbl_ospi.release.hs_fs.tiimage --operation=flash --flash-offset=0x0 Sent sbl_prebuilt/am275x-evm/sbl_ospi.release.hs_fs.tiimage of size 453689 bytes in 43.25s. [STATUS] SUCCESS !!! Executing command 4 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss0-0_freertos/ti-c7000/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0x400000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss0-0_freertos/ti-c7000/ipc_rpmsg_echo.release.mcelf.hs_fs of size 142562 bytes in 15.66s. [STATUS] SUCCESS !!! Executing command 5 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss1-0_freertos/ti-c7000/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0x800000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/c75ss1-0_freertos/ti-c7000/ipc_rpmsg_echo.release.mcelf.hs_fs of size 151218 bytes in 16.4s. [STATUS] SUCCESS !!! Executing command 6 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-0_freertos/ti-arm-clang/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0xC00000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-0_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs of size 74730 bytes in 9.68s. [STATUS] SUCCESS !!! Executing command 7 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-1_freertos/ti-arm-clang/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0x1000000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss0-1_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs of size 65346 bytes in 8.78s. [STATUS] SUCCESS !!! Executing command 8 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-0_freertos/ti-arm-clang/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0x1400000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-0_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs of size 65346 bytes in 8.78s. [STATUS] SUCCESS !!! Executing command 9 of 9 ... Command arguments : --file=../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-1_freertos/ti-arm-clang/ipc_rpmsg_echo.debug.mcelf.hs_fs --operation=flash --flash-offset=0x1800000 Sent ../../examples/drivers/ipc/ipc_rpmsg_echo/am275x-evm/r5fss1-1_freertos/ti-arm-clang/ipc_rpmsg_echo.release.mcelf.hs_fs of size 65378 bytes in 8.77s. [STATUS] SUCCESS !!! All commands from config file are executed !!
Sciserver Testapp Built On: Nov 26 2024 10:52:59 Sciserver Version: v2023.11.0.0REL.MCUSDK.MM.NN.PP.bb RM_PM_HAL Version: vMM.NN.PP Starting Sciserver..... PASSED Starting OSPI Bootloader ... SYSFW Firmware Version 10.0.8--w2024.02-am275x (Fiery SYSFW Firmware revision 0xa SYSFW ABI revision 4.0 [BOOTLOADER_PROFILE] Boot Media : FLASH [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz [BOOTLOADER_PROFILE] Boot Image Size : 539 KB [BOOTLOADER_PROFILE] Cores present : [BOOTLOADER PROFILE] TIFS init : 706us [BOOTLOADER PROFILE] System_init : 5506us [BOOTLOADER PROFILE] Board_init : 4us [BOOTLOADER PROFILE] FreeRtosTask Create : 263us [BOOTLOADER PROFILE] Drivers_open : 143us [BOOTLOADER PROFILE] Board_driversOpen : 1us [BOOTLOADER PROFILE] sciServer_init : 15284us [BOOTLOADER PROFILE] SBL Drivers_open : 3198us [BOOTLOADER PROFILE] SBL Board_driversOpen : 135us [BOOTLOADER PROFILE] Sciclient Get Version : 10350us [BOOTLOADER PROFILE] DSP 0 Image Load : 19790us [BOOTLOADER PROFILE] DSP 1 Image Load : 19817us [BOOTLOADER PROFILE] R5FSS0_0 Image Load : 6158us [BOOTLOADER PROFILE] R5FSS0_1 Image Load : 6012us [BOOTLOADER PROFILE] R5FSS1_0 Image Load : 6025us [BOOTLOADER PROFILE] R5FSS1_1 Image Load : 6008us [BOOTLOADER_PROFILE] SBL Total Time Taken : 99406us Image loading done... Starting RTOS/Baremetal applications
[r5f0-1] 0.003012s : [IPC RPMSG ECHO] Remote Core waiting for messages from main core ... !!! [r5f1-0] 0.003012s : [IPC RPMSG ECHO] Remote Core waiting for messages from main core ... !!! [r5f1-1] 0.003012s : [IPC RPMSG ECHO] Remote Core waiting for messages from main core ... !!! [c75ss0-0] 0.003008s : [IPC RPMSG ECHO] Remote Core waiting for messages from main core ... !!! [c75ss1-0] 0.001336s : [IPC RPMSG ECHO] Remote Core waiting for messages from main core ... !!! [IPC RPMSG ECHO] Message exchange started by main core !!! [IPC RPMSG ECHO] All echoed messages received by main core from 5 remote cores !!! [IPC RPMSG ECHO] Messages sent to each core = 10 [IPC RPMSG ECHO] Number of remote cores = 5 [IPC RPMSG ECHO] Total execution time = 492 usecs [IPC RPMSG ECHO] One way message latency = 4920 nsec All tests have passed!!