Conversation
9d86d0e to
fdf1a1b
Compare
|
I managed to compile and try to mount an SD card storage implementation with Is there anything more specific to the migration process? |
|
I manged to format and write to the SD card. Now with the master branch up to date I can also test the |
This adds tests for generating filesystems with a version. It also adds tests that those filesystems are read properly. This will help avoid breaking backward compatibility
fdf1a1b to
f718fc2
Compare
|
I did some testing once and it lead to the filesystem also failing to load though I didn't perform a thorough investigation as I was investigating another issue which I hoped would be solved by a more recent littlefs version, which wasn't the case. I've added a couple test that generate a filesystem with the old version and reads them with the new and it seems to work fine. |
|
I've tested the new version by formatting the SD card using I've been experiencing another issue when I format the SD card on the device. |
|
@sosthene-nitrokey any progress on upgrading littlefs? https://github.com/littlefs-project/littlefs/releases/tag/v2.7.0 |
|
Replaced by #92. |
This fixes a bug encountered in #33
According to the littlefs release notes, this shouldn't be a breaking change, but we should still test it nonetheless.