<?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: In Linux initrd image, ethernet fails to work in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352546#M49085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks for your reply.&amp;nbsp; The issue is that in the dtb file i used rmii instead of rgmii interface... which caused this issue... I remember changing that for one of our custom made boards.&amp;nbsp; It is to hard to find this silly mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 04:26:07 GMT</pubDate>
    <dc:creator>viveksundarthir</dc:creator>
    <dc:date>2014-11-26T04:26:07Z</dc:date>
    <item>
      <title>In Linux initrd image, ethernet fails to work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352544#M49083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on SABRE SD Development board, which uses i.Mx6 Quad core processor. I have developed a initrd image for this board. The kernel boots up and the initrd images is mounted successfully. Even the fec ethernet drivers are loaded properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But during the init process the dhcp fails to designate an ip for the ethernet device. On analysis using the strace utility on the 'dhcp' command the following log was obtained: In the log a select system call Timeouts causing the error. A selective portion of the log is given bellow.&amp;nbsp; The timeout is highlighted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;write(1, "Sending discover...\n", 20Sending discover...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;)&amp;nbsp;&amp;nbsp; = 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;socket(PF_PACKET, SOCK_DGRAM, 8)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;bind(6, {sa_family=AF_PACKET, proto=0x800, if2, pkttype=PACKET_HOST, addr(6)={0, ffffffffffff}, 20) = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;sendto(6, "E\0\0014\0\0\0\0@\21y\272\0\0\0\0\377\377\377\377\0D\0C\1 ,h\1\1\6\0"..., 308, 0, {sa_family=AF_PACKET, proto=0x800, if2, pkttype=PACKET_HOST, add8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;close(6)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;fcntl64(5, F_SETFD, FD_CLOEXEC)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;clock_gettime(CLOCK_MONOTONIC, {53, 990583005}) = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: comic sans ms,sans-serif;"&gt;select(6, [3 5], NULL, NULL, {3, 0})&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0 (Timeout)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after some time with the dhcp with strace running&amp;nbsp; a kernel crash is observed the crash dump is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;udhcpc (v1.21.1) started&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Sending discover...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Sending discover...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------[ cut here ]------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x288/0x294()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NETDEV WATCHDOG: eth0 (fec): transmit queue 0 timed out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Modules linked in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.17+gec1af9f #17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40) from [&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294) from [&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88) from [&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210) from [&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204) from [&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Exception stack(0x80bddf20 to 0x80bddf68)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;BUG: scheduling while atomic: swapper/0/0/0x40000100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Modules linked in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.17+gec1af9f #17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;805d4c9c&amp;gt;] (__schedule_bug+0x50/0x64)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805d4c9c&amp;gt;] (__schedule_bug+0x50/0x64) from [&amp;lt;805d9e2c&amp;gt;] (__schedule+0x534/0x5a8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805d9e2c&amp;gt;] (__schedule+0x534/0x5a8) from [&amp;lt;8004d5e8&amp;gt;] (__cond_resched+0x24/0x34)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8004d5e8&amp;gt;] (__cond_resched+0x24/0x34) from [&amp;lt;805da20c&amp;gt;] (_cond_resched+0x3c/0x44)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805da20c&amp;gt;] (_cond_resched+0x3c/0x44) from [&amp;lt;80011418&amp;gt;] (dump_mem+0xd0/0x140)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011418&amp;gt;] (dump_mem+0xd0/0x140) from [&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4) from [&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40) from [&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294) from [&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88) from [&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210) from [&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204) from [&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Exception stack(0x80bddf20 to 0x80bddf68)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df20: 80bddf68 000000d4 9a2c6fff 00000031 9868dbd4 00000031 8149d080 80bea050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df40: 00000000 00000000 80bdc000 80be44d8 00000017 80bddf68 8005a264 803ee6fc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df60: 60000013 ffffffff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;80b90a9c&amp;gt;] (start_kernel+0x324/0x330)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df20: 80bddf68 000000d4 9a2c6fff 00000031 9868dbd4 00000031 8149d080 80bea050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df40: 00000000 00000000 80bdc000 80be44d8 00000017 80bddf68 8005a264 803ee6fc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;BUG: scheduling while atomic: swapper/0/0/0x40000100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Modules linked in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CPU: 0 PID: 0 Comm: swapper/0 Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.17+gec1af9f #17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;805d4c9c&amp;gt;] (__schedule_bug+0x50/0x64)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805d4c9c&amp;gt;] (__schedule_bug+0x50/0x64) from [&amp;lt;805d9e2c&amp;gt;] (__schedule+0x534/0x5a8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805d9e2c&amp;gt;] (__schedule+0x534/0x5a8) from [&amp;lt;8004d5e8&amp;gt;] (__cond_resched+0x24/0x34)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8004d5e8&amp;gt;] (__cond_resched+0x24/0x34) from [&amp;lt;805da20c&amp;gt;] (_cond_resched+0x3c/0x44)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;805da20c&amp;gt;] (_cond_resched+0x3c/0x44) from [&amp;lt;80011418&amp;gt;] (dump_mem+0xd0/0x140)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011418&amp;gt;] (dump_mem+0xd0/0x140) from [&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4) from [&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80011564&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025e60&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80025ea8&amp;gt;] (warn_slowpath_fmt+0x30/0x40) from [&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;804c5c5c&amp;gt;] (dev_watchdog+0x288/0x294) from [&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80032f0c&amp;gt;] (call_timer_fn.isra.30+0x24/0x88) from [&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80033104&amp;gt;] (run_timer_softirq+0x194/0x210) from [&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d1d4&amp;gt;] (__do_softirq+0x124/0x204) from [&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d364&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8002d5ec&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000e84c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Exception stack(0x80bddf20 to 0x80bddf68)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df20: 80bddf68 000000d4 9a2c6fff 00000031 9868dbd4 00000031 8149d080 80bea050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df40: 00000000 00000000 80bdc000 80be44d8 00000017 80bddf68 8005a264 803ee6fc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df60: 60000013 ffffffff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;80b90a9c&amp;gt;] (start_kernel+0x324/0x330)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;df60: 60000013 ffffffff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000dbc0&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee6fc&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;803ee83c&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;8000eb7c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[&amp;lt;80059af8&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;80b90a9c&amp;gt;] (start_kernel+0x324/0x330)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;---[ end trace 2759b8ad088db885 ]---&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Sending discover...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;No lease, failing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the same rootfs used in initrd image is used with SD card boot, the dhcp command does not fail.&lt;/P&gt;&lt;P&gt;Can any one help me with some clues?&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 05:04:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352544#M49083</guid>
      <dc:creator>viveksundarthir</dc:creator>
      <dc:date>2014-11-19T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: In Linux initrd image, ethernet fails to work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352545#M49084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain, the steps that you are using for the booting process, where is the image located? TFTP? NFS?&amp;nbsp; EmmC?.&amp;nbsp; Since I assumed that the SD Card it is working, then if you use only uboot, and try the DHCP is the problem happening? are you putting a different MAC Address on the FEC? is the DHCP directly connected to the board? or it is a router/server?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jaime&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, 24 Nov 2014 16:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352545#M49084</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2014-11-24T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: In Linux initrd image, ethernet fails to work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352546#M49085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks for your reply.&amp;nbsp; The issue is that in the dtb file i used rmii instead of rgmii interface... which caused this issue... I remember changing that for one of our custom made boards.&amp;nbsp; It is to hard to find this silly mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 04:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-Linux-initrd-image-ethernet-fails-to-work/m-p/352546#M49085</guid>
      <dc:creator>viveksundarthir</dc:creator>
      <dc:date>2014-11-26T04:26:07Z</dc:date>
    </item>
  </channel>
</rss>

