--- In "Arash" <> wrote:
>
> Hi Again,
>
> Ok, I was able to load the new image using the following updated
> commands instead:
>
> insmod -f /lib/modules/2.4.26-ts11/kernel/drivers/char/bootloader.o
> bootload -c "console=ttyAM0,115200 root=/dev/ram0" vmlinux.bin -r
> /dev/sdcard0/disc0/part2 -s 0x100000
>
> After the above commands, the system restarts, and it seems that it
> loads the new kernel (uname -a proves this). But, I am not able to have
> access to all of Debian Linux. I just get into the bootloader. I get
> the kernel panic error when I type exit or logout in the bootloader
> (Why?)
>
> I tried to mount the 3rd partition as follows:
> insmod sdcard.o
> mount /dev/sdcard0/disc0/part3 /mnt/disc3
>
> But I get the following error:
> mount: /proc/filesystems: No such file or directory
>
> Any ideas?
Do you have /proc? (Did you build your kernel with /proc support?)
Is there a mount point for /proc (does the directory /proc exist?)
If /proc exists and is empty, try
mouht -t proc /proc /proc
(I'm going from memory so the syntax above may not be right.)
Anyway, make sure the /proc filesystem exists.
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|