Tool/software:
Hi,
I would like to sequentially launch B.appimage.hs_fs and C.appimage.hs_fs from A.appimage.hs_fs, which was booted from SBL_eMMC.
However, when trying to launch B.appimage.hs_fs from A.appimage.hs_fs, an error occurs during the Sciclient_procBootAuthAndStart() check.
Q1. Is it possible to launch another appimage.hs_fs from an appimage.hs_fs that was booted by the SBL?
Example:
RBL -> SBL_eMMC -> A.appimage.hs_fs -> B.appimage.hs
Q2. Is it possible to authenticate another appimage.hs_fs from within an appimage.hs_fs?
It seems that authentication is failing because respParam.flags is 0.
Call stack
1.Bootloader_parseMultiCoreAppImage() at bootloader.c:1,347 0xA100CB96
2.Bootloader_verifyMulticoreImage() at bootloader.c:693 0xA100400A
3.Bootloader_socAuthImage() at bootloader_soc.c:1,244 0xA101E16A
4.Sciclient_procBootAuthAndStart() at sciclient_procboot.c:267 0xA101A696
Regards,
Yukinobu