repito la secuencia de arranque del redboot
RedBoot> fconfig
Run script at boot: true
Boot script:
Enter script, terminate with empty line
>> fis load -l vmlinux.bin.l7
>> exec
>>
Boot script timeout (1000ms resolution): 5
Use BOOTP for network configuration: false
Gateway IP address:
Local IP address: 192.168.1.1
Local IP address mask: 255.255.255.0
Default server IP address: 192.168.1.101
Console baud rate: 9600
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Update RedBoot non-volatile configuration - continue (y/n)? y
... Erase from 0xbffe0000-0xbfff0000: .
... Program from 0x80ff0000-0x81000000 at 0xbffe0000: .
RedBoot>
Como ves hay un espacio en la última línea.
Ahora vuelvo a flashear:
RedBoot> fis init -f
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0xbfc30000-0xbffe0000: ...........................................................
... Erase from 0xbffe0000-0xbfff0000: .
... Program from 0x80ff0000-0x81000000 at 0xbffe0000: .
RedBoot> ip_address -l 192.168.1.1 -h 192.168.1.111
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.111
RedBoot> load -r -b %{FREEMEMLO} nightwing_v0.7-vmlinux.lzma
Using default protocol (TFTP)
Raw file loaded 0x80040c00-0x800f0bff, assumed entry at 0x80040c00
fis create -r 0x80041000 -e 0x80041000 vmlinux.bin.l7
... Erase from 0xbfc30000-0xbfce0000: ...........
... Program from 0x80040c00-0x800f0c00 at 0xbfc30000: ...........
... Erase from 0xbffe0000-0xbfff0000: .
... Program from 0x80ff0000-0x81000000 at 0xbffe0000: .
RedBoot> load -r -b %{FREEMEMLO} nightwing_v0.7-root.squashfs
Using default protocol (TFTP)
Raw file loaded 0x80040c00-0x80240bff, assumed entry at 0x80040c00
RedBoot> fis free
0xBFCE0000 .. 0xBFFE0000
RedBoot>
y Reset
RedBoot>reset
Ahora cuando se inicia si parpadean las luces rojas y mientras responde al ping y al redboot, pero al rato, deja de responder a ambos.
Me llama la atención que la creación de la primera partición le toma poco más de 2 minutos y la segunda unos 5 minutos. Creo que es muy poco tiempo ¿no?
Saludos
