projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1da01d
)
Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script
author
Pali Rohár
<pali@kernel.org>
Sun, 4 Sep 2022 01:29:01 +0000
(
03:29
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 15 Sep 2022 20:11:06 +0000
(16:11 -0400)
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>
test/nokia_rx51_test.sh
patch
|
blob
|
history
diff --git
a/test/nokia_rx51_test.sh
b/test/nokia_rx51_test.sh
index 28aa554ed8bc3c7781ae96f78a26ab24214d7383..abd1712fd791dd1da3a0952cdf35783e300e70f9 100755
(executable)
--- 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