Any recommendation for a filesystem for nand flash?
My application uses zephyr on nrf85240 with a 128MB nand flash.
It samples sensors and streams their data to the flash device so write throughput and latency are critical.
Regards
Any recommendation for a filesystem for nand flash?
My application uses zephyr on nrf85240 with a 128MB nand flash.
It samples sensors and streams their data to the flash device so write throughput and latency are critical.
Regards
I have successfully managed to mount littlefs on the external flash
I needed to configure CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=n
the default for CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY is y, which initiates a qspi nor flash configuration, which I don't have in my system, and therefore caused some trouble
Hi,
It is good to hear that your chosen file system is working on external flash.
Best regards,
Dejan