How to set the entry point address of optee image running

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to set the entry point address of optee image running

1,413 次查看
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

标签 (3)
标记 (2)
1 回复

1,350 次查看
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 项奖励
回复