Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello,
Good Day!
We purchased SK-AM62A-LP board. Installed SDK package 'mcu_plus_sdk_am62x_10_00_00_14' from the TI Download page.
1) We are trying to flash the SBL as per given procedure. (More focus on DM R5 core.)
Followed this page: software-dl.ti.com/.../EVM_SETUP_PAGE.html
But while installing 'sbl_uart_uniflash_stage2.release.appimage.hs_fs', we got below error.
Confirmed the boot switches and able to see 'C' characters in its respective COM3 terminal.
Closed the terminal before trying the above comment.
But still got this error.
Same response for other cfg files such as default_sbl_ospi_nand_linux_hs_fs.cfg and default_sbl_uart_hs_fs also.
To create sbl_uart_uniflash_stage2.release.appimage.hs_fs binary, I have built the code from the below path in CCS.
mcu_plus_sdk_am62x_10_00_00_14\examples\drivers\ipc\ipc_rpmsg_echo_linux\am62x-sk-lp\r5fss0-0_freertos\ti-arm-clang
Renamed 'sbl_uart_uniflash_stage2_am62x-sk-lp_r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs' into sbl_uart_uniflash_stage2.release.appimage.hs_fs
and copied into examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62x-sk-lp/r5fss0-0_nortos/ti-arm-clang folder.
Is there any issues in my procedure? Kindly support.
2) Next question is,
I tried to flash Hellowolrd example code from the SDK 'mcu_plus_sdk_am62x_10_00_00_14' and run it on MAIN_Cortex_R5_0_0 which is Device Manager core.
Followed the procedure given in TIREX and able to load the program 'hello_world_am62x-sk-lp_r5fss0-0_freertos_ti-arm-clang' output (.out format) via CCS.
I expect this program should stop at main once I give 'Run'. But its showing like the core is running and I'm not able to put any breakpoints in main function or any other functions.
Why such behavior is observed? Kindly advise me.
Regards,
Raje