david.lewin <> [2006-10-09 18:23:29]:
> Hello the group,
>
> I'm new here and also with the TS 7260.
>
> ALthough I've read messages and docs, I have a simple question :
>
> the redboot script does not work anymore when I type :
> exec -c "console=ttyAM0,115200 ip=dhcp root=/dev/mtdblock1"
> for the redboot script, this give me a :
> "Can't execute linux invalid address"
You need to 'load' linux first into ram and then you can 'exec' it. Something
like this:
load -v -r -b 0x00218000 -m http -h 192.168.0.1 /zImage
exec -c "console=ttyAM0,115200 ip=dhcp root=/dev/mtdblock1"
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/
|