Hi NXP,
If I want to use Bootloader to start the A-core image with hse feature normally, what should I do?Are there any examples or documentation to refer to? Am I missing some configuration or steps? Do you have any suggestions?
Referring to AN13750, I can use this Bootloader to successfully start the A-core image without HSE feature. The A-core image with HSE feature can also be started normally from the SD card boot mode. However, it fails to use Bootloader through qspi boot. The phenomenon is that uart0 has no output.
BSP40 hse is compiled through yocto, as follows:
DISTRO_FEATURES:append = " hse "
DISTRO_FEATURES:append = " pkcs11-hse "
NXP_FIRMWARE_LOCAL_DIR = "/home/work/NXP/fsl-auto-yocto-bsp/downloads"
HSE_VERSION = "0_2_22_0"
HSE_LIC = "license.rtf"
HSE_SOC_REV = "rev1.1"
HSE_LIC_MD5 = "a1bda359fc5cdcfca04f84834841a5ca"
EB's Bootloader configuration is as follows:
Reset handler address :0x34085000 Load image at address (RAM) :0x3407b2c0

SW:
EB tresos Studio27.1
Integration_Reference_Examples_S32G3_2023_02
SW32_RTD_4.4_4.0.0
BSP40
HSE_FW_S32G3XX_0_2_22_0
HW: S32G399A-RDB3
Best regards,
Quincy