# HG changeset patch # User jlarmour # Date 1066331042 0 # Node ID e7283a4a428c442e82f09c164734d1b8be5a7206 # Parent 8f869e3f4c09a76220f9fcf12021b3cb45a58f26 * doc/redboot_installing.sgml: Fix eb40 flash install instructions. diff --git a/packages/redboot/current/ChangeLog b/packages/redboot/current/ChangeLog --- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,7 @@ +2003-10-16 Jonathan Larmour + + * doc/redboot_installing.sgml: Fix eb40 flash install instructions. + 2003-10-15 Gary Thomas * src/flash.c: diff --git a/packages/redboot/current/doc/redboot_installing.sgml b/packages/redboot/current/doc/redboot_installing.sgml --- a/packages/redboot/current/doc/redboot_installing.sgml +++ b/packages/redboot/current/doc/redboot_installing.sgml @@ -857,12 +857,12 @@ in flash. At this time, Angel will not will be placed in the alternate half of flash. Switch SW1 is used to select which monitor to boot. Once RedBoot is installed, selecting SW1 to lower mem will choose Angel, whereas selecting -SW1 to Upper mem will choose RedBoot. +SW1 to upper mem will choose RedBoot. Set SW1 to lower mem and connect serial port A to a host computer. Using GDB from the host and Angel on the board, -download the RAM mode image of RedBoot to the board. +download and run the RAM mode image of RedBoot to the board. arm-elf-gdb redboot_RAM.elf (gdb) tar rdi s=/dev/ttyS0 @@ -879,11 +879,6 @@ Loading section .rodata, size 0x15a0 lma Loading section .data, size 0x2e4 lma 0x20295b8 Start address 0x2020040 , load size 39068 Transfer rate: 6250 bits/sec, 500 bytes/write. -(gdb) - -SW1 should then be set to upper mem just before starting RedBoot -using the cont command. - (gdb) cont Continuing. @@ -918,7 +913,9 @@ Finally, program it to flash. RedBoot> fi wr -f 0x01010000 -b %{FREEMEMLO} -l 0xe100 -Press the "reset" pushbutton and RedBoot should come up on the board. +SW1 should now be set to upper mem to select booting +with RedBoot rather than Angel. Finally, press the "reset" pushbutton and +RedBoot should come up on the board.