<?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>Kinetis Microcontrollers中的主题 Re: uClinux for Kinetis K70</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204123#M3071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Does the uclinux support UBIFS instead of JFFS2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2018 11:44:33 GMT</pubDate>
    <dc:creator>johnpresenna</dc:creator>
    <dc:date>2018-06-01T11:44:33Z</dc:date>
    <item>
      <title>uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204108#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uClinux for Kinetis K70 using TWR-K70F120M-KIT as a hardware reference platform is available here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.emcraft.com/index.php/products/95" rel="nofollow" target="_blank"&gt;http://www.emcraft.com/index.php/products/95&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 02:52:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204108#M3056</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-02-08T02:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204109#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your image and rootfs size?&lt;/P&gt;&lt;P&gt;Do you have a working framebuffer device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:42:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204109#M3057</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2012-02-14T07:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204110#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have u-boot firmware/source code for K70???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204110#M3058</guid>
      <dc:creator>LinhNguyen</dc:creator>
      <dc:date>2012-02-29T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204111#M3059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the slow responce. Answering your questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;o) uClinux shares pretty much the entire kernel tree with MMU-full processors,so depending on your configuration the kernel image can be anything from 300K to 1M+. Size of the rootfs depends on what tools and utilities you need in your application. As a point of reference, a reasonably powerful uClinux configuration (kernel + ram-based rootfs in a single image) supporting networking, shell, busybox will be around 2M in size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;o) We have just finished development of a framebuffer driver for K70. K70 shares the LCD controller IP (with some minor deviations) with i.MX25 so we were able to reuse the driver in drivers/video/imxfb.c. There was a lot of tinkering with clocks and GPIO set-up though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204111#M3059</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-03-02T19:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204112#M3060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Linh Nguyen wrote:&lt;BR /&gt;&lt;P&gt;Does anyone have u-boot firmware/source code for K70???&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Emcraft's port of Linux for K70 uses U-boot as a bootloader. Full source is included in the distribution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204112#M3060</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-03-02T19:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204113#M3061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I know that Emcraft has. But I don't have money to buy &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe someone else has ported u-boot to K70 and feels happy to share it with us ^_^!.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 10:05:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204113#M3061</guid>
      <dc:creator>LinhNguyen</dc:creator>
      <dc:date>2012-03-06T10:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204114#M3062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not get this emcraft uClinux. How can be a code derived from GPL (modification of Linux) not released to public? It is against the law.&lt;/P&gt;&lt;P&gt;What does Freescale say about such things?&lt;/P&gt;&lt;P&gt;Or is there source code available anywhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 06:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204114#M3062</guid>
      <dc:creator>lstorm</dc:creator>
      <dc:date>2012-03-13T06:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204115#M3063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is that it's technically not against the law. You are allowed to charge a fee for services, and for delivery of the source "media". However, once the code is "in the wild" i don't think there is anything they could do to prevent sharing of the code.&lt;/P&gt;&lt;P&gt;SO if someone ELSE were to share the code after they got it... this can't be controlled by the original porting company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that, I'm sure they went to a lot of effort and deserve compensation, and could provide excellent technical service and support on the port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 06:16:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204115#M3063</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2012-03-13T06:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204116#M3064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to provide some comments on the topics raised in the posts above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The minimal $99 we charge is for 6 months of email support and the guarantee of several update releases.&amp;nbsp; Indeed we have put a lot of time into this port and&amp;nbsp; want it to be a professionally maintained and supported starting point for customers doing&amp;nbsp; serious projects.&amp;nbsp; This small charge helps us keep resources focused on this&amp;nbsp; effort, and helps us give priority to customers seeking support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We actually post our kernel changes for free download on&amp;nbsp; our website for those wanting to do this work themselves.&lt;BR /&gt;&lt;BR /&gt;This is actually very common in the industry.&amp;nbsp; Look at any professionally&amp;nbsp; maintained embedded Linux distribution (WindRiver, MontaVista, TimeSys, etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We of course fully follow the terms of the GPL. As soon as we deliver a software package based on the GPL or a similar license, we include full sources in our deliveries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 17:42:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204116#M3064</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-03-15T17:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204117#M3065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vladimir,&lt;/P&gt;&lt;P&gt;In my experience it has proven worthwhile to pay for support, particularly when it is such a nominal charge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's exciting to have a kinetis uClinux option now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2012 00:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204117#M3065</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2012-03-17T00:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204118#M3066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="post-text"&gt;&lt;P&gt;Here is a pointer to the video of a live uClinux session running on the Freescale Kinetis K70:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.youtube.com/watch?v=UZjJrLG9CeA" rel="nofollow" target="_blank"&gt;http://www.youtube.com/watch?v=UZjJrLG9CeA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Linux (uClinux) runs just beatifully on this device. Using 'dhrystone', we get about 50% performance we get on a 250Mhz Freescale PowerPC box. Fast boot-up, lots of RAM (the TWR-K70 module provides 128MB of RAM and 256MB of NAND Flash), networking, JFFS2, framebuffer, SSH, HTTPD, Qt/E - all this runs just fine on K70. Overall user experience is your regular "embedded Linux" on an MMU-full microprocessor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 18:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204118#M3066</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-03-19T18:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204119#M3067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emcraft Systems has open sourced its ports of U-Boot and uClinux for Cortex-M3 and Cortex-M4 at github:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/EmcraftSystems" rel="nofollow" target="_blank"&gt;https://github.com/EmcraftSystems&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information about supported reference platforms, refer to Emcraft's web site:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.emcraft.com" rel="nofollow" target="_blank"&gt;www.emcraft.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 13:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204119#M3067</guid>
      <dc:creator>vladimirkhusain</dc:creator>
      <dc:date>2012-04-19T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204120#M3068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have a problem with busybox.&lt;/P&gt;&lt;P&gt;When I use pre-built busybox from&amp;nbsp;&lt;A href="http://www.linux-arm.org/LinuxKernel/LinuxM3" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.linux-arm.org/LinuxKernel/LinuxM3&lt;/A&gt; and initramfs-list-min from here, Kernel can go into init ok.&lt;/P&gt;&lt;PRE&gt;Linux version 2.6.33-arm1linh-00273-g252f9ce-dirty (linh@linh.fsoft) (gcc version 4.5.2 (Sourcery G++ Lite 2011.03-46) ) #11 Tue Apr 24 16:57:20 ICT 2012CPU: ARMv7-M Processor [410fc241] revision 1 (ARMv7M)CPU: WRITE-BACK data cache, WRITE-THROUGH instruction cacheMachine: Freescale KinetisBuilt 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512Kernel command line: kinetis_platform=twr-k70f120m console=ttyS2,115200 panic=3 noinitrd ip=10.207.215.221:10.207.215.87:10.207.215.1:255.255.255.0:twr-k70f120m:eth0:off ethaddr=C0:B1:3C:77:88:ACPID hash table entries: 512 (order: -1, 2048 bytes)Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)Memory: 128MB = 128MB totalMemory: 128348k/128348k available, 2724k reserved, 0K highmemVirtual kernel memory layout:    vector  : 0x00000000 - 0x00001000   (   4 kB)    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)    vmalloc : 0x00000000 - 0xffffffff   (4095 MB)    lowmem  : 0x70000000 - 0x78000000   ( 128 MB)    modules : 0x70000000 - 0x01000000   (2320 MB)      .init : 0x08008000 - 0x0802f000   ( 156 kB)      .text : 0x0802f000 - 0x08177000   (1312 kB)      .data : 0x08178000 - 0x08188ee0   (  68 kB)Hierarchical RCU implementation...................ftl_cs: FTL header not found.FSL NFC MTD nand Driver 1.0NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron NAND 256MiB 3,3V 16-bit)Creating 3 MTD partitions on "NAND":0x000000000000-0x000000100000 : "flash_uboot_env"mtd: Giving out device 1 to flash_uboot_envftl_cs: FTL header not found.0x000000100000-0x000002000000 : "flash_linux_image"mtd: Giving out device 2 to flash_linux_imageftl_cs: FTL header not found.0x000002000000-0x000010000000 : "flash_jffs2"mtd: Giving out device 3 to flash_jffs2ftl_cs: FTL header not found.FEC Ethernet Driverfec: PHY @ 0x0, ID 0x00221513 -- KSZ8041NLTCP cubic registeredNET: Registered protocol family 17ARMv7-M VFP Extension supportedeth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.IP-Config: Complete:     device=eth0, addr=10.207.215.221, mask=255.255.255.0, gw=10.207.215.1,     host=twr-k70f120m, domain=, nis-domain=(none),     bootserver=10.207.215.87, rootserver=10.207.215.87, rootpath=Freeing init memory: 156K/ # lsbin   dev   etc   proc  root  usr/ # lsbin   dev   etc   proc  root  usr/ # ls dev/console    mtd0       mtdblock0  null/ # cd dev//dev # lsconsole    mtd0       mtdblock0  null&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But when I download a busybox version from homepage then cross compile using uclinux, after "Freeing init memory: ...." the Kernel stuck here forever.&lt;/P&gt;&lt;PRE&gt;Linux version 2.6.33-arm1linh-00309-g701bbbd (linh@linh.fsoft) (gcc version 4.5.2 (Sourcery G++ Lite 2011.03-46) ) #5 Wed Apr 25 13:47:08 ICT 2012CPU: ARMv7-M Processor [410fc241] revision 1 (ARMv7M)CPU: WRITE-BACK data cache, WRITE-THROUGH instruction cacheMachine: Freescale KinetisBuilt 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512Kernel command line: kinetis_platform=twr-k70f120m console=ttyS2,115200 panic=3 noinitrd ip=10.207.215.221:10.207.215.87:10.207.215.1:255.255.255.0:twr-k70f120m:eth0:off ethaddr=C0:B1:3C:77:88:ACPID hash table entries: 512 (order: -1, 2048 bytes)Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)Memory: 128MB = 128MB totalMemory: 128336k/128336k available, 2736k reserved, 0K highmemVirtual kernel memory layout:    vector  : 0x00000000 - 0x00001000   (   4 kB)    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)    vmalloc : 0x00000000 - 0xffffffff   (4095 MB)    lowmem  : 0x70000000 - 0x78000000   ( 128 MB)    modules : 0x70000000 - 0x01000000   (2320 MB)      .init : 0x08008000 - 0x0806f000   ( 412 kB)      .text : 0x0806f000 - 0x0817c000   (1076 kB)      .data : 0x0817c000 - 0x0818c5a0   (  66 kB)Hierarchical RCU implementation...................FSL NFC MTD nand Driver 1.0NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron NAND 256MiB 3,3V 16-bit)Creating 3 MTD partitions on "NAND":0x000000000000-0x000000100000 : "flash_uboot_env"mtd: Giving out device 0 to flash_uboot_envftl_cs: FTL header not found.0x000000100000-0x000002000000 : "flash_linux_image"mtd: Giving out device 1 to flash_linux_imageftl_cs: FTL header not found.0x000002000000-0x000010000000 : "flash_jffs2"mtd: Giving out device 2 to flash_jffs2ftl_cs: FTL header not found.FEC Ethernet Driverfec: PHY @ 0x0, ID 0x00221513 -- KSZ8041NLTCP cubic registeredNET: Registered protocol family 17ARMv7-M VFP Extension supportedeth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.IP-Config: Complete:     device=eth0, addr=10.207.215.221, mask=255.255.255.0, gw=10.207.215.1,     host=twr-k70f120m, domain=, nis-domain=(none),     bootserver=10.207.215.87, rootserver=10.207.215.87, rootpath=Freeing init memory: 412Kasdfasdfasd^C^C^C^C^C^C&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas about this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 13:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204120#M3068</guid>
      <dc:creator>LinhNguyen</dc:creator>
      <dc:date>2012-04-25T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204121#M3069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After wasting some days, I have found the cause of my problem &lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;. It's because arm-uclinux compiler version. Version&amp;nbsp;arm-2011.03 of arm-uclinuxeabi cause this problem. I changed to use version 2010q1 and it's ok now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 10:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204121#M3069</guid>
      <dc:creator>LinhNguyen</dc:creator>
      <dc:date>2012-04-27T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204122#M3070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get Qt/E&amp;nbsp;compiled for EmCraft K70, till now failed miserably.&lt;/P&gt;&lt;P&gt;Could you please&amp;nbsp;describe how you compiled Qt/E?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 20:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204122#M3070</guid>
      <dc:creator>lieven</dc:creator>
      <dc:date>2012-08-03T20:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204123#M3071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Does the uclinux support UBIFS instead of JFFS2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204123#M3071</guid>
      <dc:creator>johnpresenna</dc:creator>
      <dc:date>2018-06-01T11:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux for Kinetis K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204124#M3072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean the K70-SOM BSP, Emcraft doesn't yet have BSP release supporting UBIFS. We however supported Linux 4.5/UBIFS for K70 in some consulting project. Please contact us if you are interested,&amp;nbsp;&lt;A class="link-titled" href="https://emcraft.com/services" title="https://emcraft.com/services"&gt;Services&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 09:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/uClinux-for-Kinetis-K70/m-p/204124#M3072</guid>
      <dc:creator>sergei_p</dc:creator>
      <dc:date>2018-06-04T09:26:02Z</dc:date>
    </item>
  </channel>
</rss>

