-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optee os can't startup base on ARM-ATF v1.1 #197
Comments
Did you build with FVP_TSP_RAM_LOCATION=tdram option based on https://github.com/OP-TEE/optee_os/blob/master/documentation/arm_trusted_firmware.md? |
My JUNO Board also stop same point. I build with commit 8f7de3f
|
The ARM-TF doesn't have support to load an OP-TEE binary with a header. Until main branch of ARM-TF has been updated to handle this please use this fork/branch instead: https://github.com/jenswi-linaro/arm-trusted-firmware/tree/optee_paged_141128 The setup script setup_fvp_optee.sh has been updated to use the fork/branch. |
when I tested optee os with arm trusted firmware V1.1 (I utilized optee os tee.bin as bl32 image) on juno platform, I got an error:
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
NOTICE: Booting Trusted Firmware
NOTICE: BL1: v1.1(debug):
NOTICE: BL1: Built : 13:56:45, Feb 12 2015
INFO: BL1: RAM 0x403a000 - 0x403d000
INFO: Loading file 'bl2.bin' at address 0x4017000
INFO: File 'bl2.bin' loaded: 0x4017000 - 0x401c008
NOTICE: BL1: Booting BL2
INFO: BL1: BL2 address = 0x4017000
INFO: BL1: BL2 spsr = 0x3c5
NOTICE: BL2: v1.1(debug):
NOTICE: BL2: Built : 13:56:45, Feb 12 2015
INFO: BL2: Loading BL3-1
INFO: Loading file 'bl31.bin' at address 0x4023000
INFO: File 'bl31.bin' loaded: 0x4023000 - 0x402c010
INFO: BL2: Loading BL3-2
INFO: Loading file 'bl32.bin' at address 0x6000000
INFO: File 'bl32.bin' loaded: 0x6000000 - 0x605d3e0
INFO: BL2: Loading BL3-3
INFO: Loading file 'bl33.bin' at address 0x88000000
INFO: File 'bl33.bin' loaded: 0x88000000 - 0x88280000
NOTICE: BL1: Booting BL3-1
INFO: BL1: BL3-1 address = 0x4023000
INFO: BL1: BL3-1 spsr = 0x3cd
INFO: BL1: BL3-1 params address = 0x4000200
INFO: BL1: BL3-1 plat params address = 0xf1e2d3c4b5a6978
NOTICE: BL3-1: v1.1(debug):
NOTICE: BL3-1: Built : 13:56:46, Feb 12 2015
INFO: BL3-1: Initializing runtime services
INFO: BL3-1: Initializing BL3-2
stop here.why?
The text was updated successfully, but these errors were encountered: