[FE training-materials-updates] buildroot-appdev: add skeleton

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 5 16:18:15 CEST 2015


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

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

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

commit fb00bb4980ffa5534f65ba8ab11dee838d9cf3bb
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue May 5 16:17:49 2015 +0200

    buildroot-appdev: add skeleton
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

fb00bb4980ffa5534f65ba8ab11dee838d9cf3bb
 slides/buildroot-appdev/buildroot-appdev.tex | 32 ++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

diff --git a/slides/buildroot-appdev/buildroot-appdev.tex b/slides/buildroot-appdev/buildroot-appdev.tex
index d673b4d..563738f 100644
--- a/slides/buildroot-appdev/buildroot-appdev.tex
+++ b/slides/buildroot-appdev/buildroot-appdev.tex
@@ -1,12 +1,36 @@
 \section{Application development}
 
+\begin{frame}{Building code for Buildroot}
+
+\end{frame}
+
+\begin{frame}{The {\tt <pkg>\_OVERRIDE\_SRCDIR} mechanism}
+
+\end{frame}
+
+\begin{frame}{Debugging: debugging symbols and stripping}
+
+\end{frame}
+
+\begin{frame}{Debugging: gdb, gdbserver and sysroot}
+
+\end{frame}
+
+\begin{frame}{Debugging tools available in Buildroot}
+
+\end{frame}
+
+\begin{frame}{Generating a SDK for application developers}
+
+\end{frame}
+
 \setuplabframe
 {Application development with Buildroot}
 {
   \begin{itemize}
-  \item Experiment application development and debugging with
-    Buildroot, through a practical example on our target system.
-  \item Setting up an Eclipse-based development environment, using the
-    Buildroot Eclipse plugin.
+  \item Build and run your own application
+  \item Remote debug your application
+  \item Use \code{<pkg>_OVERRIDE_SRCDIR}
+  \item Set up Eclipse for Buildroot application development
   \end{itemize}
 }



More information about the training-materials-updates mailing list