From c1c6b78ba3b2d1f4f5513bf82293f1bd937ace05 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 25 Jul 2023 23:42:15 +0800
Subject: [PATCH] Update config.json for image size to 1GB
---
config.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.json b/config.json
index 7dd2adf..8f3ca81 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
{
"distro":"yocto",
"version":"kirkstone",
- "imgsize":"2048",
+ "imgsize":"1024",
"bootsize":"100"
}
}
--
Gitblit v1.9.1