How to set the entry point address of optee image running

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

How to set the entry point address of optee image running

1,240 Views
hansen1
Contributor I

I have a  i.MX6Q  board, and I am trying to run OP-TEE OS from u-boot.

Uboot is started by EMMC / SD card, and the address of tee  set to 0x2000 0000. Why is the entry address is set to 0x4e00 0000  . By this order: mkimage -A arm -O linux -C none -a 0x4dffffe4 -e 0x4e000000 -d tee.bin uTee

now, Uboot read optee-os  successfully,  but optee-os could not be loaded. 

I'm opreat following the URL below

 http://mrvan.github.io/optee-imx6q-sabresd

Labels (3)
Tags (2)
1 Reply

1,177 Views
igorpadykov
NXP Employee
NXP Employee

Hi sen

one can try to follow sect.5.6.10 OP-TEE enablement  i.MX Yocto Project User’s Guide

pastedImage_1.jpg

May be useful : https://community.nxp.com/thread/533156 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos