People, I have just erased zImage and ramdisk, using FIS DELETE command, and redownload it, and saved it on the same address, and with FIS LIST I can see the same thing that I could see before. But I don’t know why, but after the message nothing happens anymore. I using EP9301 board, and the ramdisk.gz and zImage that came with Olimex board CD. Can anyone help me? I forgot anything?
Name FLASH addr Mem addr Length Entry point
RedBoot 0x60000000 0x60000000 0x00040000 0x00000000
RedBoot config 0x60FC0000 0x60FC0000 0x00001000 0x00000000
FIS directory 0x60FE0000 0x60FE0000 0x00020000 0x00000000
ramdisk.gz 0x60A40000 0x00800000 0x00300000 0x00800000
zImage 0x60D40000 0x00080000 0x000E0000 0x00080000
RedBoot> +Ethernet eth0: MAC address 00:00:00:00:54:33
IP: 192.168.0.170/255.255.255.0, Gateway: 192.168.0.2
Default server: 192.168.0.8, DNS server IP: 192.168.0.2
RedBoot™ bootstrap and debug environment [ROMRAM]
Non-certified release, version v2_0 - built 08:10:41, Aug 22 2006
Platform: Cirrus Logic EDB9301 Board (ARM920T) Rev A
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.
RAM: 0x00000000-0x02000000, 0x00041e68-0x01fdd000 available
FLASH: 0x60000000 - 0x61000000, 128 blocks of 0x00020000 bytes each.
== Executing boot script in 2.000 seconds - enter ^C to abort
RedBoot> fis load ramdisk.gz
RedBoot> fis load zImage
RedBoot> exec -r 0x800000 -s 0x800000 -c “console=ttyAM root=/dev/ram”
Using base address 0x00080000 and length 0x000df2b0
Now I can start, but only if I download the files directly on RAM and give a exec command, if I do fis load ramdisk.gz and fis load zImage, it doesn’t work.
leomecma