<?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: imx6ull start kernel fail from op-tee</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1387015#M184452</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;,please help! thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 07:08:25 GMT</pubDate>
    <dc:creator>kk163</dc:creator>
    <dc:date>2021-12-15T07:08:25Z</dc:date>
    <item>
      <title>imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1386874#M184440</link>
      <description>&lt;P&gt;Because the zImage size has increased, the FAT partition has been enlarged, so addr has been adjusted,&lt;/P&gt;&lt;P&gt;tee_addr=0x8b000000&lt;/P&gt;&lt;P&gt;fdt_addr=0x8a000000&lt;/P&gt;&lt;P&gt;Cause the kernel to fail to start ，if setenv tee =no kermel start succesfully&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 8b000000 ...&lt;BR /&gt;Image Name:&lt;BR /&gt;Image Type: ARM Linux Kernel Image (uncompressed)&lt;BR /&gt;Data Size: 1057044 Bytes = 1 MiB&lt;BR /&gt;Load Address: 84000000&lt;BR /&gt;Entry Point: 84000000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;## Flattened Device Tree blob at 8a000000&lt;BR /&gt;Booting using the fdt blob at 0x8a000000&lt;BR /&gt;Loading Kernel Image&lt;BR /&gt;Using Device Tree in place at 8a000000, end 8a00bb93&lt;BR /&gt;Modify /soc/bus@2200000/epdc@228c000 disabled&lt;/P&gt;&lt;P&gt;why&amp;nbsp; Load Address &amp;amp;&amp;nbsp;Entry Point&amp;nbsp; &amp;nbsp;are&amp;nbsp; still the original default value 84000000,&amp;nbsp;instead of 8b000000. How to modify it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 03:33:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1386874#M184440</guid>
      <dc:creator>kk163</dc:creator>
      <dc:date>2021-12-15T03:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1387015#M184452</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;,please help! thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 07:08:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1387015#M184452</guid>
      <dc:creator>kk163</dc:creator>
      <dc:date>2021-12-15T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1388654#M184617</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/141649"&gt;@kk163&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Have You used recommendations of Chapter 5 (Configuring OP-TEE) in i.MX Porting Guide?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 08:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1388654#M184617</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-12-17T08:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1393941#M185329</link>
      <description>&lt;P&gt;hi yuri&lt;BR /&gt;&amp;nbsp;According to IMX_PORTING_GUIDE.pdf, I finally found the location of the modification, modified the entry point address and solved the problem!! thank you!!&lt;/P&gt;&lt;P&gt;git\core\arch\arm\plat-imx\conf.mk&lt;BR /&gt;# put optee at DDR base address + 64MB for AARCH32&lt;BR /&gt;#CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + 0x04000000)&lt;BR /&gt;CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + 0x0B000000)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, if the reboot&amp;nbsp; command is issued after modifying this entry point address , will the reboot&amp;nbsp; fail? Why is this?&lt;/P&gt;&lt;P&gt;root@imx6ull14x14evk:~# reboot&lt;BR /&gt;root@imx6ull14x14evk:~# [ OK ] Removed slice system-modprobe.slice.&lt;BR /&gt;[ OK ] Stopped target Multi-User System.&lt;BR /&gt;[ OK ] Stopped target Login Prompts.&lt;BR /&gt;[ OK ] Stopped target Network.&lt;BR /&gt;[ OK ] Stopped target Host and Network Name Lookups.&lt;BR /&gt;[ OK ] Stopped target Remote File Systems.&lt;BR /&gt;[ OK ] Stopped target RPC Port Mapper.&lt;BR /&gt;[ OK ] Stopped target Sound Card.&lt;BR /&gt;[ OK ] Stopped target System Time Synchronized.&lt;BR /&gt;[ OK ] Stopped target System Time Set.&lt;BR /&gt;[ OK ] Stopped target Timers.&lt;BR /&gt;[ OK ] Stopped Daily Cleanup of Temporary Directories.&lt;BR /&gt;[ OK ] Stopped target Hardware activated USB gadget.&lt;BR /&gt;Stopping Save/Restore Sound Card State...&lt;BR /&gt;Stopping Avahi mDNS/DNS-SD Stack...&lt;BR /&gt;Stopping Kernel Logging Service...&lt;BR /&gt;Mar 24 10:27:55 imx6ull14x14evk syslog.info syslogd exiting&lt;BR /&gt;Stopping System Logging Service...&lt;BR /&gt;Stopping D-Bus System Message Bus...&lt;BR /&gt;Stopping Getty on tty1...&lt;BR /&gt;Stopping Telephony service...&lt;BR /&gt;Stopping Serial Getty on ttymxc0...&lt;BR /&gt;Stopping Network Service...&lt;BR /&gt;Stopping Load/Save Random Seed...&lt;BR /&gt;Stopping TEE Supplicant...&lt;BR /&gt;[ OK ] Stopped Network Service.&lt;BR /&gt;[ OK ] Stopped Avahi mDNS/DNS-SD Stack.&lt;BR /&gt;[ OK ] Stopped Kernel Logging Service.&lt;BR /&gt;[ OK ] Stopped System Logging Service.&lt;BR /&gt;[ OK ] Stopped D-Bus System Message Bus.&lt;BR /&gt;[ OK ] Stopped Getty on tty1.&lt;BR /&gt;[ OK ] Stopped Telephony service.&lt;BR /&gt;[ OK ] Stopped Serial Getty on ttymxc0.&lt;BR /&gt;[ OK ] Stopped TEE Supplicant.&lt;BR /&gt;[ OK ] Stopped Save/Restore Sound Card State.&lt;BR /&gt;[ OK ] Stopped Load/Save Random Seed.&lt;BR /&gt;[ OK ] Removed slice system-getty.slice.&lt;BR /&gt;[ OK ] Removed slice system-serial\x2dgetty.slice.&lt;BR /&gt;[ OK ] Stopped target Basic System.&lt;BR /&gt;[ OK ] Stopped target Paths.&lt;BR /&gt;[ OK ] Stopped Dispatch Password …ts to Console Directory Watch.&lt;BR /&gt;[ OK ] Stopped Forward Password R…uests to Wall Directory Watch.&lt;BR /&gt;[ OK ] Stopped target Slices.&lt;BR /&gt;[ OK ] Removed slice User and Session Slice.&lt;BR /&gt;[ OK ] Stopped target Sockets.&lt;BR /&gt;[ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.&lt;BR /&gt;[ OK ] Closed D-Bus System Message Bus Socket.&lt;BR /&gt;[ OK ] Stopped target System Initialization.&lt;BR /&gt;[ OK ] Closed Syslog Socket.&lt;BR /&gt;Stopping Load/Save Screen …backlight:backlight-display...&lt;BR /&gt;[ OK ] Stopped Apply Kernel Variables.&lt;BR /&gt;[ OK ] Stopped Update is Completed.&lt;BR /&gt;[ OK ] Stopped Rebuild Dynamic Linker Cache.&lt;BR /&gt;[ OK ] Stopped Rebuild Journal Catalog.&lt;BR /&gt;[ OK ] Stopped Create Volatile Files and Directories.&lt;BR /&gt;[ OK ] Stopped target Local File Systems.&lt;BR /&gt;Unmounting Temporary Directory (/tmp)...&lt;BR /&gt;Unmounting /var/volatile...&lt;BR /&gt;[ OK ] Stopped Load/Save Screen B…f backlight:backlight-display.&lt;BR /&gt;[ OK ] Unmounted Temporary Directory (/tmp).&lt;BR /&gt;[ OK ] Unmounted /var/volatile.&lt;BR /&gt;[ OK ] Removed slice system-systemd\x2dbacklight.slice.&lt;BR /&gt;[ OK ] Stopped target Local File Systems (Pre).&lt;BR /&gt;[ OK ] Stopped target Swap.&lt;BR /&gt;[ OK ] Reached target Unmount All Filesystems.&lt;BR /&gt;[ OK ] Stopped Create Static Device Nodes in /dev.&lt;BR /&gt;[ OK ] Stopped Create System Users.&lt;BR /&gt;[ OK ] Stopped Remount Root and Kernel File Systems.&lt;BR /&gt;[ OK ] Reached target Shutdown.&lt;BR /&gt;[ OK ] Reached target Final Step.&lt;BR /&gt;[ OK ] Finished Reboot.&lt;BR /&gt;[ OK ] Reached target Reboot.&lt;BR /&gt;[ 170.998048] watchdog: watchdog0: watchdog did not stop!&lt;BR /&gt;[ 171.033471] systemd-shutdown[1]: Syncing filesystems and block devices.&lt;BR /&gt;[ 171.042851] systemd-shutdown[1]: Sending SIGTERM to remaining processes...&lt;BR /&gt;[ 171.067166] systemd-journald[117]: Received SIGTERM from PID 1 (systemd-shutdow).&lt;BR /&gt;[ 171.093893] systemd-shutdown[1]: Sending SIGKILL to remaining processes...&lt;BR /&gt;[ 171.115632] systemd-shutdown[1]: Using hardware watchdog 'imx2+ watchdog', version 0, device /dev/watchdog&lt;BR /&gt;[ 171.131600] systemd-shutdown[1]: Unmounting file systems.&lt;BR /&gt;[ 171.141514] [198]: Remounting '/' read-only in with options '(null)'.&lt;BR /&gt;[ 171.149145] systemd-shutdown[1]: All filesystems unmounted.&lt;BR /&gt;[ 171.155328] systemd-shutdown[1]: Deactivating swaps.&lt;BR /&gt;[ 171.160880] systemd-shutdown[1]: All swaps deactivated.&lt;BR /&gt;[ 171.166155] systemd-shutdown[1]: Detaching loop devices.&lt;BR /&gt;[ 171.181098] systemd-shutdown[1]: All loop devices detached.&lt;BR /&gt;[ 171.186728] systemd-shutdown[1]: Stopping MD devices.&lt;BR /&gt;[ 171.192847] systemd-shutdown[1]: All MD devices stopped.&lt;BR /&gt;[ 171.198212] systemd-shutdown[1]: Detaching DM devices.&lt;BR /&gt;[ 171.204392] systemd-shutdown[1]: All DM devices detached.&lt;BR /&gt;[ 171.209848] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.&lt;BR /&gt;[ 171.224121] systemd-shutdown[1]: Syncing filesystems and block devices.&lt;BR /&gt;[ 171.233279] systemd-shutdown[1]: Rebooting.&lt;BR /&gt;[ 171.263646] ci_hdrc ci_hdrc.1: remove, state 4&lt;BR /&gt;[ 171.268130] usb usb1: USB disconnect, device number 1&lt;BR /&gt;[ 171.274449] ci_hdrc ci_hdrc.1: USB bus 1 deregistered&lt;BR /&gt;[ 171.297357] imx2-wdt 20bc000.watchdog: Device shutdown: Expect reboot!&lt;BR /&gt;[ 171.304882] reboot: Restarting system&lt;BR /&gt;[ 172.309040] Reboot failed -- System halted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + 0x04000000)&lt;BR /&gt;reboot is ok!!&lt;/P&gt;&lt;P&gt;CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + 0x0B000000)&lt;/P&gt;&lt;P&gt;reboot failed!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 03:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1393941#M185329</guid>
      <dc:creator>kk163</dc:creator>
      <dc:date>2022-01-04T03:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1394665#M185421</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/141649"&gt;@kk163&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; usually it is recommended to provide total system Power On Reset if system should be &lt;BR /&gt;reboot - in order to avoid iMX&amp;nbsp; boot issues, when power is not removed from all board&amp;nbsp;&lt;BR /&gt;components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Is it implemented on Your board?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 08:18:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1394665#M185421</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2022-01-05T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull start kernel fail from op-tee</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1394685#M185425</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;it was&lt;SPAN&gt;&amp;nbsp;implemented&lt;/SPAN&gt; on the imx6ullevk board. The customer raised this question and wanted to know what caused the reboot fail after&amp;nbsp;&lt;SPAN&gt;CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + 0x0B000000) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 08:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-start-kernel-fail-from-op-tee/m-p/1394685#M185425</guid>
      <dc:creator>kk163</dc:creator>
      <dc:date>2022-01-05T08:49:13Z</dc:date>
    </item>
  </channel>
</rss>

