Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - BeagleBoard RevC4 and D-Link E100: Page 1 of 6 (6 Items)
   
BeagleBoard RevC4 and D-Link E100  
I have received a Beagleboard RevC4 with a QNX image on it.

i have connected a USB-Ethernet D-Link E100 that is suported by my image but I do not succeed to get an IP adress for 
the board.

here are the commands I have run
  [code]io-pkt-v4 -d asix -p tcpip,verbose
  waitfor /dev/io-net/en0
  dhcp.client
  [/code]

Hereunder is the result of ifconfig command.
[code]
# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000
en0: flags=80008a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST,SHIM> mtu 1500
        address: 00:80:c8:3b:0f:72
        media: Ethernet 10baseT
        status: active
        inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
  [/code]

as you can see the network seems to be established but I have no IP address;

here is the sloinfo report

[code]Jan 01 00:02:00    5    14     0 tcpip starting
Jan 01 00:02:00    3    14     0 Unable to attach to pci server: No such file or directory
Jan 01 00:02:00    3    14     0 Using pseudo random generator.  See "random" option[/code]


Any idea on what is going wrong? previously I had a RevB with an other QNX image and the setup was ok :-(