[FE training-materials-updates] sysdev: labs: bump sam-ba to 2.15

Antoine Ténart antoine.tenart at free-electrons.com
Mon Dec 14 16:07:41 CET 2015


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

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

commit e3de589f96f6831088fe4e0a6f34cfafb630a52c
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon Nov 23 17:21:23 2015 +0100

    sysdev: labs: bump sam-ba to 2.15
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

e3de589f96f6831088fe4e0a6f34cfafb630a52c
 labs/sysdev-u-boot/sysdev-u-boot.tex | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index c2efcf3..5d60a7e 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -41,18 +41,11 @@ In case this website is down, you can also find this
 tool on \url{http://free-electrons.com/labs/tools/}.}.
 
 \begin{verbatim}
-wget http://www.atmel.com/Images/sam-ba_2.12.zip
-unzip sam-ba_2.12.zip
+wget http://www.atmel.com/Images/sam-ba_2.15.zip
+unzip sam-ba_2.15.zip
 \end{verbatim}
 
-To run \code{sam-ba}, you will need some 32 bit libraries if you are using
-a 64 bit installation of Ubuntu:
-
-\begin{verbatim}
-sudo apt-get install libxss1:i386 libxft2:i386
-\end{verbatim}
-
-Otherwise, you just need to install the below libraries:
+To run \code{sam-ba}, you will need to install the below libraries:
 
 \begin{verbatim}
 sudo apt-get install libxss1 libxft2
@@ -174,7 +167,8 @@ On the serial port, you should see \code{RomBoot}.
 
 Put the jumper back.
 
-Then, start \code{sam-ba} as root (run the executable from where it was
+Then, start \code{sam-ba} (or \code{sam-ba_64} if using a 64 bit
+installation of Ubuntu) as root (run the executable from where it was
 extracted). You'll get a small window. Select the \code{ttyACM0}
 connection, and the \code{at91sama5d3x-ek} board. Hit \code{Connect}.
 




More information about the training-materials-updates mailing list