Intel I/O Processor Computer Hardware User Manual


 
Linux - Debian—Target Firmware Setup
June 2005 Intel
®
I/O Processors Linux-Debian Installation Guide
12 Order Number: 306507001US
When preferred, use the TFTP server to download the images. This is much faster that XModem.
Copy the {board}-rom\install\bin\redboot.srec and {board}-ram\install\bin\redboot.srec to the
TFTP server under unique names such as redboot-rom.srec and redboot-ram.srec.
Then issue the following command sequence:
RedBoot> load -m tftp redboot-ram.srec
RedBoot> fis unlock -f {flash-addr-ram-img} -l {img_len}
RedBoot> fis create RedBoot[backup] -f {flash-addr-ram-img}
-b {ram-addr-ram-img} -r {ram-addr-ram-img} -l {img_len}
RedBoot> fis lock -f {flash-addr-ram-img} -l {img_len}
RedBoot> fis load RedBoot[backup]
RedBoot> go
RedBoot> load -m tftp -b {ram-addr-rom-img} redboot-rom.srec
RedBoot> fis unlock -f {flash-addr-rom-img} -l {img_len}
RedBoot> fis create RedBoot -f {flash-addr-rom-img} -
b {ram-addr-rom-img} -l {img_len} -s {img_len}
RedBoot> fis lock -f {flash-addr-rom-img} -l {img_len}
RedBoot> reset