Tool/software:
I am trying to download the hello world on R5 core.
I opted for SD Boot option. So i set switches according to the documentation and compiled helloworld project in the CCS Environment.
It got successfully compiled and following images are created in Release folder .
a. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.out
b. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.rprc
c. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.appimage_xip
d. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.rprc_xip
e. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang_linkInfo.xml
In order to run this application we need SBL or UBOOT. We opted for SBL.
In the examples folder, we have sbl in following folder and we compiled this one and got the following images.
examples\drivers\boot\sbl_sd\am62ax-sk\r5fss0-0_nortos\ti-arm-clang
We have following files
We formatted the sd card in fat32 format. Three folders are created.
1. boot 2. qnxfs 3. rootfs
Q1. Among these folders, in which folder we have to keep the images.
Q2. Which Images of SBL and Helloworld example we have to keep (.Image, .bin , .out .tiimage, hs_fs.tiimage)
Q3. Once we power up the board, can we see anything on the COM port.
Q4. Do we need to load any other images apart from SBL and Helloworld Images.