Hi,
Trying to bring up board EVM AM3517 from LogicPD, reflashed its Micron NAND chip: x-loader, u-boot, kernel and rootfs using the attached guide. I am a newbie.
Kernel 2.6.37 has been adjusted by me to support ECC scheme BCH8 and there were no memory errors when reading/mounting the rootfs image by the rebuilt kernel. I am using arago original image, downloaded it from their website. Using the following u-boot env args for kernel:
bootargs=mem=128M console=ttyO2,115200n8 noinitrd root=/dev/mtdblock4 rw rootfstype=jffs2 rootdelay=4
So it is all going well until I get messages like: modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory
Then, is the next behavior:
Starting syslogd/klogd: done
Starting thttpd.
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
The rootfs is stuck on this point, please advice?
Yakir