Unfortunately LittleFS is very slow on large (multi-GB) storage like SD cards.
Also SD cards are managed flash, so you don't need to do wear leveling in the FS.
You set block_cycles to -1 to disable wear leveling and have the erase callback be a NOP that just returns success. Other geometry parameters can be whatever suits you.