15
2.4 Downloading Linux and Ramdisk
Note:
Downloading of Linux and Ramdisk are only possible using the
RTL8305SB Ethernet port: LANA3.
The bundled Linux Kernel of FW-3600 is an open source architecture. This section is of vital
use for programmers who wish to set up the FW-3600 into a TFT server. Downloading of
Linux and Ramdisk are required when you intend to perform the following:
modify the existing Kernel,
replace the entire Kernel, and
recover to original Kernel of FW-3600.
Reminder:
Linux and Ramdisk downloads for modification/replacement/recovery
purposes require FW-3600 connection to a PC via TFTP protocol.
2.4.1 Procedures
From the TFTP server’s configured protocol, run the following command lines:
Setup a TFTP server
RedBoot> fconfig
set the local ip address and tftp server ip address based on your
preferred settings (mainly to configure FW-3600 as a TFTP server)
Reset the system (using the reset button the FW-3600 rear panel)
Use the following easy commands:
RedBoot>1 <Enter> (fis init –f)
RedBoot>2 xxxx (load -r -v -b 0x10000000 mac.bin) (xxxx = filename)
(fis create -b 0x10000000 -l 0x2000 mac)
RedBoot>3 Fem434aa.K01 (load -r -v -b 0x11600000 zImage)
(fis create -b 0x11600000 -l 0x100000 zimage)
RedBoot>4 Fem434aa.R01 (load -r -v -b 0x10800000 target.gz)
fis create -b 0x10800000 -l 0x600000 ramdisk)
RedBoot>5 fis create -b 0x100000 -l 0x2000 param
Reset the system using the reset button the FW-3600 rear panel)