Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 01 Nov 2003 02:05 AM by  schuffer@msn.com
the next level...
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
billodo@visi.com
New Member
New Member
Posts:


--
10 Jul 2003 12:48 PM
    OK, Linux boots on the Zoom card, but evidently the ethernet driver is not being
    invoked. I couldn't find ifconfig in the limited command set... so what next?
    Is it a matter of passing the - ip= x.x.x.x on the exec 0x40100000 command line?
    I tried this, but I think I've missed another step, as the link led is off.
    ip addr add 160.207.225.75/24 dev eth0

    totalslacker
    New Member
    New Member
    Posts:


    --
    12 Jul 2003 02:37 PM
    For me, adding a param such as ip=dhcp or (in my case) ip=192.168.1.60 works fine. I havent' done anything bizarre to the kernel (have only changed the lcd driver) so I can't imagine I've made anything better.

    what about from lolo (i.e. the ifconfig param there)?
    billodo@visi.com
    New Member
    New Member
    Posts:


    --
    14 Jul 2003 07:58 AM
    Let me give a little more info...

    We have the root fs on a compact flash and vmlinux burned into flash. We start the system from lolo using the following command:

    exec 0x40100000 - ip=192.168.0.51 root=/dev/hda2

    Linux starts up perfectly - . We even get the link light up. When we ping it from the host we see activity on the target - the act light is blinking. When we kill ping from the host the activity stops. The host is running tcpdump and I can see the ping requests going out, but nothing coming back. Hence our problem...

    Any ideas?
    schuffer@msn.com
    New Member
    New Member
    Posts:


    --
    01 Nov 2003 02:05 AM
    I assume you are passed this issue now, but this sort of thing can happen when you just assign an ipaddress statically to some node on a dhcp network. If your network has a dhcp server, try just typing:
    /sbin/dhcpcd eth0

    and then
    ip addr show

    If it dumps an ip address you're all set, and the device will respond to pings at the new address.
    You are not authorized to post a reply.