<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: i.MX8M OPTEE TA Build</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806622#M124477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am playing maaxboard which is porting from &lt;SPAN&gt;imx8mqevk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I use the below yocto version. works well. you can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ mkdir imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ cd imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-sumo -m&lt;/P&gt;&lt;P&gt;imx-4.14.98-2.0.0_ga.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.the board is imx8mqevk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2020 15:55:18 GMT</pubDate>
    <dc:creator>gonewithwind-peter</dc:creator>
    <dc:date>2020-03-03T15:55:18Z</dc:date>
    <item>
      <title>i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806613#M124468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi experts,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I just got my &lt;A href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/evaluation-kit-for-the-i.mx-8m-applications-processor:MCIMX8M-EVK"&gt;i.MX 8M Evaluation Kit&lt;/A&gt; and I want&amp;nbsp;to enable the OPTEE OS on the board.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I found&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/i.MX_Yocto_Project_User's_Guide_Linux.pdf"&gt;one tutorial about Yocto Project&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;to enable optee on i.MX8. So far,&amp;nbsp; I already boot the device up and I can run the xtest&amp;nbsp;of OPTEE correctly.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;However,&amp;nbsp;I do not find any instruction about&amp;nbsp;how should I build a TA for the OPTEE-OS on imx8, and it looks like imx8 is not listed as a support platform on &lt;A href="https://optee.readthedocs.io/building/gits/build.html"&gt;OP-TEE website&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Any suggestion for building TA for imx8 is welcomed!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thank you in advance.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806613#M124468</guid>
      <dc:creator>simonwan</dc:creator>
      <dc:date>2018-12-17T18:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE Enablement</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806614#M124469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next steps can be copy OP-TEE client and test to rootfs on SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OP-TEE client&lt;/P&gt;&lt;P&gt;$ sudo cp out/export/bin/tee-supplicant &amp;lt;ext4 partition&amp;gt;/usr/bin&lt;BR /&gt;$ sudo cp out/export/lib/libteec.so.1.0 &amp;lt;ext4 partition&amp;gt;/usr/lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OP-TEE test&lt;/P&gt;&lt;P&gt;$ sudo cp out/xtest/xtest &amp;lt;ext4 partition&amp;gt;/usr/bin&lt;BR /&gt;$ find out/ta/ -name \*.ta | sudo xargs cp -t &amp;lt;ext4 partition&amp;gt;/lib/optee_armtz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.op-tee.org/documentation/" title="https://www.op-tee.org/documentation/"&gt;Documentation - OP-TEE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-optee-os/tree/?h=imx_4.9.123_imx8mm_ga" title="https://source.codeaurora.org/external/imx/imx-optee-os/tree/?h=imx_4.9.123_imx8mm_ga"&gt;imx-optee-os - i.MX optee os&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:06:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806614#M124469</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-12-18T05:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE Enablement</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806615#M124470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I will try the OP-TEE CA and TA as you indicated. Meanwhile, I'm still wondering if the OP-TEE TA(*.ta) outputs some information from the secure world, is there any method for me to read that output (such as serial port)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and wish you have a great holiday ahead!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 21:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806615#M124470</guid>
      <dc:creator>simonwan</dc:creator>
      <dc:date>2018-12-18T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806616#M124471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 class="" style="color: #24292e; background-color: #ffffff; font-size: 32px; margin: 0px 150px 0px 0px;"&gt;&lt;SPAN class=""&gt;NO /dev/tee* device in technexion pico-pi-imx7 board in yocto project&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened an issue here: &lt;A href="https://github.com/TechNexion/edm-yocto-bsp/issues/22" target="test_blank"&gt;https://github.com/TechNexion/edm-yocto-bsp/issues/22&lt;/A&gt;&lt;BR /&gt;but nobody to answer me, so I open here again:&lt;BR /&gt;In yocto local.conf I added: DISTRO_FEATURES_append=" optee"&lt;BR /&gt;IMAGE_INSTALL_append = " optee-client-imx optee-os-imx-tn optee-test-imx"&lt;BR /&gt;and&lt;BR /&gt;config CONFIG_OPTEE in kernel config,but I still can not find the device /dev/tee ?&lt;/P&gt;&lt;P&gt;any suggestion? how can I do? individually to build kernel,boot and rootfs?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;error:&lt;/P&gt;&lt;P&gt;ls /dev/tee*&lt;BR /&gt;ls: cannot access '/dev/tee*': No such file or directory&lt;BR /&gt;fortress:/usr/include# xtest&lt;BR /&gt;Run test suite with level=0&lt;/P&gt;&lt;P&gt;TEE test application started with device [(null)]&lt;BR /&gt;Failed to open TEE context: 0xffff0008&lt;BR /&gt;fortress:/usr/include# tee-supplicant&lt;BR /&gt;ERR [576] TEES:main:663: failed to find an OP-TEE supplicant device&lt;BR /&gt;fortress:/usr/include#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 13:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806616#M124471</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2019-10-15T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806617#M124472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I suggest you make sure MACHINE_FEATURES includes "optee" as well, so that it appears inside COMBINED_FEATURES:&lt;/P&gt;&lt;P&gt;"bitbake -e &amp;lt;YOUR_IMAGE&amp;gt; | grep COMBINED_FEATURES=.*optee"&lt;/P&gt;&lt;P&gt;When this is set up properly, you should not have to include optee-xxx manually inside local.conf, but packagegroup-fsl-optee should be added to your image.&lt;/P&gt;&lt;P&gt;This helped me when I had a similar issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 12:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806617#M124472</guid>
      <dc:creator>matthias_staube</dc:creator>
      <dc:date>2019-11-21T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806618#M124473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also playing with i.MX8M device, and want to enable op-tee&amp;nbsp;on it. The tutorial link&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fuser-guide%2Fi.MX_Yocto_Project_User%27s_Guide_Linux.pdf" rel="nofollow" style="color: #3d9ce7; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;one tutorial about Yocto Project&lt;/A&gt;is not effective any more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share with me the tutorial?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 02:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806618#M124473</guid>
      <dc:creator>sun_zhi</dc:creator>
      <dc:date>2020-01-21T02:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806619#M124474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/simonwan"&gt;simonwan&lt;/A&gt;‌ &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed all the steps and now I have this error when running an application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;optee_example_hello_world: TEEC_Opensession failed with code 0xffff000f origin 0x3&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that this error comes from a security error. Do you know how it can be solved?&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/simonwan"&gt;simonwan&lt;/A&gt; Do you know how you can see information from the&amp;nbsp;secure world?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Iñigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806619#M124474</guid>
      <dc:creator>inigovicentewal</dc:creator>
      <dc:date>2020-03-03T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806620#M124475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Do you know how you can see information from the&amp;nbsp;secure world?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For OP-TEE OS: Make sure you have a sufficiently high log-Level enabled, e.g., compile optee-os-imx with&lt;/P&gt;&lt;P&gt;`CFG_TEE_CORE_LOG_LEVEL=3 CFG_TEE_TA_LOG_LEVEL=3`&lt;/P&gt;&lt;P&gt;To see output from optee-os during boot initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Trusted Firmware: I did the following: Edit `imx-atf/plat/imx/imx8mq/include/platform_def.h` and set `#define DEBUG_CONSOLE&amp;nbsp;&amp;nbsp;&amp;nbsp;1`. This Shows Output from 'NOTICE' in my configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes you connect to the configured UART port via a Serial Connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #f6f6f6; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;optee_example_hello_world: TEEC_Opensession failed with code 0xffff000f origin 0x3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what this is, have you tried running xtest?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806620#M124475</guid>
      <dc:creator>matthias_staube</dc:creator>
      <dc:date>2020-03-03T15:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806621#M124476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.make sure to run xtest to test the optee works well&lt;/P&gt;&lt;P&gt;ls /dev/tee* &amp;nbsp; &amp;nbsp; &amp;nbsp;find device node&lt;/P&gt;&lt;P&gt;-sh-4.4# ls /dev/tee* &lt;BR /&gt;/dev/tee0 /dev/teepriv0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xtest&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;16081 subtests of which 0 failed &lt;BR /&gt;74 test cases of which 0 failed &lt;BR /&gt;0 test case was skipped &lt;BR /&gt;TEE test application done!&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. bitbake fsl-image-validation-imx -c populate_sdk. &amp;nbsp; ; generate toolchains and install&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in optee_examples code to generate host code and tar code, my toolchain installed in &lt;SPAN&gt;/usr/local/optee/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;. &amp;nbsp;/usr/local/optee/environment-setup-aarch64-poky-linux&lt;/P&gt;&lt;P&gt;export TEEC_EXPORT=/usr/local/optee/sysroots/aarch64-poky-linux/usr/&lt;/P&gt;&lt;P&gt;export TA_DEV_KIT_DIR=/usr/local/optee/sysroots/aarch64-poky-linux/usr/include/optee/export-user_ta_arm64/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. scp 1234-3456.7890-11111.ta file to &amp;nbsp;board. &amp;nbsp;/lib/optee_armtz/. &amp;nbsp; &amp;nbsp;(UUID is example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. now you can run host code use make by &amp;nbsp;step 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 after that you can install ta in secure store&amp;nbsp;&lt;/P&gt;&lt;P&gt;xtest --install-ta /lib/optee_armtz/&lt;SPAN&gt;1234-3456.7890-11111.ta &lt;/SPAN&gt;, you should rm /lib/ptee_armtz/&lt;SPAN&gt;1234-3456.7890-11111.ta &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so hide the ta at&amp;nbsp;&lt;BR /&gt;/data/tee &amp;nbsp;&lt;/P&gt;&lt;P&gt;6.so the host code only can run in this board, can not use &amp;nbsp;the data at&amp;nbsp;&lt;SPAN&gt;/data/tee &amp;nbsp; in another board if no same ta installed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806621#M124476</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-03T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806622#M124477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am playing maaxboard which is porting from &lt;SPAN&gt;imx8mqevk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I use the below yocto version. works well. you can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ mkdir imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ cd imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-sumo -m&lt;/P&gt;&lt;P&gt;imx-4.14.98-2.0.0_ga.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.the board is imx8mqevk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:55:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806622#M124477</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-03T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806623#M124478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you optee does not work,&lt;/P&gt;&lt;P&gt;please see my post for help.&lt;/P&gt;&lt;P&gt;I played two board pico-pi-imx7 and maaxboard &amp;nbsp;, the both worked well.&lt;/P&gt;&lt;H1 class="" style="color: #24292e; background-color: #ffffff; border: 0px; font-weight: 600; font-size: 32px; margin: 0px 150px 0px 0px; padding: 0px;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:03:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806623#M124478</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-03T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806624#M124479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Matthias Stauber and&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/peterzhang"&gt;peterzhang&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the TA application be debugged on the imx8m board? with gdbserver?&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thank you very much for the help.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Iñigo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 12:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806624#M124479</guid>
      <dc:creator>inigovicentewal</dc:creator>
      <dc:date>2020-03-06T12:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806625#M124480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #646464; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;Iñigo&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried this myself, but try searching for "&lt;SPAN style="color: #b00110;"&gt;BKK19-419: Debugging with OP-TEE&lt;/SPAN&gt;". This presentation may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Make sure to try running xtest to validate your OP-TEE Installation. It is possible something is going wrong when compiling OP-TEE examples, but the environment itself is actually o.k.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806625#M124480</guid>
      <dc:creator>matthias_staube</dc:creator>
      <dc:date>2020-03-06T13:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806626#M124481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how to debug TA app with gdbserver. I only use printf or MSG (?) to print out the debug info. I guess&amp;nbsp; it can not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;of course , for host apps we can use gdbserver.&lt;/P&gt;&lt;P&gt;you can ask at there for more about optee:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://github.com/OP-TEE/optee_os" title="https://github.com/OP-TEE/optee_os"&gt;GitHub - OP-TEE/optee_os: Trusted side of the TEE&lt;/A&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;the technical supporters are very nice. I asked my questions at there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/806626#M124481</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2020-03-06T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1379307#M183790</link>
      <description>&lt;P&gt;Hello, I also encountered a similar problem. When I was running xtest, I was prompted that opening TEE context failed. Did you solve it later? Can you share the solution with me?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@verdin-imx8mp-06965616:~# xtest&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Run test suite with level=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEE test application started with device [(null)]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to open TEE context: 0xffff0008&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;root@verdin-imx8mp-06965616:~# TEE test application started with device [(null)]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-sh: syntax error near unexpected token `('&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;root@verdin-imx8mp-06965616:~# Failed to open TEE context: 0xffff0008&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-sh: Failed: command not found&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 02:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1379307#M183790</guid>
      <dc:creator>008kai</dc:creator>
      <dc:date>2021-12-01T02:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1410174#M186738</link>
      <description>&lt;P&gt;Hi, I am also using imx8mp to build optee, but I have some problems during the build process, the link you gave is invalid, can you repost it? Or can share your build steps? Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 09:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1410174#M186738</guid>
      <dc:creator>008kai</dc:creator>
      <dc:date>2022-02-08T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M OPTEE TA Build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1990886#M230666</link>
      <description>&lt;P&gt;Just to add some information regarding setting the op-tee log levels.&lt;/P&gt;&lt;P&gt;If you're building optee-os via Yocto, the optee-os_x.y.z.imx.bb recipe disables the LOG using:&lt;/P&gt;&lt;PRE&gt;EXTRA_OEMAKE:append = " \
    CFG_TEE_TA_LOG_LEVEL=0 \
    CFG_TEE_CORE_LOG_LEVEL=0 \
"&lt;/PRE&gt;&lt;P&gt;This means that if you've created a patch and bbappend to update mk/config.mk the log levels you've set get overwritten by the recipe.&lt;/P&gt;&lt;P&gt;To fix this, In the bbappend add something like this:&lt;/P&gt;&lt;PRE&gt;EXTRA_OEMAKE:remove = " \
    CFG_TEE_TA_LOG_LEVEL=0 \
    CFG_TEE_CORE_LOG_LEVEL=0 \
"

EXTRA_OEMAKE:append = " \
    CFG_TEE_TA_LOG_LEVEL=3 \
    CFG_TEE_CORE_LOG_LEVEL=3 \
"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 07:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-OPTEE-TA-Build/m-p/1990886#M230666</guid>
      <dc:creator>matthewmckay-da</dc:creator>
      <dc:date>2024-11-08T07:47:17Z</dc:date>
    </item>
  </channel>
</rss>

