<?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: Kinetis k70 usb ethernet in linux in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829666#M50145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the description, the USB device(K70) need be re-enumerated when boot up without disconnect USB cable from Your&amp;nbsp; Linux PC host. You could try clear and set USB Command Register (USBHS_USBCMD) [RS] bit to enable a pull-up on DP and initiate an attach event (software emulate a USB port attach event).&lt;/P&gt;&lt;P&gt;Wish it works.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 03 Sep 2018 03:11:47 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2018-09-03T03:11:47Z</dc:date>
    <item>
      <title>Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829663#M50142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I got a PCB board with Kinetis K70 and 64MB DDR ram,&amp;nbsp; the PCB board got a usb full speed OTG port and it's the only port I can use to communicate with other device. I have successfully port u-boot / uClinux on the PCB board, I also implemented USB Ethernet in u-boot. when I turn on the power, the u-boot run first, and it can do tftp load linux image&amp;nbsp;via usb cable connected to my linux PC host, which looks great!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem now I am facing is that I want USB Ethernet too in linux so that I can use NFS to do more. but it seems the USB Ethernet isn't work in linux, what I am seeing now is the gadget udc driver( I have implemented kinetis k70 udc driver in linux) most of the time can only response reset interrupt. and that's it, no more usb setup command receive from linux host.&amp;nbsp; sometime with luck I can see the board receive setup command and can do USB emulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in a word, usb ethernet works in u-boot, but not works in linux, my udc driver is allmost the same between u-boot and linux. I have no idea what happened in linux, I am thinking some of the causes: 1. usb BDT/buffer can only be in SRAM and linux is running in DDR ram;&amp;nbsp; 2. maybe the UDC initialization need to be different between u-boot and linux; 3. power supply is not enough in linux because it enable LCD etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me advice? appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 14:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829663#M50142</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-08-27T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829664#M50143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have quite few experience to run K70 with ucLinux.&lt;/P&gt;&lt;P&gt;From the issue description, I think the K70 USB module re-initialization process with issues.&lt;/P&gt;&lt;P&gt;And there could bring problems when HS USB BDT/buffer located in external SDRAM, which works in SRAM.&lt;/P&gt;&lt;P&gt;For FS USB BDT/buffer can be placed in both SDRAM and internal SRAM.&lt;/P&gt;&lt;P&gt;I find the EmCraft provides Linux BSP for K70, please check &lt;A href="https://emcraft.com/index.php/products/95"&gt;here &lt;/A&gt;for the detailed info.&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Thu, 30 Aug 2018 06:58:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829664#M50143</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-08-30T06:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829665#M50144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! the linux I ported on my PCB board is the one provided by EmCraft, but there's no USB device driver but only USB host driver, so I had created a new USB FS device driver for u-boot / linux, as I said, my driver works no problem in u-boot, but in linux, most of the time it just handled "reset interrupt".&amp;nbsp; I don't think it's the BDT address issue, because I have pointed BDT to SRAM by using ioremap().&amp;nbsp; I have new found recently, during mount NFS in linux, because my UDC driver is not working, so panic and timeout came out, log as below:&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;........Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;BR /&gt;........Rebooting in 10 seconds....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this message came out and at this point I manually unplug/plug usb cable, the USB setup/enumeration 100% ok.&lt;/P&gt;&lt;P&gt;I just don't get the point, I mean, it seems my UDC dirver works but it only happened in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I really want is the usb cable always plug in PC host, u-boot runs first and tftp load linux image by USB Ethernet.&lt;/P&gt;&lt;P&gt;then linux get started and again, mount NFS by USB Ethernet. you don't need to unplug/plug the cable anytime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 14:46:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829665#M50144</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-01T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829666#M50145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the description, the USB device(K70) need be re-enumerated when boot up without disconnect USB cable from Your&amp;nbsp; Linux PC host. You could try clear and set USB Command Register (USBHS_USBCMD) [RS] bit to enable a pull-up on DP and initiate an attach event (software emulate a USB port attach event).&lt;/P&gt;&lt;P&gt;Wish it works.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 03 Sep 2018 03:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829666#M50145</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-03T03:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829667#M50146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying I should set USB high speed port register? I am using USB full/low-speed OTG port, it's the only port I can use, that's USB0_XXX in data sheet. I did reset the port by disable/enable pull-up, but it seems not working, to be more specific, I disable DP pull-up( clear bit 4 in&amp;nbsp;USB0_CONTROL) when exit u-boot, and linux start up, in linux UDC driver, I reset the USB module and re-initialize it and finally enable DP pull-up. but it seems not working, I added some debug info in my UDC drvier:&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;usb0: eth_open&lt;BR /&gt;IP-Config: Complete:&lt;BR /&gt; device=usb0, addr=192.168.1.2, mask=255.255.255.0, gw=192.168.1.1,&lt;BR /&gt; host=192.168.1.2, domain=, nis-domain=(none),&lt;BR /&gt; bootserver=192.168.1.1, rootserver=192.168.1.1, rootpath=&lt;BR /&gt;Looking up port of RPC 100003/2 on 192.168.1.1&lt;BR /&gt;USB_Reset_Handler, 777&lt;BR /&gt;USB_Reset_Handler, 777&lt;BR /&gt;bmRequestType = 0x80&lt;BR /&gt;bRequest = 0x6&lt;BR /&gt;wValue = 0x100&lt;BR /&gt;wIndex = 0x0&lt;BR /&gt;wLength = 0x40&lt;/P&gt;&lt;P&gt;USB_Reset_Handler, 777&lt;BR /&gt;USB_Reset_Handler, 777&lt;BR /&gt;USB_Reset_Handler, 777&lt;BR /&gt;USB_Reset_Handler, 777&lt;/P&gt;&lt;P&gt;.......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, sometimes, I can get setup(0x80,0x06...) command from host and I send back the USB descriptor host wanted( I don't think there's error in this part). but them it just reset again...I am not familiar with linux, just learning how to write usb gadget driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829667#M50146</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-03T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829668#M50147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For I don't know which K70 USB port you are using, I don't suggest to use K70 USB HS module.&lt;/P&gt;&lt;P&gt;What I want to do is to software emulate a USB port detach &amp;amp; attach operation.&lt;/P&gt;&lt;P&gt;From the debug info, it looks like the software emulate USB port plug out/in works.&lt;/P&gt;&lt;P&gt;Could you confirm that the Linux PC detected the USB device detached when you disable DP pull-up( clear bit 4 in&amp;nbsp;USB0_CONTROL) when exit u-boot?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 04 Sep 2018 02:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829668#M50147</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-04T02:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829669#M50148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, My linux PC host detects USB disconnect when exit U-BOOT, I can see the log by "dmesg".&lt;/P&gt;&lt;P&gt;I tried linux USBMON tool,&amp;nbsp;what I found is the linux PC did send setup command to the device, but these commands isn't received by my code (sometimes it received, as the log I posted above).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ffff88008ec31e40 3731124026 S Ci:1:000:0 s 80 06 0100 0000 0040 64 &amp;lt;&lt;BR /&gt;ffff88008ec31e40 3731124230 C Ci:1:000:0 -32 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the command sent by PC host, as you can see, the error code is -32,&amp;nbsp; it maybe something wrong with the BDT/buffer setting, or the DATA/PID isn't correct, you said USB-FS(that's the USB port I am using) BDT/buffer can be placed in external DDR ram or internal SRAM, correct? if so, do you have any suggestion on how to allocate BDT/buffer address in uClinux for K70?&amp;nbsp; I am now have a space in SRAM as resources reserved then during "driver probe", use ioremap to get that location and point it to BDT/buffer, I tried use dma pool, it seems the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:41:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829669#M50148</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-06T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829670#M50149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the later reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, if you are using the FS USB module, you can place BDT/buffer at external DDR SDRAM or internal SRAM.&lt;/P&gt;&lt;P&gt;Please pay attention to the internal SRAM, which is split into two logical arrays that are 32-bit wide&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68406iE7201C9AC1705251/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There with a Note about burst access SRAM memory:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68444i93A626F8A1AE37F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If possible, please place the BDT/Buffer at the same SRAM logic array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:59:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829670#M50149</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-10T08:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829671#M50150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since my USBFS driver works fine in U-BOOT, so I decided not configure again the USB BDT/buffer after entering linux.&lt;/P&gt;&lt;P&gt;but just disconnect DP pull-up when exit u-boot.&amp;nbsp; below is part of the uClinux booting log, the CPU is&amp;nbsp;MK70FN1M0VMJ15.&amp;nbsp; As you can see, my BDTtable as well as the buffer is located in SRAM (around&amp;nbsp;&lt;SPAN&gt;0x1fff6400)&lt;/SPAN&gt;.&amp;nbsp; I believe is correct, right?&amp;nbsp; &amp;nbsp;but it does the same,&amp;nbsp; the USB just keep reset and reset, ( log: USB_Reset_Handler, 784 ). from the Linux HOST usbmon log, it seems the device is not response the "set address" command correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the funny thing is as I said before, when the kernel panic happened (see bottom part of the log), I pull-out/plug-in the usb cable, and the usb enumeration is always successful. it's weird....I don't know what the kernel does after "panic", but my driver seems ok after kernel "panic"...kind of embarrassed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;DSPI: controller 0 at hz=72000000,irq=26&lt;BR /&gt;DSPI: controller 1 at hz=72000000,irq=27&lt;BR /&gt;tBDTtable = 0x1fff6400&lt;BR /&gt;BufferPointer bEP0OUT_EVEN = 0x1fff6488&lt;BR /&gt;BufferPointer bEP0IN_EVEN = 0x1fff6508&lt;BR /&gt;k70-udc version 11 May 2018&lt;BR /&gt;k70_ep_alloc_request, ep0&lt;BR /&gt;usb0: MAC 22:a9:32:52:8e:32&lt;BR /&gt;usb0: HOST MAC 12:57:48:13:60:70&lt;BR /&gt;g_ether gadget: adding config #1 'CDC Ethernet (ECM)'/0821a3f0&lt;BR /&gt;g_ether gadget: adding 'cdc_ethernet'/703d8d80 to config 'CDC Ethernet (ECM)'/0821a3f0&lt;BR /&gt;k70_ep_alloc_request, ep1in-int&lt;BR /&gt;g_ether gadget: CDC Ethernet: full speed IN/ep2in-bulk OUT/ep3out-bulk NOTIFY/ep1in-int&lt;BR /&gt;g_ether gadget: cfg 1/0821a3f0 speeds: full/low&lt;BR /&gt;g_ether gadget: interface 0 = cdc_ethernet/703d8d80&lt;BR /&gt;g_ether gadget: interface 1 = cdc_ethernet/703d8d80&lt;BR /&gt;g_ether gadget: Ethernet Gadget, version: Memorial Day 2008&lt;BR /&gt;g_ether gadget: g_ether ready&lt;BR /&gt;bound to g_ether&lt;BR /&gt;TCP cubic registered&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;ARMv7-M VFP Extension supported&lt;BR /&gt;usb0: eth_open&lt;BR /&gt;IP-Config: Complete:&lt;BR /&gt; device=usb0, addr=192.168.1.2, mask=255.255.255.0, gw=192.168.1.1,&lt;BR /&gt; host=192.168.1.2, domain=, nis-domain=(none),&lt;BR /&gt; bootserver=192.168.1.1, rootserver=192.168.1.1, rootpath=&lt;BR /&gt;Looking up port of RPC 100003/2 on 192.168.1.1&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;rpcbind: server 192.168.1.1 not responding, timed out&lt;BR /&gt;Root-NFS: Unable to get nfsd port number from server, using default&lt;BR /&gt;Looking up port of RPC 100005/1 on 192.168.1.1&lt;BR /&gt;rpcbind: server 192.168.1.1 not responding, timed out&lt;BR /&gt;Root-NFS: Unable to get mountd port number from server, using default&lt;BR /&gt;Root-NFS: Server returned error -110 while mounting /work/nfs&lt;BR /&gt;VFS: Unable to mount root fs via NFS, trying floppy.&lt;BR /&gt;List of all partitions:&lt;BR /&gt;No filesystem could mount root, tried: nfs&lt;BR /&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_Reset_Handler, 784&lt;BR /&gt;USB_SetAddress, add = 14&lt;BR /&gt;g_ether gadget: full speed config #1: CDC Ethernet (ECM)&lt;BR /&gt;k70_ep_enable, ep1in-int&lt;BR /&gt;g_ether gadget: init ecm&lt;BR /&gt;g_ether gadget: notify connect false&lt;BR /&gt;g_ether gadget: activate ecm&lt;BR /&gt;k70_ep_enable, ep2in-bulk&lt;BR /&gt;k70_ep_enable, ep3out-bulk&lt;BR /&gt;k70_ep_alloc_request, ep2in-bulk&lt;BR /&gt;k70_ep_alloc_request, ep2in-bulk&lt;BR /&gt;k70_ep_alloc_request, ep3out-bulk&lt;BR /&gt;k70_ep_alloc_request, ep3out-bulk&lt;BR /&gt;usb0: qlen 2&lt;BR /&gt;g_ether gadget: ecm_open&lt;BR /&gt;usb0: eth_start&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 08:24:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829671#M50150</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-13T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829672#M50151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you measure the VOUT33 pin voltage when Linux PC doesn't successfully enumerate K70 device vs. Linux PC successfully enumerate K70 device?&lt;/P&gt;&lt;P&gt;If there exists the voltage difference?&lt;/P&gt;&lt;P&gt;We want to make sure the K70 VREG module works in RUN mode and USB module doesn't work in suspend state.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69199i2DEB30B5C46987CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 17 Sep 2018 06:28:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829672#M50151</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-17T06:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829673#M50152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the schematic and measured the VOUT33 voltage, there's a 10&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;µF capacitor added to the VOUT33 pin, the voltage is 3.331v, I am not seeing the voltage change during the u-boot / uClinux start-up, however, when "panic" raised, I unplug the usb cable, the voltage drop to aroun 0.16v.&amp;nbsp; the plug in usb cable, voltage change back to 3.331v, and the enumerate is successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Ethan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 07:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829673#M50152</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-18T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829674#M50153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the VOUT33 output capacitor with below value at K70 datasheet:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69036i3DE8B7ED253BD208/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69084i6DFC886AC3B42C25/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, I think you can refer TWR-K70 board to replace a 2.2uF capacitor with VOUT33 pin:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69130i8445BF69503B8F16/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Your K70 board as USB device is self-powered device, right?&lt;/P&gt;&lt;P&gt;When &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; "panic" raised&lt;/SPAN&gt;, the VOUT33 with voltage drop, which indicate the VREGIN pin with Power off/on processing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 19 Sep 2018 03:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829674#M50153</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-19T03:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829675#M50154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, my K70 board usb device is self-powered.&lt;/P&gt;&lt;P&gt;what I was trying to say is that there's no change for the VOUT33 volt no matter "panic" raised or not, it's around 3.331v,&amp;nbsp; the VOUT33 volt only change if I unplug the usb cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried replace 10uF capacitor with 2.2uF, but it does the same,&amp;nbsp; although the VOUT33 volt change to around 3.26v.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is part of signals of my K70 board:&amp;nbsp; the USB_PWR_IN is connected directly to VBUS ( USB VDD). we don't use BACKUP_BAT_POS usually.&amp;nbsp; &amp;nbsp;I haven't added any code related to USB regulator, Is there any configuration needed&amp;nbsp; for the USB regulator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69133iADCAAB9B9472AD4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 09:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829675#M50154</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-19T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829676#M50155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the later reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There without any setting at K70 USB regulator module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From you feedback below, there shows when you unplug the USB cable, the VREGIN without power.&lt;/P&gt;&lt;P&gt;K70 VDD still with power at this point, right? Just make sure, K70 doesn't POR at this time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69740i07AC1A14C62B2EFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you try to re-emulate USB device at U-BOOT phase? If it could be re-emulate successfully?&lt;/P&gt;&lt;P&gt;And could you print the FS USB module registers value out and check what's the different between unplug/plug USB cable?&lt;/P&gt;&lt;P&gt;We expect unplug USB cable just reset the USB transceiver, which doesn't modify the USB module registers setting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 26 Sep 2018 02:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829676#M50155</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-26T02:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829677#M50156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your question:&amp;nbsp; yes, K70 VDD still with power, my PCB got self power supply. my driver seems very well in U-BOOT, no matter cold power or software reset the PCB board, U-BOOT always can load kernel image through USB Ethernet.&lt;/P&gt;&lt;P&gt;here's some of the register value when unplug/plug USB cable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plug:&lt;/P&gt;&lt;P&gt;ADDINFO = 0x1&lt;BR /&gt;OTGISTAT = 0x60&lt;BR /&gt;OTGSTAT = 0x20&lt;BR /&gt;OTGCTL = 0x0&lt;BR /&gt;ISTAT = 0x11&lt;BR /&gt;STAT = 0x0&lt;BR /&gt;CTL = 0xc3&lt;BR /&gt;ADDR = 0x0&lt;BR /&gt;USBCTRL = 0x40&lt;BR /&gt;CONTROL = 0x10&lt;BR /&gt;USBTRC0 = 0x2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unplug&lt;/P&gt;&lt;P&gt;ADDINFO = 0x1&lt;BR /&gt;OTGISTAT = 0x60&lt;BR /&gt;OTGSTAT = 0x20&lt;BR /&gt;OTGCTL = 0x0&lt;BR /&gt;ISTAT = 0x10&lt;BR /&gt;STAT = 0x0&lt;BR /&gt;CTL = 0x83&lt;BR /&gt;ADDR = 0x0&lt;BR /&gt;USBCTRL = 0x40&lt;BR /&gt;CONTROL = 0x10&lt;BR /&gt;USBTRC0 = 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still thinking why my driver won't response USB set address command(or even most of the time, it won's receive this command, but the host does send it), here's what I do: after received set address command from host, send zero length packet to host, wait for another interrupt that zero packet is sent, then set USB ADDR register.&amp;nbsp; there maybe some bugs in the logic, I will continue digging my code. will let you know if I have new found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 07:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829677#M50156</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-09-30T07:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829678#M50157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the MPU_CESR register value.&lt;/P&gt;&lt;P&gt;I checked K70 bare metal USB device project, which during USB initialization code will close the MPU (MPU is enabled default).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73593i59FE56685D148BDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you try to disable the MPU after ucLinux boot up?&lt;/P&gt;&lt;P&gt;I know ucLinux need MPU enabled, while you could try if MPU could affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 14:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829678#M50157</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-09-30T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829679#M50158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I found the root cause to this is the wrong use of USB0_STAT register.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the Spec:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"the STAT register is actually a four byte FIFO that allows the processor core to process one transaction while&lt;BR /&gt;the SIE is processing the next transaction. Clearing the TOKDNE bit in the ISTAT register causes the SIE to update the STAT register with the contents of the next STAT value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before aware of this, when use token done interrupt occurred. I read STAT register value out when I want its value. then I realized the correct way should be use a local variable to store the value first and then handle it later. Otherwise, the STAT value may not the correct value I want ( it may updated because ISTAT cleared or next token done interrupt arrived? not sure about this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can see&amp;nbsp;USB Ethernet in my Linux host, all the processes of enumeration looks OK now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to the BDT buffer, yes, you are correct that it can be placed in external SDRAM, I&amp;nbsp;allocated the buffer through DMA allocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your support.&amp;nbsp; Appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 09:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829679#M50158</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2018-10-15T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829680#M50159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear the issue fixed.&lt;/P&gt;&lt;P&gt;Thank you for the knowledge sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 02:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829680#M50159</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-10-16T02:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829681#M50160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enjoyed reading this thread very much.&lt;/P&gt;&lt;P&gt;I will appreciate it, if you could please share the&amp;nbsp;USB device driver (UDC driver for the K70) in u-boot and in linux? In my case I would like to bind the UDC to the storage gadget driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yechiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 May 2019 20:45:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829681#M50160</guid>
      <dc:creator>yechielcohen</dc:creator>
      <dc:date>2019-05-26T20:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis k70 usb ethernet in linux</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829682#M50161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yechiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I haven't noticed your message.&lt;/P&gt;&lt;P&gt;Actually I haven't worked on the k70 after that as I am busy my work, the udc driver was part of my learning and experiment,&amp;nbsp; the code is not completed and got some defects in it, I don't want to confuse you.... instead, I will suggest you refer to linux provide by Emcraft, they provide some linux folk for kinetis(k70) and it contains udc driver,&amp;nbsp; here's the link you can look into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/EmcraftSystems/linux-emcraft/pull/6/commits" title="https://github.com/EmcraftSystems/linux-emcraft/pull/6/commits"&gt;K70: KHCI USB-FS driver implementation for device mode by aAXEe · Pull Request #6 · EmcraftSystems/linux-emcraft · GitHu…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 03:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-k70-usb-ethernet-in-linux/m-p/829682#M50161</guid>
      <dc:creator>ethanliu</dc:creator>
      <dc:date>2019-06-17T03:01:45Z</dc:date>
    </item>
  </channel>
</rss>

