Hi,
I have to use Redboot to flash La Fonera 2.0 because ssh is not enable in first firmware release of RC1.
But i have a problem when I want to load the loader.bin
Code:
RedBoot> fis list
Name FLASH addr Mem addr Length Entry point
RedBoot 0xA8000000 0xA8000000 0x00030000 0x00000000
FIS directory 0xA87E0000 0xA87E0000 0x0000F000 0x00000000
RedBoot config 0xA87EF000 0xA87EF000 0x00001000 0x00000000
RedBoot> fis init
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
And when i try the command
Code:
RedBoot> load -r -b 0x80100000 loader.bin
Impossible to load the loader and I have a Timeout
Is it normal that in the fis list I don't have already an image or a loader?
My Fonera is a brick...
Thanks for your help.