Re: kernel panic after VFS mount in FPGA board

2012-04-16 Thread pcuser p
I am trying to create a root file systems using busybox for ARM926EJ-s based board. I'm using linaro tool chain 4.6.1(arm-linux-gnueabi-) in ubuntu 10.04 First step,I started with make defconfig CFLAGS=-march=armv5te make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig enabled only static bin

Re: kernel panic after VFS mount in FPGA board

2012-04-11 Thread Kristof Provost
On 2012-04-11 19:03:42 (+0530), pcuser p wrote: > I'm getting kernel panic after cramfs root file system is mounted,I am > expecting to enter login prompt after root file system is mounted. > > Kernel cmd line : mem=32M console=ttySAC0,115200 root=/dev/ram0 > rootfstype=cramfs init=/linuxrc initr

kernel panic after VFS mount in FPGA board

2012-04-11 Thread pcuser p
Hi, I'm doing kernel porting to arm926 based FPGA board,very minimal setup (uart + timer only) I'm getting kernel panic after cramfs root file system is mounted,I am expecting to enter login prompt after root file system is mounted. Below are the details #define PLAT_PHYS_OFFSET 0x8000