From 065b683f6dc93de117797619b8c33ab0071813d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Wed, 11 Dec 2024 15:08:12 +0100 Subject: [PATCH] post: odroid-m1-secure-boot: add non breaking space and comma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Iwanicki --- blog/content/post/2024-04-12-odroid-m1-secure-boot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/content/post/2024-04-12-odroid-m1-secure-boot.md b/blog/content/post/2024-04-12-odroid-m1-secure-boot.md index 7b78ae7c..6d089074 100644 --- a/blog/content/post/2024-04-12-odroid-m1-secure-boot.md +++ b/blog/content/post/2024-04-12-odroid-m1-secure-boot.md @@ -574,7 +574,7 @@ IDB binary is ../u-boot/idbloader.img verifying idbloader ok ``` -In case of unsigned file command would return `invalid idblock tag` +In case of unsigned file, command would return `invalid idblock tag` ### U-Boot Verification @@ -603,7 +603,7 @@ Trying to boot from MMC2 ``` Expected output should contain `sha256,rsa2048:dev+ OK` which means signature -was verified correctly (`+` sign). +was verified correctly (`+` sign). ## What's next