This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Juno r1 OpenEmbedded System Question

Hi,

I'm using a Juno r1 board and I'm trying to set up the board with Linaro OPTEE.

I want to deploy the OpenEmbbed system on the board and I found this instruction: Using Linaro's deliverables on Juno .

However, I found the script provided in the link only contains the OE with OPTEE 15.09 while I know the latest OPTEE is 16.06. Is there anyway for me to using OE with OPTEE 16.06 on my board?

Any suggestion is appreciated.

Simon

  • ashwildingarm sorry to trouble you.

    I notice the instruction is updated by you recently so I think you might know the answer, thank you!

  • Hi,

    If you run the script provided in the instructions and choose these options:

    • Build from source
    • Platform: Juno
    • Environment: Linux/Android
    • Kernel: Linaro lsk-3.18-armlt
    • Filesystem: OpenEmbedded [Minimal | LAMP] 15.09

    You will be getting the latest OP-TEE. It's only the OpenEmbedded [Minimal or LAMP] filesystem that is frozen at 15.09.

    Every other component in the software stack will be at its most current version as of when 16.06 was released, i.e.:

    • ARM Trusted Firmware
    • System Control Processor (SCP) firmware
    • OP-TEE
    • U-Boot
    • Linaro lsk-3.18-armlt kernel

    Are all at 16.06, even if the OpenEmbedded [Minimal | LAMP] filesystem is 15.09.

    Hope that helps.