Hi,
I want to load signed u-boot using JTAG on imx6 processor. The same below steps work fine after DDR initialization but, the u-boot run and I can get console only on non secure board, but it doesn't run on secure board (SECURE_CONFIG bit enabled). For information I already check that the signed u-boot works fine on another secured board.
loadbin ./u-boot-spinor-signed.imx.bin 0x177ff400
SetPC 0x17800000
g
Downloading file [./u-boot-spinor-2020.04-r1.imx.bin]...
O.K.
VerifyBin ./u-boot-spinor-signed.imx.bin 0x177ff400
Loading binary file ./u-boot-spinor-signed.imx.bin
Reading 689472 bytes data from target memory @ 0x177FF400.
Verify successful.
As mentioned above the load works well on secure and non secure board but the loaded u-boot works only on non secure board.
Could you please help? Are the 0x17800000 or 0x177FF400 addresses still valid in case of secure board?
Best regards,
Mohamed Ali