Towards an ARM system-building script

Tim Kientzle tim at kientzle.com
Sun Oct 28 19:05:48 UTC 2012


On Oct 28, 2012, at 7:09 AM, Takeshi Taguchi wrote:

> My Pandaboard ES (Rev.B1) said:
> panic: bootpc_init: Could not find interface specified by
> BOOTP_WIRED_TO: ue0
> 
> so I'd commented out following lines:
> #options        BOOTP_NFSROOT
> #options        BOOTP_COMPAT
> #options        BOOTP
> #options        BOOTP_NFSV3
> #options        BOOTP_WIRED_TO=ue0

I just commented these out of the PANDABOARD
config in -CURRENT.  So this should no longer
be needed.


> login prompt was displaied.

That's good news!  Is the system usable overall?
(You can login as root, run basic commands, etc?)


> But the ethernet isn't working at all.

Do any other USB devices work?

Someone else mentioned that it worked if they
asked U-Boot to initialize the USB hardware
via "usb start" at the U-Boot prompt.

This suggests that the FreeBSD USB driver
is missing something in its initialization code.


> following is a dmesg. what should i do?

I don't see ue0 listed.

Is the ue driver in the kernel?  If not,
try adding it.

Tim



More information about the freebsd-arm mailing list