- Edited
External Flash Error Busy
Hey Jared,
I’m playing around with the external flash example (no modifications), branch v1.7.x on the v4 feather board. I’m running into an issue with the fs_open operation, and receiving a E_BUSY (-16) error code.
A user near the end of this thread experienced the same error code: https://community.jaredwolff.com/d/31-littlefs-on-external-flash-not-working-mpu-fault
I’ve tried wiping the app flash storage via the flag with no luck. Any thoughts?
stdout
*** Booting Zephyr OS build v2.6.99-ncs1-1 ***
Area 1 at 0x0 on W25Q32JV for 4194304 bytes
[00:00:00.217,407] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:00.225,067] <dbg> littlefs.littlefs_mount: FS area 1 at 0x0 for 4194304 bytes
[00:00:00.234,649] <inf> littlefs: FS at W25Q32JV:0x0 is 1024 0x1000-byte blocks with 512 cycle
[00:00:00.244,232] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.252,471] <inf> littlefs: /lfs mounted
[00:00:00.257,629] <dbg> fs.fs_mount: fs mounted at /lfs
/lfs mount: 0
/lfs: bsize = 16 ; frsize = 4096 ; blocks = 1024 ; bfree = 1022
/lfs/boot_count stat: -2
FAIL: open /lfs/boot_count: -16
[00:00:00.277,832] <inf> littlefs: /lfs unmounted
[00:00:00.283,233] <dbg> fs.fs_unmount: fs unmounted from /lfs
/lfs unmount: 0