From c1b40e985a2f7675e1e9b802f7ca7aadadce9231 Mon Sep 17 00:00:00 2001 From: yangjian Date: Wed, 17 May 2023 16:04:58 +0800 Subject: [PATCH] fix mount failed Signed-off-by: yangjian Change-Id: I2bd80864c146d647ce3df363ac4ffc5bfc261c7f --- shields/v200zr-evb-t0/v200zr-evb-t0.hcs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shields/v200zr-evb-t0/v200zr-evb-t0.hcs b/shields/v200zr-evb-t0/v200zr-evb-t0.hcs index 26e234a..07f3a67 100644 --- a/shields/v200zr-evb-t0/v200zr-evb-t0.hcs +++ b/shields/v200zr-evb-t0/v200zr-evb-t0.hcs @@ -17,8 +17,8 @@ root { match_attr = "littlefs_config"; mount_points = ["/data"]; partitions = [10]; - block_size = [4096]; - block_count = [1024]; + blockSize = [4096]; + blockCount = [1024]; } } storage_config {