How to identify which image should I use ? Should I use *.hs_fs.tiimage or *.tiimage for SBL programing on my device.
Does it matter ? Does it affect any of my application ?
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.
How to identify which image should I use ? Should I use *.hs_fs.tiimage or *.tiimage for SBL programing on my device.
Does it matter ? Does it affect any of my application ?
If the device is a GP device then the image used should be *.tiimage and if the device is HS-FS device, the image used should be *.hs_fs.tiimage.
This is a required arrangement because the SBL makefile builds for both GP device and HS device but it uses Two different System Firmware & Two different System Firmware Certificates between GP and HS devices.
To identify between the device -
This will show various device specific details as mentioned above.Between GP device and HS_FS device, the application build process is unaffected. For HS_SE device there is an option of Extended Secure Boot which changes the application image creation process. For more details on Extended Secure Boot - https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/SECURE_BOOT.html
Hi,
For AM263x or AM273x devices, the steps are the same but the script used is the following script.
/cfs-file/__key/communityserver-discussions-components-files/908/4834.uart_5F00_boot_5F00_socid.py
Best Regards,
Aakash