Secure Firmware option

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Secure Firmware option

1,941件の閲覧回数
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 件の賞賛
返信
5 返答(返信)

1,936件の閲覧回数
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 件の賞賛
返信

1,933件の閲覧回数
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 件の賞賛
返信

1,926件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please comment the following line in configs/ls1043aqds_qspi_defconfig.

# CONFIG_FSL_LS_PPA=y

0 件の賞賛
返信

1,923件の閲覧回数
carlos-m-ribeiro
Contributor I

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

Best regards

0 件の賞賛
返信

1,915件の閲覧回数
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 件の賞賛
返信