Increase the boot partition size of the SD card to 128 MB so that boot
partition size is in sync with the WIC image boot partition size.

Signed-off-by: Priya N S <priya...@ti.com>
---
 create-sdcard.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/create-sdcard.sh b/create-sdcard.sh
index 546588b..a647ccd 100644
--- a/create-sdcard.sh
+++ b/create-sdcard.sh
@@ -382,7 +382,7 @@ done
 
 PARTITION="0"
 if [ -n "$SIZE1" -a -n "$SIZE2" ] ; then
-       if  [ "$SIZE1" -gt "72000" -a "$SIZE2" -gt "700000" ]
+       if  [ "$SIZE1" -gt "128000" -a "$SIZE2" -gt "700000" ]
        then
                PARTITION=1
 
@@ -506,7 +506,7 @@ n
 p
 1
 
-+75M
++128M
 n
 p
 2
@@ -582,7 +582,7 @@ n
 p
 1
 
-+75M
++128M
 n
 p
 2
-- 
2.19.1.windows.1

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to