Part Number: AM6546
Other Parts Discussed in Thread: AM6548
Tool/software: TI-RTOS
-
Online SDK RTOS documentation (http://software-dl.ti.com/processor-sdkrtos/esd/docs/latest/rtos/Foundational_Components.html#am65x ) in chapter 4.6.3.7 Boot modes states that AM65x IDK enables no boot with SBL via OSPI without stating any reasons
-
OSP hardware seems to be available according to IDK and schematics
-
Is that a hardware limitation or not yet put into effect in SBL?
-
-
Do you have a functional example for R5F TI-RTOS application that can be loaded via SBL?
-
It seems there is an example for A53
-
The R5F application has problems as described in chapter 1.2 as per attached document (which unfortunately is in GERMAN but maybe you can identify immediately what it is about per your knowledge)
-
Error code: Sciclient_procBootSetProcessorCfg, ProcId 0x1, EntryPoint 0x70005af0... Sciclient_procBootSetProcessorCfg...FAILED
-
Also using known-issues Link (see document) didn’t make start via SBL not possible
-
They assume that errors in linker-script or configuration of TI RTOS example for R5F processor is not compatible with other software (RBL, DSMSC SYSFW, SBL)
-
-
Details of Memory-Mapping of ATCM and BTCM of R5F cores are not complete resp. not well documented
-
TRM describes that there is a dependence on "CPUn_INITRAMA/B bootstrap pins" und " CPUn_LOCZRAMA bootstrap pin". But it seems that is actually internal und controlled via DMSC. These and other properties of R5F, according to chapter 6.3.3.2, table 6-53 are being controlled with MCU_SEC_MMR register but is not documented
-
SBL uses parts of MSRAM and ATCMs but it is not clear how this is working with the variable memory mapping/
-
-