summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-09-04 03:29:01 +0200
committerTom Rini <trini@konsulko.com>2022-09-15 16:11:06 -0400
commitfd986d6021e3a9f31bd062631132c493bae5cea6 (patch)
tree77da28f5e4759092187f72483e1714a7253a7b71
parente1da01d7b10057de27baf579912d188da3550a4d (diff)
Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script
Original Nokia UBIFS system image has 1870 LEBs, so set UBIFS volume size in test script to the same value. Number of 1870 LEBs corresponds to 230MiB (LEB size * num of LEBs = 126KiB * 1870 = 230MiB). Signed-off-by: Pali Rohár <pali@kernel.org>
-rwxr-xr-xtest/nokia_rx51_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh
index 28aa554ed8b..abd1712fd79 100755
--- a/test/nokia_rx51_test.sh
+++ b/test/nokia_rx51_test.sh
@@ -129,7 +129,7 @@ cat > ubi.ini << EOF
mode=ubi
image=ubifs.img
vol_id=0
-vol_size=160MiB
+vol_size=230MiB # 1870 LEBs
vol_type=dynamic
vol_name=rootfs
vol_alignment=1