-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrf54l15 write block size #1580
nrf54l15 write block size #1580
Conversation
f90c650
to
5ba4213
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with smp_svr
sample with enabled bluetooth.
Before change I received on the shell:
[00:00:00.001,283] <err> littlefs: WEST_TOPDIR/modules/fs/littlefs/lfs.c:1234: Corrupted dir pair at {0}
[00:00:00.001,290] <wrn> littlefs: can't mount (LFS -84); formatting
With that fix there is no warning
shouldn't it go first to the Upstream repo? |
|
This issue is probable not related with that change. It works the same with |
This is normal as it fails to recognize LIttleFS in designated storage partition so makes a new one. |
5ba4213
to
7051f5a
Compare
write-block-size correction. Upstream PR: zephyrproject-rtos/zephyr#70412 Signed-off-by: Mateusz Michalek <[email protected]>
7051f5a
to
702cad3
Compare
write-block-size correction.