Other Parts Discussed in Thread: OMAP3530
Hi, I am trying to boot OMAP 3530 EVM board with linux kernel image on a local network and encounter error during kernal boot mount fs.
I was following the "OMAP3530 Software Developer Guide" in DVSDK 4 section 2.1 to setup host and target environment. When bootargs is configured to 'console=${console} rw mem=99M@0x80000000 mpurate=720 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:3M root=/dev/nfs nfsroot=192.168.1.101:/home/jjkang/targetfs,nolock', no more output is seen on the console after "Starting Kernel..." (please refer to booterror1.txt 7041.booterror1.txt for printenv and error)
I then changed bootargs to 'mem=128M console=ttyS0,115200n8 noinitrd rw root=/dev/nfs nfsroot=192.168.1.101:/home/jjkang/targetfs,nolock'. The kernal boots with error "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)". (please refere to booterror2.txt 3515.booterror2.txt for printenv and error)
Could anyone tell me what I did wrong?
Thanks in advance!