[FE training-materials-updates] Add instructions to install missing packages

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


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

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

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

commit be614b100aad5d6c9a6db6fd5438c296803235b4
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Dec 17 16:56:51 2013 +0100

    Add instructions to install missing packages
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

be614b100aad5d6c9a6db6fd5438c296803235b4
 labs/android-new-board/android-new-board.tex |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 7bdf9fe..811ce90 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -61,6 +61,13 @@ or, depending on your setup,
 export CCACHE_DIR=/opt/ccache-rowboat
 \end{verbatim}
 
+Then, we will need an extra package that will be required by the build system
+to build the kernel images:
+
+\begin{verbatim}
+sudo apt-get install uboot-mkimage
+\end{verbatim}
+
 And finally, we can start the compilation:
 
 \begin{verbatim}
@@ -138,7 +145,11 @@ the board using the TFTP protocol, which works on top of an Ethernet
 connection.
 
 To start with, install and configure a TFTP server on your development
-workstation, as detailed in the bootloader slides.
+workstation.
+
+\begin{verbatim}
+apt-get install tftpd-hpa
+\end{verbatim}
 
 With a network cable, connect the Ethernet port of your board to the
 one of your computer. If your computer already has a wired connection



More information about the training-materials-updates mailing list