<?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 Re: uboot USB in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/uboot-USB/m-p/544995#M12975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pk on Sat Aug 03 04:12:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;i now have more information about the errors. any help appreciaited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_CMD_USB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_USB_UHCI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_USB_STORAGE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gives following build errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:224: undefined reference to `submit_bulk_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_control_msg':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:191: undefined reference to `submit_control_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_submit_int_msg':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:156: undefined reference to `submit_int_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_stop':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:126: undefined reference to `usb_lowlevel_stop'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_init':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:99: undefined reference to `usb_lowlevel_init'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_stor_CBI_get_status':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb_storage.c:625: undefined reference to `submit_int_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:28:41 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:28:41Z</dc:date>
    <item>
      <title>uboot USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/uboot-USB/m-p/544994#M12974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pk on Fri Aug 02 14:08:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone has tried to build the uboot with USB support. i am using uboot2012.10 which does seem to have support for USB but when i try to build i get plenty of errors. has anyone tried USB support for UBOOT?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/uboot-USB/m-p/544994#M12974</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: uboot USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/uboot-USB/m-p/544995#M12975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pk on Sat Aug 03 04:12:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;i now have more information about the errors. any help appreciaited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_CMD_USB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_USB_UHCI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CONFIG_USB_STORAGE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gives following build errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:224: undefined reference to `submit_bulk_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_control_msg':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:191: undefined reference to `submit_control_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_submit_int_msg':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:156: undefined reference to `submit_int_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_stop':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:126: undefined reference to `usb_lowlevel_stop'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_init':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb.c:99: undefined reference to `usb_lowlevel_init'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;common/libcommon.o: In function `usb_stor_CBI_get_status':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u-boot-2012.10/common/usb_storage.c:625: undefined reference to `submit_int_msg'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/uboot-USB/m-p/544995#M12975</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:41Z</dc:date>
    </item>
  </channel>
</rss>

