<?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: Board bring-up: Change imx6ul u-boot debug</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679599#M104926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other configuration (in other files) that needs to be made in u-boot? How about the kernel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Jul 2017 23:07:16 GMT</pubDate>
    <dc:creator>pyraohms</dc:creator>
    <dc:date>2017-07-01T23:07:16Z</dc:date>
    <item>
      <title>Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679595#M104922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are about to manufacture a first spin of a custom imx6ul board, based on the EVK's design. Our design differs that we have our debug port on UART3 instead of UART1 on the EVK. We need to change this in u-boot and in the Linux kernel, to be able to see that our boards are alive. How do we go about doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following files (downloaded from NXP/Freescales git) are used:&lt;/P&gt;&lt;P&gt;uboot-imx-rel_imx_4.1.15_2.1.0_ga&lt;/P&gt;&lt;P&gt;rel_imx_4.1.15_2.0.0_ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is that our hardware designer has used i.MX Pins Tool 2.0 to generate iomux config files that needs to be a part of the bulds. We would like to configure our kernel for further development, but initially set some GPIO's using u-boot. How can we do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information found is for other boards and endless searching in the forums have not been succesful, please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 18:54:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679595#M104922</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-06-30T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679596#M104923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Per&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to attached Porting Guide Chapter 1 Porting U-Boot.&lt;/P&gt;&lt;P&gt;For different uart example one can look at uart4 i.MX6Q Sabre AI :&lt;/P&gt;&lt;P&gt;linux imx6qdl-sabreauto.dtsi and uboot/include/configs/mx6qsabreauto.h :&lt;BR /&gt;#define CONFIG_MXC_UART_BASE&amp;nbsp;&amp;nbsp; &amp;nbsp;UART4_BASE&lt;BR /&gt;#define CONFIG_CONSOLE_DEV&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"ttymxc3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPIOs can be set in uboot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c&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>Fri, 30 Jun 2017 23:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679596#M104923</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-30T23:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679597#M104924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick answer. However, i cannot make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uboot/include/configs/mx6qsabreauto.h does have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define CONFIG_MXC_UART_BASE UART4_BASE&lt;BR /&gt;#define CONFIG_CONSOLE_DEV "ttymxc3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;uboot/include/configs/mx6ul_14x14_evk.h does have:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#define CONFIG_MXC_UART&lt;BR /&gt;#define CONFIG_MXC_UART_BASE UART1_BASE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The inconsistency makes me confused. Should i put (in mx6_14x14_evk.h):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;#define CONFIG_MXC_UART&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_MXC_UART_BASE UART3_BASE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_CONSOLE_DEV "ttymxc2"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;for UART3 to be configured as debug port?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2017 15:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679597#M104924</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-07-01T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679598#M104925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes these changes are right for &lt;SPAN&gt;for uart3 to be configured as debug port&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Also please change kernel boot parameter: console=ttymxc2,115200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2017 23:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679598#M104925</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-01T23:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679599#M104926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other configuration (in other files) that needs to be made in u-boot? How about the kernel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2017 23:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679599#M104926</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-07-01T23:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679600#M104927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;uboot/include/configs/mx6ul_14x14_evk.h to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="border: 0px;"&gt;#define CONFIG_MXC_UART&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px;"&gt;#define CONFIG_MXC_UART_BASE UART3_BASE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #51626f;"&gt;and replaced every "&lt;SPAN style="background-color: #ffffff;"&gt;ttymxc0" in the file.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #51626f;"&gt;I am building&amp;nbsp;uboot-imx-rel_imx_4.1.15_2.1.0_ga from source with make distclean / make mx6ul-14x14-evk_defconfig&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #51626f;"&gt;The output from UART1 stops, but i can't see any activity on UART3.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:12:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679600#M104927</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-07-03T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Board bring-up: Change imx6ul u-boot debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679601#M104928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check if uart3 clock is enabled in CCM_CCGR1 register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 23:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Board-bring-up-Change-imx6ul-u-boot-debug/m-p/679601#M104928</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-03T23:52:48Z</dc:date>
    </item>
  </channel>
</rss>

