Hi, I had a similar problem, I hope this can be useful for you.
first, I consider important that you have to check the size of your kernel
image, see:
your kernel image use ((a68e7b - 800000) + 1) = 268E7C in hexa!!!
this is 2526844 decimal base !!!
so, the instruction for fis should be:
RedBoot> fis create -b 0x00800000 -l 0x00268E7C ramdisk.gz
or
RedBoot> fis create -b 0x00800000 -l 2526844 ramdisk.gz
BTW, if the problem persists,considering you are sure of having enough space
for that kernel, which was my case, I used fis init -h, don't forget -h, these
formats the flash, excepting the boot space located in the beginning.
RedBoot> fis init -f
About to initialize [format] flash image system - continue (y/n)? y
and try again to do fis create. Good luck!
--- In "rathore_linux" <> wrote:
>
> Hello,
>
> I just bought TS7200 and trying to download ramdisk when facing following
> error:
>
> "Can't locate 280000(2621440) bytes free in FLASH "
>
> Any suggestions ?
>
> RedBoot> load -r -v -b 0x800000 -h 192.168.0.100 ramdisk.gz
>
> Using default protocol (TFTP)
>
> /
>
> Raw file loaded 0x00800000-0x00a68e7b, assumed entry at 0x00800000
>
> RedBoot> fis create -b 0x800000 -l 0x00269343 ramdisk.gz
>
> Can't locate 280000(2621440) bytes free in FLASH
>
> RedBoot>
>
> Thanks,
> Deepak
>
------------------------------------
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/
|