Hi all,
using 5.4.70_2.3.0, u-boot 2020.04-5.4.70-2.3.3, scm fw 1.7.3
I am trying to bootaux a 2MB m4 code from ddr.
With all resources in a single partition (no mkimage alt-config flags, no -p), bootaux seems to work.
With 3 partition layout (altconfig) i get the following error from u.-boot
=> run m4boot_0
Power on aux core 0
SC_ERR_NOACCESS
Function failing from u-boot is
sc_pm_set_resource_power_mode(-1, core_rsrc, SC_PM_PW_MODE_ON) in arch/arm/mach-imx/imx8/cpu.c
The caller is u-boot (A) and should have rights and should be already parent of the m4 partition.
Any help is welcome, thanks.