Hi,
when I use scu to wakeup A core from KS1 mode, it failed.
Here are my steps to suspend and resume the system:
1、Use "echo mem > sys/power/state" to put A core into the KS1 mode
The following are the resources when the A core is in KS1 mode

2、Wake up A core through SC_R_BOARD_R0
I made the following modifications to board_set_control in the board.c file in SCFW

when I trigger the wakeup source, I can find this log "set A core on from KS1" in the SCU console log, which means the ss_irq_trigger has been executed. But actually the A core did not wake up.
only the following resources are awakened
Partition: 0 = on
SC_PID0 = on
SC_TPM = on
SC_PIT = on
SC_UART = on
SC_I2C = on
SC_MU_0B = on
SC_MU_1A = on
SYSCNT_RD = on
SYSCNT_CMP = on
DEBUG = on
OTP = on
DB = on
DBLOGIC = on
DRC_0 = on
DRC_1 = on
Partition: 1 = on
CAAM_JR3 = on
CAAM_JR3_OUT = on
Partition: 2 = on
SECO = on
Partition: 3 = on
Partition: 4 = on
M4_1_PID0 = on
M4_1_UART = on
M4_1_MU_1A = on
SPI_0 = on
SPI_2 = on
SPI_3 = on
CAN_0 = on
CAN_1 = on
CAN_2 = on
IRQSTR_M4_1 = on
GPIO_0 = on
GPIO_2 = on
GPIO_4 = on
GPT_3 = on
MU_5B = on
MU_6B = on
MU_7B = on
MU_9B = on
MU_12B = on
BOARD_R0 = on
Partition: 5 = on
Partition: 6 = on
ENET_1 = lp
SMMU = on
OCRAM = on
A core can be woken up if I use uart as a wakeup resource
Any help would be appreciated.
Huang