On 9/4/14 3:09 PM, KIYOHARA Takashi wrote:
Hi! riz, From: Jeff Rizzo <riz%tastylime.net@localhost> Date: Thu, 04 Sep 2014 13:16:41 -0700weekend, and my MIRABOX is working a lot better! No network, but I can actually get to multiuser now:Please try ping or bootp or dhcp on by u-boot prompt. The mvgbec must required initialize to MAC address. It set by u-boot.mvgbec0 at mvsoc0 unit 0 offset 0x70000-0x73fff: Marvell Gigabit Ethernet Controller mvgbe at mvgbec0 port 0 not configured mvgbec1 at mvsoc0 unit 1 offset 0x74000-0x77fff: Marvell Gigabit Ethernet Controller mvgbe at mvgbec1 port 0 not configuredThanks, -- kiyohara
That does work better! I get network now, though there is probably still some work to do:
mirabox# ping 10.187.0.1 PING 10.187.0.1 (10.187.0.1): 64 data bytes 64 bytes from 10.187.0.1: icmp_seq=0 ttl=64 time=1009.199514 ms 64 bytes from 10.187.0.1: icmp_seq=1 ttl=64 time=989.522748 ms 64 bytes from 10.187.0.1: icmp_seq=2 ttl=64 time=980.184471 ms ^C64 bytes from 10.187.0.1: icmp_seq=3 ttl=64 time=978.743997 ms ----10.187.0.1 PING Statistics---- 4 packets transmitted, 4 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 978.743997/989.412683/1009.199514/14.029868 ms
mirabox# (that's pinging a host on the same LAN) Much better! Thanks for the quick response! +j