Hello,
While Booting DM365 IPNC-MT5 from NFS file system,
I am getting following kernel panic as shown below.
Ihave set bootargs for TFTP & NFS boot.
Chip initialization passed!
TI UBL Version: 1.30
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid MagicNum found.
ENTRY POINT = 0x81080000
NUM PAGES = 0x00000128
BLOCK = 0x0000000B
PAGE = 0x00000000
LOAD ADDRESS = 0x81080000 DONE
Jumping to entry point at 0x81080000.
DM365_IPNC_UBL_V02
U-Boot 1.3.4 (Aug 5 2009 - 18:21:12) DM365-IPNC-0.6
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3
V 8-bit)
Bad block table found at page 65504, version 0x00
Bad block table found at page 65472, version 0x00
32 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 297MHz
DDR Clock :- 270MHz
Ethernet PHY: GENERIC @ 0x01
Hit any key to stop autoboot: 0
DM365 IPNC :>setenv ipaddr 10.110.3.91
DM365 IPNC :>setenv serverip 10.110.1.200
DM365 IPNC :>setenv nfshost 10.110.1.200
DM365 IPNC :>setenv rootpath /home/users/Kalpesh/IpNetCam/ipnc/target/filesys_ip
nc
DM365 IPNC :>setenv bootcmd 'tftp 0x80700000 uImage_DM365_IPNC;bootm;'
DM365 IPNC :>setenv bootargs console=ttyS1,115200n8 ip=10.110.3.91:10.110.1.200:
10.110.1.2:255.255.252.0:::off eth=00:0C:0C:A0:02:BE noinitrd rw root=/dev/nfs q
uiet nfsroot=$(nfshost):$(rootpath), nolock mem=60M
DM365 IPNC :>boot
TFTP from server 10.110.1.200; our IP address is 10.110.3.91
Filename 'uImage_DM365_IPNC'.
Load address: 0x80700000
Loading: #################################################################
##########################################################
done
Bytes transferred = 1803100 (1b835c hex)
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_IPNC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1803036 Bytes = 1.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
IP-Config: No network devices available.
Root-NFS: Unable to get nfsd port number from server, using default
Root-NFS: Unable to get mountd port number from server, using default
Root-NFS: Server returned error -101 while mounting /home/users/Kalpesh/IpNetCam
/ipnc/target/filesys_ipnc
VFS: Unable to mount root fs via NFS, trying floppy.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
can any one suggest me where is the problem???
Regards,
Chintan Choksi