<?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>topic Using the serial port on Sabre lite board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341169#M46839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently trying to output data from my android app running on Sabre lite board through the serial port. Can i enable that port through the U-boot and if so which command do I use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 14:49:33 GMT</pubDate>
    <dc:creator>cliftonjones</dc:creator>
    <dc:date>2015-02-26T14:49:33Z</dc:date>
    <item>
      <title>Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341169#M46839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently trying to output data from my android app running on Sabre lite board through the serial port. Can i enable that port through the U-boot and if so which command do I use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341169#M46839</guid>
      <dc:creator>cliftonjones</dc:creator>
      <dc:date>2015-02-26T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341170#M46840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clifton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which serial port? The second (non-console) serial port is available as /dev/ttymxc0, and should be world readable/writeable:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/android_device_boundary/blob/boundary-kk4.4.2_1.0.0-ga/nitrogen6x/ueventd.boundary.rc" title="https://github.com/boundarydevices/android_device_boundary/blob/boundary-kk4.4.2_1.0.0-ga/nitrogen6x/ueventd.boundary.rc"&gt;android_device_boundary/ueventd.boundary.rc at boundary-kk4.4.2_1.0.0-ga · boundarydevices/android_device_boundary · Git…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've tested this on various occasions using off-the-shelf terminal emulator apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have some contention for the console port (/dev/ttymxc1) because it's configured as a console by &lt;/P&gt;&lt;P&gt;default in our boot script. You can change that by removing the references to "ttymxc1" here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/boundarydevices/android_device_boundary/blob/boundary-kk4.4.2_1.0.0-ga/nitrogen6x/6x_bootscript.txt#L3" title="https://github.com/boundarydevices/android_device_boundary/blob/boundary-kk4.4.2_1.0.0-ga/nitrogen6x/6x_bootscript.txt#L3"&gt;android_device_boundary/6x_bootscript.txt at boundary-kk4.4.2_1.0.0-ga · boundarydevices/android_device_boundary · GitHu…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341170#M46840</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2015-02-26T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341171#M46841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the non console serial port. The problem I am having is that i still can't acess to the port. Do you know the boot command&amp;nbsp; to enable ttymxc0? also the board I have is using 08-09 U-boot , does that matter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 16:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341171#M46841</guid>
      <dc:creator>cliftonjones</dc:creator>
      <dc:date>2015-02-26T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341172#M46842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clifton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by "cannot access". Are you having trouble opening the device, or does the device not communicate as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested things out on one of our boards using this simple console program (via ADB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot should have nothing to do with access to the serial port once Linux is booted, but I encourage you to update to the latest.&lt;/P&gt;&lt;P&gt;&lt;A href="http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/" title="http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 19:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341172#M46842</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2015-02-27T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341173#M46843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I am having is that I cannot open the the uart port 0 which is the serial port on this device.I also cannot access the root so that i can check to see if that port is enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 13:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341173#M46843</guid>
      <dc:creator>cliftonjones</dc:creator>
      <dc:date>2015-03-02T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341174#M46844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.9999990463257px; background-color: #f6f6f6;"&gt;The problem I am having is that I cannot open the the uart port 0 which is the serial port on this device.I also cannot access the root so that i can check to see if that port is enabled&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:56:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341174#M46844</guid>
      <dc:creator>cliftonjones</dc:creator>
      <dc:date>2015-03-02T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341175#M46845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;We are using imx6 sabrelite rev-2 board running Android Lollipop(Linux kernel 3.10).&amp;nbsp; DTS file we are using is imx6q-nitrogen6x.dts. By default UART2(ttymxc1) is configured for console. We are trying to bring up bluetooth (BCM4339) which&amp;nbsp; uses UART as the interface. As per the sabre_lite-revD.pdf schematic, we configured the UART1(ttymxc0) in imx6qdl-nitrogen6x.dtsi and commented the similar lines(SD3_DAT6 and SD3_DAT7) which were configured for MMC in imx6qdl.dtsi.&amp;nbsp; Please find the UART1 configuration below,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;the below configurations are based on &lt;A href="http://boundarydevices.com/sabre_lite-revD.pdf" title="http://boundarydevices.com/sabre_lite-revD.pdf"&gt;http://boundarydevices.com/sabre_lite-revD.pdf&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;uart1 {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl_uart1_2: uart1grp-2 {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fsl,pins = &amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6QDL_PAD_SD3_DAT7__UART1_TX_DATA 0x1b0b1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6QDL_PAD_SD3_DAT6__UART1_RX_DATA 0x1b0b1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;amp;uart1 {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-names = "default";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart1_2&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;We are using BCM murata chip(&lt;/SPAN&gt;&lt;A href="https://mail.larsentoubro.com/owa/redir.aspx?C=PF95O5oN9EGJUA4qNn0gd44VHpUfftIIV8DTmcpdnlgs6wItd4rEirR45_ino_DTWwI3Oe4Yz7U.&amp;amp;URL=http%3a%2f%2fwireless.murata.com%2feng%2fproducts%2frf-modules-1%2fwi-fi-bluetooth%2ftype-zp.html" style="font-family: 'Times New Roman'; font-size: 13px;" target="_blank"&gt;http://wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth/type-zp.html&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: 13px;"&gt;) for Bluetooth and WiFi . To load the blueooth firmware, we are using brcm_patchram_plus tool. When we run this tool from our PC, we are able to load the firmware to the BT chip. But when we try the same from the console, sabrelite board is not able to communicate with the BT chip.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandesh D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341175#M46845</guid>
      <dc:creator>sandeshgowda</dc:creator>
      <dc:date>2015-06-19T13:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using the serial port on Sabre lite board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341176#M46846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after changing the uart how to use it for serial application.&lt;/P&gt;&lt;P&gt;my android serial application should send the data imx6q hardware to host machine serial console&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 06:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-the-serial-port-on-Sabre-lite-board/m-p/341176#M46846</guid>
      <dc:creator>chum</dc:creator>
      <dc:date>2019-10-18T06:31:03Z</dc:date>
    </item>
  </channel>
</rss>

