--- In "Doug" <> wrote:
>
> --- In "j.chitte" <j.chitte@> wrote:
>
> > RedBoot> exec -c "console=ttyAM0,115200 ip=192.168.1.50 root=/dev/nfs
> > nfsroot=192.168.1.3:/mnt/nfs"
>
> Looks like you didn't specify the size of the kernel image, I think you have
> to. Try:
>
> exec -b 0x00218000 -l sizeOfKernelInBytes -c ........
>
> replacing sizeOfKernelInBytes with the actual number.
>
Thanks for the suggestion.
Reboot doc suggests that neither -b or -l are obligatory, although -l should be
used with -b.
http://ecos.sourceware.org/docs-latest/redboot/exec-command.html
however, either one or both , it still fails to even get started:
exec -l 0x0015A334 -c "console=ttyAM0,115200 ip=192.168.1.50 root=/dev/nfs
nfsroot=192.168.1"
Using base address 0x00218000 and length 0x00 @ªÄÿ
Hung!
Raw file loaded 0x00218000-0x00372333, assumed entry at 0x00218000
RedBoot> exec -b 0x218000 -l 0x0015A334 -c "console=ttyAM0,115200
ip=192.168.1.50 root=/dev/nfs nfsroot=192.168.1"
Hung!
regards, Won Bin Hung.
------------------------------------
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/
|