Hello Support Team,
I hope this message finds you well.
I've been experimenting with the LittleFS sample available at the following link: LittleFS Sample Code. The sample works flawlessly with internal memory. However, after integrating it into my project, I made a few modifications to better suit my needs:
- Utilized the MCU
- Implemented external flash
- Enabled BLE functionality
Despite my efforts, I am encountering issues with incorrect partition information for the LittleFS storage. Here are the details of my current configuration:
I found various article but no solution and also i see wrong partition information
my code
output
Issues Encountered:
- Enabling Bluetooth in the LittleFS sample app causes the LittleFS to NOT use external flash.*
- Problems with binding external flash (external flash + SPI + OTA). **
I have scoured through various articles, the Zephyr documentation, and forums, including Discord, but have yet to find a viable solution.
Could you please provide guidance or suggestions on resolving these issues?
* Enabling Bluetooth to the Littlefs sample app will make the littlefs **NOT** use external flash.
** External Flash get binding is Issue. (external flash + spi + OTA)