Hi,
I tried to load kernel and RootFS in to MPC8323E-RDB and it loaded successfully. I given my network IP settings to the board and tried for ping to it from my pc, but it is not reacting. I observed two things.,
1. Upon bootup, if I type "ping <ip address>" it is replying with "Host is alive".
2. After loading Kernel and RootFS images into board (via TFTP), I tried "ping <ipaddress>" but I am getting "ping: sendto: Network is unreachable".
What is the difference between point 1 and 2 .?
And also I observed the following thing before login into the Board..
physmap-flash flash: Using OF partition information
Creating 4 MTD partitions on "flash":
0x00000000-0x00080000 : "U-Boot"
0x00080000-0x000a0000 : "dtb"
0x000a0000-0x00220000 : "Kernel"
0x00220000-0x01000000 : "rootfs"
usbmon: debugfs is not available
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
i2c /dev entries driver
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
RAMDISK: Compressed image found at block 0
Time: timebase clocksource has been installed.
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 124k init
Setting the hostname to MPC_8323
Mounting filesystems
Starting syslogd and klogd
Running sysctl
Setting up networking on loopback device:
Setting up networking on eth0:
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
Adding static route for default gateway to 192.168.1.100:
SIOCADDRT: No such device
Setting nameserver to 192.168.1.13 in /etc/resolv.conf:
Starting inetd:
Starting the boa webserver:
/sbin/ip
/etc/rc.d/init.d/dhcp: Network interface not present
Welcome to Freescale Semiconductor Embedded Linux Environment
!!!!! WARNING !!!!!!!
The default password for the root account is: root
please change this password using the 'passwd' command
and then edit this message (/etc/issue) to remove this message
MPC_8323 login: root
Password:
~ #
What is the meaning for "/etc/rc.d/init.d/dhcp: Network interface not present".?
Please respond as soon as possible.
Thanks and Regards,
Siva Prakash Reddy N