<?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のトピックHow to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1738692#M213959</link>
    <description>&lt;P&gt;I am trouble shoot a clock driver issue on my customized board, which is ported from imx8mp ddr4 EVK board, but i have trouble to enable it , as by following the set up explained here, url&amp;nbsp;&lt;A href="https://www.ti.com.cn/content/dam/videos/external-videos/2/3816841626001/5399373110001.mp4/subassets/Kernel-Debug-Series-Part4-dynamic-debug.pdf" target="_blank" rel="noopener"&gt;https://www.ti.com.cn/content/dam/videos/external-videos/2/3816841626001/5399373110001.mp4/subassets/Kernel-Debug-Series-Part4-dynamic-debug.pdf&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;CONFIG_DEBUG_FS=y&lt;BR /&gt;CONFIG_DEBUG_FS_ALLOW_ALL=y&lt;BR /&gt;# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set&lt;BR /&gt;# CONFIG_DEBUG_FS_ALLOW_NONE is not set&lt;/BLOCKQUOTE&gt;&lt;P&gt;I always don't have the&amp;nbsp;&lt;SPAN&gt;dynamic debug&amp;nbsp;folder under my&amp;nbsp; /sys/kernel folder,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and here is the config , please tell me which is missing ? Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 13:26:15 GMT</pubDate>
    <dc:creator>hit100</dc:creator>
    <dc:date>2023-10-12T13:26:15Z</dc:date>
    <item>
      <title>How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1738692#M213959</link>
      <description>&lt;P&gt;I am trouble shoot a clock driver issue on my customized board, which is ported from imx8mp ddr4 EVK board, but i have trouble to enable it , as by following the set up explained here, url&amp;nbsp;&lt;A href="https://www.ti.com.cn/content/dam/videos/external-videos/2/3816841626001/5399373110001.mp4/subassets/Kernel-Debug-Series-Part4-dynamic-debug.pdf" target="_blank" rel="noopener"&gt;https://www.ti.com.cn/content/dam/videos/external-videos/2/3816841626001/5399373110001.mp4/subassets/Kernel-Debug-Series-Part4-dynamic-debug.pdf&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;CONFIG_DEBUG_FS=y&lt;BR /&gt;CONFIG_DEBUG_FS_ALLOW_ALL=y&lt;BR /&gt;# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set&lt;BR /&gt;# CONFIG_DEBUG_FS_ALLOW_NONE is not set&lt;/BLOCKQUOTE&gt;&lt;P&gt;I always don't have the&amp;nbsp;&lt;SPAN&gt;dynamic debug&amp;nbsp;folder under my&amp;nbsp; /sys/kernel folder,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and here is the config , please tell me which is missing ? Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:26:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1738692#M213959</guid>
      <dc:creator>hit100</dc:creator>
      <dc:date>2023-10-12T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740509#M214114</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you build the kernel the folder may be there.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:53:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740509#M214114</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2023-10-16T14:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740513#M214115</link>
      <description>&lt;P&gt;of course, you have to mount "debugfs"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount -t debugfs none /sys/kernel/debug&lt;/P&gt;&lt;P&gt;and then access that directory&lt;/P&gt;&lt;P&gt;Also, if your driver is not probed, check driver compatible field to be the same you have in devicetree node.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;&lt;SPAN&gt;Angelo Dureghello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740513#M214115</guid>
      <dc:creator>_angelo_</dc:creator>
      <dc:date>2023-10-16T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740649#M214127</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Angelo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, actually my debug FS has been mounted, i have the folder /sys/kernel/debug&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I&amp;nbsp; don't&amp;nbsp; have the subfolder of&amp;nbsp; "&lt;SPAN&gt;dynamic debug" under the folder&amp;nbsp;/sys/kernel/debug&amp;nbsp;&lt;/SPAN&gt;, here is the layout of the debug folder&lt;/P&gt;&lt;P&gt;=================================&lt;/P&gt;&lt;P&gt;ls /sys/kernel/debug/&lt;BR /&gt;allocators debug_enabled extfrag mmc1 regulator usb&lt;BR /&gt;asoc devfreq fault_around_bytes mmc2 remoteproc v4l2-async&lt;BR /&gt;audio_pll_monitor device_component gc opp sleep_time wakeup_sources&lt;BR /&gt;bdi devices_deferred gpio phy split_huge_pages&lt;BR /&gt;block dma_buf hid pinctrl stmmaceth&lt;BR /&gt;bluetooth dma_pools ieee80211 pm_genpd suspend_stats&lt;BR /&gt;cec dmaengine iio pwm swiotlb&lt;BR /&gt;clk dri memblock regmap ufshcd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 20:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1740649#M214127</guid>
      <dc:creator>hit100</dc:creator>
      <dc:date>2023-10-16T20:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1741326#M214193</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen shot for target board debug FS" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/245531iEF88EF672B280F0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hit100_0-1697546209900.png" alt="screen shot for target board debug FS" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;screen shot for target board debug FS&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the file system I provided is on target board file system here is the screen shot of that /sys/kernel/debug/ folder&lt;/P&gt;&lt;P&gt;still I can not see the "dynamic control? subfolder here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 12:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1741326#M214193</guid>
      <dc:creator>hit100</dc:creator>
      <dc:date>2023-10-17T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1741995#M214256</link>
      <description>what about checking&lt;BR /&gt;CONFIG_DYNAMIC_DEBUG=y ?</description>
      <pubDate>Wed, 18 Oct 2023 09:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1741995#M214256</guid>
      <dc:creator>_angelo_</dc:creator>
      <dc:date>2023-10-18T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Dynamic Linux kernel debug info on imx8mp EVK board ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1742086#M214270</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186420"&gt;@_angelo_&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CONFIG_DYNAMIC_DEBUG=y&amp;nbsp; has been confirmed what else missing here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Dynamic-Linux-kernel-debug-info-on-imx8mp-EVK/m-p/1742086#M214270</guid>
      <dc:creator>hit100</dc:creator>
      <dc:date>2023-10-18T11:48:35Z</dc:date>
    </item>
  </channel>
</rss>

