小弟是用Skyeye來運行UcLinux的。
以下是小弟更動romfs.img的作法。
1、先到uclinux-dist(uCLinux source code)裡面,make romfs...
2、這個時候,romfs的資料匣中,會出現該有的root file system...
3、到romfs資料匣中,用mkdir /home/suskind,在home裡面新增suskind資料匣。
4、make image
5、此時,image的資料匣中,出現romfs.img檔案。
6、mount romfs.img /mnt -o loop以確認是否有/home/suskind(有!)
7、將skyeye執行檔、linux(kernel image)、romfs.img放在一起。
8、skyeye -e linux
結果:開機有成功,但是/home中並沒有suskind資料匣。
備註:小弟也嚐試用上面的方法更動/etc/rc內的資料,但也都失敗,內容在開機後原封不動。
請各位學長釋疑