From 5334544620a1aca7b7122f05afbdf4a6579861ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Thu, 12 Sep 2019 15:28:46 +0200 Subject: [PATCH] [Presentation_fitImage] Add tools to check sign for fitImage --- Presentation_fitImage.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Presentation_fitImage.tex b/Presentation_fitImage.tex index 642260f..b678869 100644 --- a/Presentation_fitImage.tex +++ b/Presentation_fitImage.tex @@ -519,6 +519,25 @@ $ make CROSS_COMPILE=arm-linux-gnueabihf- EXT_DTB=u-boot_pubkey.dtb \end{lstlisting} \end{frame} +%**** Vérifier la signature dans à la construction **** + +\subsection{Vérifier la signature dans à la construction} + +\begin{frame} +\begin{center} +\large{Vérifier la signature à la construction} +\end{center} +\end{frame} + +\begin{frame}[fragile] +il est possible de vérifier la signature d'une image avec : +\begin{lstlisting}[style=shell] +$ fit_check_sign -f fitImage -k u-boot_pubkey.dtb +\end{lstlisting} +L'outils est disponible dans le paquet uboot-tools dans buildroot:\newline +\texttt{./output/build/host-uboot-tools-2017.07/tools/fit\_check\_sign} +\end{frame} + %**** Exemple: logs U-Boot **** \subsection{Exemple: logs U-Boot}