使用的是uclinux.lightsrc.tar.bz2轻量软件包,用的是cygwin allinone的软件包,自己编译的最新的skyeye,uclinux里面没有romfs文件夹,我从其他uclinux-dist-XXX.tar.gz里面拷贝过来的,把我的文件复制到/romfs/bin/里面,然后genrom了一下生成boot.rom文件(skyeye.conf里面设置启动boot.rom),结果运行启动出现kernel panic: not init就死机了,怎么回事?请大家指点
You must configure the uClinux by 'make xconfig' or 'make menuconfig' command and select GDB/ARMulator in Vendor/Product. After configuring you must used 'mke dep' and 'make' command to build dependence and compile kernel, filesystem.If successufl compile kernel and filesystem, the romfs.img will be created in uClinux-dist/images/ directory and linux image will be created in uClinux-dist/linux-2.x.x/ directory.
You can reference my article for Skeye Installation.
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=151812