Mercurial > flash_v2
changeset 1318:e7283a4a428c
* doc/redboot_installing.sgml: Fix eb40 flash install instructions.
| author | jlarmour |
|---|---|
| date | Thu, 16 Oct 2003 19:04:02 +0000 |
| parents | 8f869e3f4c09 |
| children | 94e373b3fc8d |
| files | packages/redboot/current/ChangeLog packages/redboot/current/doc/redboot_installing.sgml |
| diffstat | 2 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,7 @@ +2003-10-16 Jonathan Larmour <jifl@eCosCentric.com> + + * doc/redboot_installing.sgml: Fix eb40 flash install instructions. + 2003-10-15 Gary Thomas <gary@mlbassoc.com> * src/flash.c:
--- 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 <literal>lower mem</literal> will choose Angel, whereas selecting -SW1 to <literal>Upper mem</literal> will choose RedBoot. +SW1 to <literal>upper mem</literal> will choose RedBoot. </para> <para> Set SW1 to <literal>lower mem</literal> 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. <screen> <userinput>arm-elf-gdb redboot_RAM.elf</userinput> (gdb) <userinput>tar rdi s=/dev/ttyS0</userinput> @@ -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) -</screen> -SW1 should then be set to <literal>upper mem</literal> just before starting RedBoot -using the <command>cont</command> command. -<screen> (gdb) <userinput>cont</userinput> Continuing. </screen> @@ -918,7 +913,9 @@ Finally, program it to flash. <screen> RedBoot> <userinput>fi wr -f 0x01010000 -b %{FREEMEMLO} -l 0xe100</userinput> </screen> -Press the "reset" pushbutton and RedBoot should come up on the board. +SW1 should now be set to <literal>upper mem</literal> to select booting +with RedBoot rather than Angel. Finally, press the "reset" pushbutton and +RedBoot should come up on the board. </para> </sect3>
