There is an assertion that prevents the blocksize from being set lower than 128 bytes.
I have reasons, but I was trying to set a block size lower than that.
lfs: littlefs/lfs.c:4186: lfs_init: Assertion lfs->cfg->block_size >= 128' failed.`
Does LittleFS have that same limitation?