<?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: Problem of Redboot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178612#M7197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see any "eth0:link down" in redboot output. I see a line like that in your kernel output, but it later says "link up" shortly after, so that's normal.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FEC is an embedded MAC, and you seem to be using an external SMSC911x ethernet card for eth0 (located on the debug board, also requires some FPGA initialization to be useful, but that can be done in bootloader as well).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2011 09:48:08 GMT</pubDate>
    <dc:creator>PaulFertser</dc:creator>
    <dc:date>2011-10-21T09:48:08Z</dc:date>
    <item>
      <title>Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178609#M7194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem on the IMX27PDK plateform I am trying to download a LINUX Kernel with the server nfs and tftp.&lt;/P&gt;&lt;P&gt;I am working on a virtual Machine Ubuntu 10.04 with VMware. First of all I have tested my NFS and TFTP server with the iMX27ADS plateform in order to see if the servers are correctly installed. So the ADS plateform works good and LINUX is downloaded with the servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my /etc/exports file:&lt;/P&gt;&lt;P&gt;/tftpboot/rootfs/ *(rw,no_root_squash,no_subtree_check,async)&lt;/P&gt;&lt;P&gt;The servers are restart (TFTP and NFS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the LTIB I configure:&lt;/P&gt;&lt;P&gt;NFS only&lt;/P&gt;&lt;P&gt;the tagert networking:&lt;/P&gt;&lt;P&gt;-10.6.15.244 (IP gateway)&lt;/P&gt;&lt;P&gt;-10.6.15.227 (IP address of the PDK)&lt;/P&gt;&lt;P&gt;-10.6.15.244 (IP address of the server)&lt;/P&gt;&lt;P&gt;-255.255.255.0 (Netmask)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The FEC is disabled in the configure kernel menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the redboot configuration is:&lt;/P&gt;&lt;P&gt;- Gateway IP address: 10.6.15.244&lt;BR /&gt; - Local IP address: 10.6.15.227&lt;BR /&gt; - Local IP address mask: 255.255.255.0&lt;BR /&gt; - Default server IP address: 10.6.15.244&lt;BR /&gt; - Board specifics: 0&lt;BR /&gt; - Console baud rate: 115200&lt;/P&gt;&lt;P&gt;- Set eth0 network hardware address [MAC]: true&lt;/P&gt;&lt;P&gt;This is the command send to reboot in order to boot on linux&lt;/P&gt;&lt;P&gt;load -r -b 0x100000 /tftpboot/zImage&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/nfs nfsroot=10.6.15.244:/tftpboot/rootfs init=/linuxrc ip=10.6.15.227:10.6.15.244"&lt;/P&gt;&lt;DIV&gt;But I have this error under redboot:&lt;/DIV&gt;&lt;DIV&gt;mma7450 0-001d: mma7450 device is probed successfully.&lt;BR /&gt;&lt;BR /&gt;SSI module loaded successfully&lt;BR /&gt;&lt;BR /&gt;PMIC Character device: successfully loaded&lt;BR /&gt;&lt;BR /&gt;PMIC Audio driver loading...&lt;BR /&gt;PMIC Battery successfully probed&lt;BR /&gt;&lt;BR /&gt;SEC: mxc_sec_mod_init() called &lt;BR /&gt;&lt;BR /&gt;Sahara HW Version is 0x00000003&lt;BR /&gt;VPU initialized&lt;BR /&gt;&lt;BR /&gt;MXC MMC/SD driver&lt;BR /&gt;&lt;BR /&gt;mxcmci-0 found&lt;BR /&gt;&lt;BR /&gt;usbcore: registered new interface driver usbhid&lt;BR /&gt;&lt;BR /&gt;drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver&lt;BR /&gt;&lt;BR /&gt;Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).&lt;BR /&gt;&lt;BR /&gt;Control ALSA component registered&lt;BR /&gt;&lt;BR /&gt;ALSA device list:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; #0: MXC Freescale with PMIC&lt;BR /&gt;&lt;BR /&gt;TCP cubic registered&lt;BR /&gt;&lt;BR /&gt;NET: Registered protocol family 1&lt;BR /&gt;&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;&lt;BR /&gt;ieee80211: 802.11 data/management/control stack, git-1.1.13&lt;BR /&gt;&lt;BR /&gt;ieee80211: Copyright (C) 2004-2005 Intel Corporation &amp;lt;jketreno@linux.intel.com&amp;gt;&lt;BR /&gt;&lt;BR /&gt;input: mxc_ts as /class/input/input2&lt;BR /&gt;&lt;BR /&gt;mxc input touchscreen loaded&lt;BR /&gt;&lt;BR /&gt;mxc_rtc mxc_rtc.0: setting the system clock to 1970-01-01 01:12:58 (4378)&lt;BR /&gt;&lt;BR /&gt;eth0: SMSC911x/921x identified at 0xc885c000, IRQ: 256&lt;BR /&gt;&lt;BR /&gt;eth0: SMSC911x MAC Address: 00:04:9f:00:d3:1e&lt;BR /&gt;&lt;BR /&gt;eth0: link down&lt;BR /&gt;&lt;BR /&gt;IP-Config: Guessing netmask 255.0.0.0&lt;BR /&gt;&lt;BR /&gt;IP-Config: Complete:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device=eth0, addr=10.6.15.227, mask=255.0.0.0, gw=255.255.255.255,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host=10.6.15.227, domain=, nis-domain=(none),&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootserver=10.6.15.244, rootserver=10.6.15.244, rootpath=&lt;BR /&gt;&lt;BR /&gt;Looking up port of RPC 100003/2 on 10.6.15.244&lt;BR /&gt;&lt;BR /&gt;eth0: link up, 100Mbps, full-duplex, lpa 0x45E1&lt;BR /&gt;&lt;BR /&gt;rpcbind: server 10.6.15.244 not responding, timed out&lt;BR /&gt;&lt;BR /&gt;Root-NFS: Unable to get nfsd port number from server, using default&lt;BR /&gt;&lt;BR /&gt;Looking up port of RPC 100005/1 on 10.6.15.244&lt;BR /&gt;&lt;BR /&gt;rpcbind: server 10.6.15.244 not responding, timed out&lt;BR /&gt;&lt;BR /&gt;Root-NFS: Unable to get mountd port number from server, using default&lt;BR /&gt;&lt;BR /&gt;mount: server 10.6.15.244 not responding, timed out&lt;BR /&gt;&lt;BR /&gt;Root-NFS: Server returned error -5 while mounting /tftpboot/rootfs&lt;BR /&gt;&lt;BR /&gt;VFS: Unable to mount root fs via NFS, trying floppy.&lt;BR /&gt;&lt;BR /&gt;VFS: Cannot open root device "nfs" or unknown-block(2,0)&lt;BR /&gt;&lt;BR /&gt;Please append a correct "root=" boot option; here are the available partitions:&lt;BR /&gt;&lt;BR /&gt;1f00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1024 mtdblock0 (driver?)&lt;BR /&gt;&lt;BR /&gt;1f01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5120 mtdblock1 (driver?)&lt;BR /&gt;&lt;BR /&gt;1f02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98304 mtdblock2 (driver?)&lt;BR /&gt;&lt;BR /&gt;1f03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 mtdblock3 (driver?)&lt;BR /&gt;&lt;BR /&gt;1f04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 149504 mtdblock4 (driver?)&lt;BR /&gt;&lt;BR /&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;/DIV&gt;&lt;DIV&gt;Could you help me??&lt;/DIV&gt;&lt;DIV&gt;Best regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:26:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178609#M7194</guid>
      <dc:creator>GeoffroyLETOUR1</dc:creator>
      <dc:date>2011-10-20T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178610#M7195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why do you think this is related to RedBoot? You kernel seem to be booting all right but it can't connect to your server: "rpcbind: server 10.6.15.244 not responding, timed out". Probably tcpdump on your host would help; anyway, this looks like a network issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 09:16:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178610#M7195</guid>
      <dc:creator>PaulFertser</dc:creator>
      <dc:date>2011-10-21T09:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178611#M7196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me the problem comes of the eth0:link down if you see in the error of the redboot. I have the ADS plateform too and the linux boot works good!!&lt;/P&gt;&lt;P&gt;When the ADS boot eth0 is eth0: using half-duplex 10Base-T (RJ-45).&lt;/P&gt;&lt;P&gt;In the menu configure the kernel the FEC would be disabled or enabled????&lt;/P&gt;&lt;P&gt;And there is another option to enable???&lt;/P&gt;&lt;P&gt;Moreover I don't know tcpdump, it is a tool to see the packet on the network???&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 09:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178611#M7196</guid>
      <dc:creator>GeoffroyLETOUR1</dc:creator>
      <dc:date>2011-10-21T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178612#M7197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see any "eth0:link down" in redboot output. I see a line like that in your kernel output, but it later says "link up" shortly after, so that's normal.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FEC is an embedded MAC, and you seem to be using an external SMSC911x ethernet card for eth0 (located on the debug board, also requires some FPGA initialization to be useful, but that can be done in bootloader as well).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 09:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178612#M7197</guid>
      <dc:creator>PaulFertser</dc:creator>
      <dc:date>2011-10-21T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178613#M7198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just seven line before eth0: link up you will see the link down. Like you say i am using the debug board. What is the problemn on my configuration for you??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 09:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178613#M7198</guid>
      <dc:creator>GeoffroyLETOUR1</dc:creator>
      <dc:date>2011-10-21T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of Redboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178614#M7199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Link down on ethernet card init is perfectly normal, once it's ready, it should detect the carrier, bring the link up, etc. So your kernel log looks fine to me. How did you check your NFS server is properly running and accessible from the network you're connecting your board too?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 10:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-of-Redboot/m-p/178614#M7199</guid>
      <dc:creator>PaulFertser</dc:creator>
      <dc:date>2011-10-21T10:11:26Z</dc:date>
    </item>
  </channel>
</rss>

