diff options
author | Pali Rohár <pali@kernel.org> | 2022-09-04 03:29:01 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-15 16:11:06 -0400 |
commit | fd986d6021e3a9f31bd062631132c493bae5cea6 (patch) | |
tree | 77da28f5e4759092187f72483e1714a7253a7b71 | |
parent | e1da01d7b10057de27baf579912d188da3550a4d (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-x | test/nokia_rx51_test.sh | 2 |
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 |