Hello,
I'm having trouble testing the ethernet/networking on my 9260ek. During the linux boot, eth0 is ?detected? (not sure what to call it); but it is not available as /dev/eth0 after the boot process is completed.
I've used the at91 buildroot (buildroot-atmel-2007-06-07.cpio.bz2) and it's make_board_2007-05-21.sh to compile a 2.6.21.1 kernel and a root file system. I'm using the bootstrap and the u-boot included in the linux demo's supplied by Atmel. I'm pretty sure all the necessary flags are set in the linux .config, but maybe I looked at the wrong .config (I looked at target_build_arm_small/at91sam9260dfc/linux-2.6.21.1/.config). Other than that, I'm not really sure what else to modify. I'm very (VERY) new to linux and have no idea what to do to set up devices if they aren't setup automatically (for example, the USB stuff works just fine).
I would appreciate any help anyone can give.
Thanks
These are the parts of the boot process that I think might be related/important:
NET: Registered protocol family 16

Generic PHY: Registered new driver
Davicom DM9161E: Registered new driver
Davicom DM9131: Registered new driver
PPP generic driver version 2.4.2

macb macb: detected PHY at address 0 (ID 0181:b8a0)

eth0: Atmel MACB at 0xfffc4000 irq 21 (00:00:00:00:00:00)
Populating /dev using udev: cannot open /dev/null
done
Initializing random number generator... done.
Starting network...
ip: RTNETLINK answers: File exists
Starting HPA's tftpd:
Welcome to the Erik's uClibc development environment running on the AT91SAM9260
at91sam9260dfc login: root
# ls /dev/e*

ls: /dev/e*: No such file or directory
#