Hi,
I am trying to boot AM335x EVM with ramfs support but its showing error as,
[ 2.340570] VFS: Mounted root (ramfs filesystem) on device 0:13.
[ 2.347131] devtmpfs: error mounting -2
[ 2.351770] Freeing unused kernel memory: 332K (c0778000 - c07cb000)
[ 2.358542] Failed to execute /sbin/init. Attempting defaults...
[ 2.365030] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
i have copied the ramfs to 0x80100000
my u-boot arguments are,
Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 rw initrd=0x80100000,58M rootfstype=ramfs init=/sbin/init
can any one please tell me whrere i am going wrong.