[bootlin/training-materials updates] master: labs/yocto-sdk: add instructions for stm32mp1 (1b295112)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Oct 9 17:51:16 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/1b295112c9598bcaeebe5938423e64d441d6c546

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

commit 1b295112c9598bcaeebe5938423e64d441d6c546
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Oct 9 17:50:41 2023 +0200

    labs/yocto-sdk: add instructions for stm32mp1
    
    Before that, we had only the beaglebone ones
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

1b295112c9598bcaeebe5938423e64d441d6c546
 labs/yocto-sdk/yocto-sdk.tex | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/labs/yocto-sdk/yocto-sdk.tex b/labs/yocto-sdk/yocto-sdk.tex
index 9073b82f..baa0e754 100644
--- a/labs/yocto-sdk/yocto-sdk.tex
+++ b/labs/yocto-sdk/yocto-sdk.tex
@@ -30,18 +30,32 @@ Install the SDK in \code{$HOME/__SESSION_NAME__-labs/sdk} by executing the scrip
 generated at the previous step.
 
 {\footnotesize
+\if\defstring{\labboard}{beaglebone}
 \begin{verbatim}
 $BUILDDIR/tmp/deploy/sdk/poky-glibc-x86_64-bootlinlabs-image-minimal-cortexa8hf-neon-toolchain-2.5.sh
 \end{verbatim}
+\fi
+\if\defstring{\labboard}{stm32mp1}
+\begin{verbatim}
+$BUILDDIR/tmp/deploy/sdk/poky-glibc-x86_64-bootlinlabs-image-minimal-cortexa7t2hf-neon-vfpv4-bootlinlabs-toolchain-4.0.5.sh
+\end{verbatim}
+\fi
 }
 
 \section{Set up the environment}
 
 Go into the directory where you installed the SDK
 (\code{$HOME/__SESSION_NAME__-labs/sdk}). Source the environment script:
+\if\defstring{\labboard}{beaglebone}
 \begin{verbatim}
 source environment-setup-cortexa8hf-vfp-neon-poky-linux-gnueabi
 \end{verbatim}
+\fi
+\if\defstring{\labboard}{stm32mp1}
+\begin{verbatim}
+source environment-setup-cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi
+\end{verbatim}
+\fi
 
 Have a look at the exported environment variables:
 \begin{verbatim}




More information about the training-materials-updates mailing list