Hi,
On Feb 19, 10:48 pm, "
biffe...@yahoo.co.uk" <
biffe...@yahoo.co.uk>
wrote:
> Thanks Richard. So you tried bb_eth_upload and tftpflash and neither
> of them worked? I fixed the problem with the wrong MAC and that'll be
> in the next version, but I'm surprised if you can't make ethernet
> flashing work at all. Did you try bb_eth_upload with the two
> different MAC addresses? You can also try to set the NIC to
> promiscuous mode. What happens when you just leave the default MAC
> address (00:01:02:03:04:05), can you make it work like that?
I only played with tftpflash briefly, and stopped when I saw the wrong
MAC (partly because I haven't found much in the way of documentation
for it).
I can't get bb_eth_upload to work at all, with straight cable, cross-
over cable or switch. I do see packets going out (via wireshark, and
flashing lights on the switch), but nothing coming back in except in
one case - when I set the NIC to promiscuous mode, but gave the
correct MAC to bb_eth_upload, the board went into NIC console mode,
and wireshark recorded packets coming in with the 00:01:02:03:04:05
MAC; this was the only case where I saw packets coming out of the
board (if I gave bb_eth_upload the 00:01:02:03:04:05 MAC, the board
would not go into NIC console mode).
One curiosity I noticed - when powered up, the board prints "NIC up
in: 1234ms" - sometime this time is reported as 7000 to 8000 ms, even
thought it actually took only 2 or 3 seconds.
Richard