HI guys
i have used manually install a tar ball to install debian into my sheevaplug.(
http://www.cyrius.com/debian/kirkwood/sheevaplug/unpack.html) i do not know why i cannot use Debian installer to install (
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.html). it is always fails at this end when some software are installed.
right now, i am only using 2.6.30-x-kirkwood Kernel. but i found it does not include some driver i need. then i try to update the 2.6.30 kernal to 2.6.33.
i used the following way:
wget
http://sheeva.with-linux.com/sheeva/README-2.6.33chmod 777 README-2.6.33
./README-2.6.33
then it automatically downloading some file and at the end tell me to do a new boot image.
then i do the following setting:
setenv bootcmd_mmc 'mmcinit; ext2load mmc 0:1 0x01100000 /uInitrd; ext2load mmc 0:1 0x00800000 /sheeva-2.6.33-uImage'
but when i boot the sheevaplug. there are some error happen:
FATAL: Could not load /lib/modules/2.6.33/modules.dep: No such file or directory
what should i do to solve this problem?
thank you