xiaotailang commented on issue #10445:
URL: https://github.com/apache/nuttx/issues/10445#issuecomment-1713412128
@TimJTi
> I think you need something like (where mnt_name is your choice)?
>
> ret = nx_mount("/dev/smart0", "/mnt/mnt_name", "smartfs", 0, autoformat);
Yes, I have resolved the issue.。
I just tried the flash_eraseall command and am able to fully erase the SPI
flash. Have you ever encountered a problem where writing to a SPI flash
formatted with littlefs would get stuck when trying to write a file using the
echo "12345" > 1.txt command during your previous development process? I am
seeing this issue now while testing on top of littlefs, and I suspect it might
be due to the echo command not interfacing correctly with littlefs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]