[FE training-materials-updates] Mention /var/lib/tftpboot

Maxime Ripard maxime.ripard at free-electrons.com
Tue Dec 17 17:03:49 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=266a346fab1087cefd0a8ab9a5175db9e6abc679

>---------------------------------------------------------------

commit 266a346fab1087cefd0a8ab9a5175db9e6abc679
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Dec 17 16:57:11 2013 +0100

    Mention /var/lib/tftpboot
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

266a346fab1087cefd0a8ab9a5175db9e6abc679
 labs/android-new-board/android-new-board.tex |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 811ce90..24efd5a 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -213,9 +213,10 @@ Now switch your board off and on again\footnote{Power cycling your
   reasons. If you don't, U-boot will complain that \code{ethaddr} is not
   set.}.
 
-You can then test the TFTP connection. First, put a small text file in
-the directory exported through TFTP on your development
-workstation. Then, from U-Boot, do:
+You can then test the TFTP connection. \code{tftpd} stores the files
+it serves in the \code{/var/lib/tftpboot} directory on your
+workstation. So first, put a small text file in this directory and
+then, from U-Boot, do:
 
 \begin{verbatim}
 tftp 0x80000000 textfile.txt



More information about the training-materials-updates mailing list