<?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のトピックSabre Board for Smart Devices question?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243358#M20650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I just recieved my Sabre Board for Smart Devices. I have gotten the&lt;/P&gt;&lt;P&gt;board to boot to a serial console OK. I ahve also hooked up a HDMI&lt;/P&gt;&lt;P&gt;monitor and can see ANDROID booting up to a start screen with a&lt;/P&gt;&lt;P&gt;clock and lock symbol showing. I have tried to get a mouse and/or keyboard&lt;/P&gt;&lt;P&gt;to work on the other USBOTG port but they don't see to have power. I&lt;/P&gt;&lt;P&gt;am trying to unlock the ANDROID screen to see other APPS.&amp;nbsp; I also&lt;/P&gt;&lt;P&gt;tried putting a mouse on the Debug USB/serial emulator port with no&lt;/P&gt;&lt;P&gt;success. How do I power up these peripherals??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a Lot!&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 19:50:16 GMT</pubDate>
    <dc:creator>sparkyee</dc:creator>
    <dc:date>2013-03-27T19:50:16Z</dc:date>
    <item>
      <title>Sabre Board for Smart Devices question?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243358#M20650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I just recieved my Sabre Board for Smart Devices. I have gotten the&lt;/P&gt;&lt;P&gt;board to boot to a serial console OK. I ahve also hooked up a HDMI&lt;/P&gt;&lt;P&gt;monitor and can see ANDROID booting up to a start screen with a&lt;/P&gt;&lt;P&gt;clock and lock symbol showing. I have tried to get a mouse and/or keyboard&lt;/P&gt;&lt;P&gt;to work on the other USBOTG port but they don't see to have power. I&lt;/P&gt;&lt;P&gt;am trying to unlock the ANDROID screen to see other APPS.&amp;nbsp; I also&lt;/P&gt;&lt;P&gt;tried putting a mouse on the Debug USB/serial emulator port with no&lt;/P&gt;&lt;P&gt;success. How do I power up these peripherals??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a Lot!&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:50:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243358#M20650</guid>
      <dc:creator>sparkyee</dc:creator>
      <dc:date>2013-03-27T19:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sabre Board for Smart Devices question?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243359#M20651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Larry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; By default, USB OTG works as device, It's power is not opened. If you want it to work as a host, you do a little modification in BSP source code. open linux/arch/arm/mach-mx6/board-mx6q_sabresd.c,and find function "static void __init imx6q_sabresd_init_usb(void)", in this function, open USB OTG POWER. see following:&lt;/P&gt;&lt;P&gt;static void __init imx6q_sabresd_init_usb(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;//gpio_direction_output(SABRESD_USB_OTG_PWR, 0);&lt;/P&gt;&lt;P&gt;gpio_direction_output(SABRESD_USB_OTG_PWR, 1);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;then recompile linux kernel and burn it into iNAND FLASH or SD card , boot your board, USB OTG can be used as HOST, your mouse can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 02:54:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243359#M20651</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-03-28T02:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sabre Board for Smart Devices question?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243360#M20652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to connect a USB mouse on the SDP with the recent Android (13.4.1) demo image - it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 03:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243360#M20652</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-03-28T03:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sabre Board for Smart Devices question?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243361#M20653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Yuri &amp;amp; Larry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The BSP I checked is linux(L3.0_1.1.0_121218 Version),So Thank you for your supplying status of OTG on android.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 04:16:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/243361#M20653</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-03-28T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sabre Board for Smart Devices question?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/1991370#M230692</link>
      <description>&lt;P&gt;hello i've just received my sabre board&amp;nbsp; kit , and i plugged a cbales nothing displayed on screen ,nor on termina putty , what to do ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2024 13:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sabre-Board-for-Smart-Devices-question/m-p/1991370#M230692</guid>
      <dc:creator>ybradid</dc:creator>
      <dc:date>2024-11-10T13:27:49Z</dc:date>
    </item>
  </channel>
</rss>

