--- In "Eduardo Mendiola" <> wrote:
>
> Hi Mike,
>
> I'm also kind of new to the group and Embedded Linux. I'm trying to
> get the TS-7200 to boot from the CF.
>
> I purchased the TS-ARM Linux development kit for the TS-7200 and I'm
> trying to load the file system from the Compact Flash card with the
> following commands on RedBoot:
>
> RedBoot> fis list
> Name FLASH addr Mem addr Length Entry point
> (reserved) 0x60000000 0x60000000 0x00620000 0x00000000
> RedBoot 0x60620000 0x60620000 0x00040000 0x00000000
> vmlinux 0x60660000 0x00218000 0x000C0000 0x00218000
> RedBoot config 0x607C0000 0x607C0000 0x00001000 0x00000000
> FIS directory 0x607E0000 0x607E0000 0x00020000 0x00000000
> RedBoot> fis load vmlinux
> RedBoot> exec -c "console=ttyAM0,115200 ip=dhcp root=/dev/hda1"
> Using base address 0x00218000 and length 0x000b388c
>
> However, the system seems to hang there.
>
Unfortunately this is not clearly documented in the TS docs. You need
to read the redboot docs. (And I really ought to add this to the
wiki....)
RedBoot> load -r -b 0x00218000 -m disk hda1:/boot/vmlinuz
Raw file loaded 0x00218000-0x00394043, assumed entry at 0x00218000
RedBoot> exec -c "root=/dev/hda1 console=ttyAM1,115200"
--Yan
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|