Tool/software: TI C/C++ Compiler
Dear all,
I am booting uImage, initrd.uboot(filesystem) and device tree using bootm command in DDR2 but device is hanging at filesystem execution with following errors.
[ 2.298980] RAMDISK: gzip image found at block 0
[ 2.481725] RAMDISK: incomplete write (20068 != 32768)
[ 2.487147] write error
[ 2.566938] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 2.573245] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode bloc5
[ 2.583119] devtmpfs: error mounting -5
[ 2.587617] Freeing unused kernel memory: 344K (c080d000 - c0863000)
[ 2.594337] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode bloc0
[ 2.604194] Starting init: /sbin/init exists but couldn't execute it (error )
[ 2.611882] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode bloc1
[ 2.621727] Starting init: /etc/init exists but couldn't execute it (error -)
[ 2.629314] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode bloc7
[ 2.639174] Starting init: /bin/init exists but couldn't execute it (error -)
[ 2.646760] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode bloc7
[ 2.656611] Starting init: /bin/sh exists but couldn't execute it (error -5)
[ 2.663993] Kernel panic - not syncing: No working init found. Try passing .
[ 6029.08CC
But same filesystem is booting fully from NOR flash. When i boot from DDR2 using bootm command it is not booting.
Please let me know how to solve this issue with my custom AM3352 board.
Regards,
Subramanya N M