Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hi,
I am working on bringing up both FreeRTOS and Android (AAOS 14) on the SK-AM62-LP.
-
On the R5 core, I am running the MCAN loopback interrupt example from the MCU+SDK.
-
My requirement is to have both FreeRTOS (on R5) and Android (on A53) booting from eMMC.
So far, I have:
-
Used the configuration file
default_sbl_emmc_linux_hs_fs.cfg
with Uniflash (in UART boot mode) to flash the FreeRTOS application. -
Flashed Android images into eMMC as well.
-
Followed the TI documentation here:
SBL eMMC Linux Multistage Boot Example
When setting the boot device to eMMC boot mode, Android does not come up.
Please provide guidance on how to correctly enable this scenario (FreeRTOS + Android boot from eMMC).