[update] documentation
authorFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 22:15:50 +0000 (17:15 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 22:15:50 +0000 (17:15 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index 2a5abbc72fa85368803307e8decc80959b532e71..34fd85da86868240577d40abfc4753dad66c2d1f 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index 0fa7ab5bd6779a7fe4585c17fd8cff36fcfe95d8..4dc82da05804d956ac093b0cdd49bd199e5a3e01 100644 (file)
@@ -115,7 +115,7 @@ $> target extended localhost:4242
 \end{small}
 
 \paragraph{}
-To load the program, use:\\
+To load the program in SRAM, use:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
 $> load blink.elf
@@ -123,7 +123,8 @@ $> load blink.elf
 \end{small}
 
 \paragraph{}
-Then, you can run the program using:\\
+GDB automatically set the PC register to the correct value, 0x20000000 in this case. Then, you
+can run the program using:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
 $> run