From ade86a50cca7e493405017c50c7feb0606abaa48 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 18 Oct 2024 17:11:11 +0200 Subject: [PATCH] labs: yocto: beaglebone: update lab8 to scarthgap * Update the SDK script filename. * Update the env setup script name. Signed-off-by: Antonin Godard --- labs/yocto-sdk/yocto-sdk.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/yocto-sdk/yocto-sdk.tex b/labs/yocto-sdk/yocto-sdk.tex index aa70018948..9fb7ba2b96 100644 --- a/labs/yocto-sdk/yocto-sdk.tex +++ b/labs/yocto-sdk/yocto-sdk.tex @@ -40,7 +40,7 @@ \section{Install the SDK} {\footnotesize \if\defstring{\labboard}{beaglebone} \begin{verbatim} -$BUILDDIR/tmp/deploy/sdk/poky-glibc-x86_64-bootlinlabs-image-minimal-cortexa8hf-neon-toolchain-2.5.sh +$BUILDDIR/tmp/deploy/sdk/poky-glibc-x86_64-bootlinlabs-image-minimal-cortexa8t2hf-neon-bootlinlabs-toolchain-5.0.4.sh \end{verbatim} \fi \if\defstring{\labboard}{stm32mp1} @@ -61,7 +61,7 @@ \section{Set up the environment} (\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 +source environment-setup-cortexa8t2hf-neon-poky-linux-gnueabi \end{verbatim} \fi \if\defstring{\labboard}{stm32mp1}