From 11a14ac0f4fa33d55362dec2bdfe871fb25ce1e3 Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Sat, 6 Mar 2021 17:50:26 +0100
Subject: [PATCH] Updated the README.md file.

---
 README.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 21a872f..8e109ea 100644
--- a/README.md
+++ b/README.md
@@ -298,9 +298,7 @@ Then, both rootfs and datafs UBIFS images must be created respecting the geometr
 | QSPI Flash memory size | 33554432 Bytes |
 |------------------------|----------------|
 | Page size              | 256 Bytes      |
-|------------------------|----------------|
 | Erase block size       | 65536 Bytes    |
-|------------------------|----------------|
 | Max. erase blocks      | 512            |
 
 **This information alone is not sufficient. Please refer to subsection [Geometric organisation](#howto-obtain-information-about-the-geometric-organisation-of-the-spi-nor-memory).**
@@ -548,11 +546,16 @@ partition@ubi {
 Image : ubi
 Size  : 28311552 - 0x1B00000
 
-             --------------------------------------------------
-vol. names : | uenv-vol | uenv2-vol | datafs-vol | rootfs-vol |
-             --------------------------------------------------
-vol. sizes : |  20000   |   20000   |  8126464   |  19922944  |
-             --------------------------------------------------
+| QSPI Flash memory size | 33554432 Bytes |
+|------------------------|----------------|
+| Page size              | 256 Bytes      |
+| Erase block size       | 65536 Bytes    |
+| Max. erase blocks      | 512            |
+
+             
+|     name s    | uenv-vol | uenv2-vol | datafs-vol | rootfs-vol |
+|---------------|----------|-----------|------------|------------|
+| sizes (Bytes) |  20000   |   20000   |  8126464   |  19922944  |
 ```
 
 ### Flash firmware on QSPI memory
-- 
GitLab