--- In "thinkr32" <> wrote:
>
> --- In "j.chitte" <j.chitte@> wrote:
> >
> > --- In "thinkr32" <cmosis5@> wrote:
> > >
> > > I'm trying to copy the FIS config directory so that I can restore it when
> > > needed. However, it doesn't seem to work.
> > >
> > > It seems like I need to copy it to RAM, then from RAM I can copy that
> > > elsewhere. (You can't dump the fis directory via dump or x cmds).
> > >
> > > (Trying to copy to RAM)
> > > RedBoot> fis load -b %{FREEMEMLO} "FIS directory"
> > > RedBoot> x -b %{FREEMEMLO}
> > > 00051800: E1A00000 E1A00000 E1A00000 E1A00000
> > > 00051810: E1A00000 E1A00000 E1A00000 E1A00000
> > >
> > > However, this doesn't seem to be working, since nothing is going in that
> > > mem locaiton.
> > >
> > > (just filled memory with 5555)
> > > RedBoot> x -b %{FREEMEMLO}
> > > 00051800: 00005555 00005555 E1A00000 E1A00000
> > > 00051810: E1A00000 E1A00000 E1A00000 E1A00000
> > > RedBoot> fis load -b %{FREEMEMLO} "FIS directory"
> > > RedBoot> x -b %{FREEMEMLO}
> > > 00051800: 00005555 00005555 E1A00000 E1A00000
> > > 00051810: E1A00000 E1A00000 E1A00000 E1A00000
> > > RedBoot>
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > RedBoot> version
> > >
> > > RedBoot(tm) bootstrap and debug environment [ROMRAM]
> > > Non-certified release, version current-TS_5 - built 16:49:31, Mar 1 2005
> > >
> > > Platform: TS-7250 Board (ARM920T) Rev A
> > > Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
> > >
> > > RAM: 0x00000000-0x02000000, [0x00051570-0x01ff9000] available
> > > FLASH: 0x60000000 - 0x62000000, 2048 blocks of 0x00004000 bytes each.
> > >
> >
> > my reading of the doc:
> > http://ecos.sourceware.org/docs-latest/redboot/fis-load-command.html
> > http://ecos.sourceware.org/docs-latest/redboot/fis-list-command.html
> > indicates that you are trying to load the file "FIS directory" from the
> > FIS directory.
> >
> > 'fis list' will show you the size of the blocks allocated to the fis
> > directory
> > 'fis list -d' will show you it's size.
> >
> > from your results I would guess it's size = 0
> >
>
>
No, its size is 0x4000
RedBoot> fis li
Name FLASH addr Mem addr Length Entry point
(reserved) 0x60000000 0x60000000 0x01D04000 0x00000000
RedBoot 0x61D04000 0x61D04000 0x00040000 0x00000000
vmlinux 0x61D44000 0x00218000 0x0015C000 0x00218000
RedBoot config 0x61FF8000 0x61FF8000 0x00001000 0x00000000
FIS directory 0x61FFC000 0x61FFC000 0x00004000 0x00000000
I tried to copy vmlinux and that copies to RAM (to freememlo)... so why can you
copy FIS directory?
Any ideas?
------------------------------------
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/
|