Secure Firmware option

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Secure Firmware option

717 Views
carlos-m-ribeiro
Contributor I

Good afternoon,

We are programming the NXP u-boot ls1043aqds qspi from flexbuild_lsdk2012 in our custom board QSPI. Is there any way of disable the secure firmware that we are not interesting to avoid the following errors:

SEC Firmware: config-1: no such config
SEC Firmware: error (-2)
SEC Firmware: Failed to load image

Best regards

 

0 Kudos
5 Replies

712 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please comment the following line in packages/firmware/u-boot/configs/ls1043aqds_tfa_defconfig.

# CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y

Then rebuild u-boot and tfa.

$ rm -rf build/firmware/u-boot/ls1043aqds/

$ flex-builder -c atf -m ls1043aqds -b nor

0 Kudos

709 Views
carlos-m-ribeiro
Contributor I

Thank you for your response but we are using the ls1043aqds_qspi_defconfig, how we can proceed?

 

Best regards

0 Kudos

702 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please comment the following line in configs/ls1043aqds_qspi_defconfig.

# CONFIG_FSL_LS_PPA=y

0 Kudos

699 Views
carlos-m-ribeiro
Contributor I

Thank you and the steps mentioned before (rebuild u-boot and tfa) also are needed?

Best regards

0 Kudos

691 Views
yipingwang
NXP TechSupport
NXP TechSupport

1. 

Please comment the following line in packages/firmware/u-boot/configs/ls1043aqds_qspi_defconfig.

# CONFIG_FSL_LS_PPA=y

2. Rebuild u-boot with the following command.

$ rm -rf build/firmware/u-boot/ls1043aqds/

$ flex-builder -c u-boot -m ls1043aqds -b qspi

0 Kudos