LittleFS #6
Replies: 4 comments 4 replies
-
This is where I am - I can upload the files with the tools. The files aren't opening though ... do I need a different library I wonder.
|
Beta Was this translation helpful? Give feedback.
-
Yes, I came to this realization, having no experience with storing data in
the LittleFS. Now, however, i still can't get files to read in so that is
still a problem I have to find.
Getting the tools installed to write the partition to memory - i got
through that. Yes, I was fully lost assuming you used an SD card for
samples.
My drum samples will take a lot of memory - i have to figure out the right
bitrate to make it realistic.
Regards
Michael
…On Thu, Apr 14, 2022 at 2:07 AM Marcel ***@***.***> wrote:
I am surprised that you are talking about a SD card. LittleFS is used on
the ESP32 memory. The executed code and some additional data are stored on
flash and separated in two parts. That's why the upload tool is required.
The drum computer does not use the SD card (yet).
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTDOQ5635GONWR7RSWLSXLVE4LP5ANCNFSM5TLC2TSA>
.
You are receiving this because you authored the thread.Message ID:
<marcel-licence/esp32_drum_computer/repo-discussions/6/comments/2562072@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
i have the same problem on esp32 audio kit A1S with 8388 v2.2 ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT) Loading data
|
Beta Was this translation helpful? Give feedback.
-
Ok - cool, i'd like to give it another try! Thanks
…On Sun, Jul 24, 2022 at 12:22 AM Marcel ***@***.***> wrote:
I've updated the project. It seems that the '/' was missing in front of
the filename. The open function was not able to find the requested file
without selecting a path.
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTDOQ2ESHXWOJXMVQS3LJTVVQS4LANCNFSM5TLC2TSA>
.
You are receiving this because you authored the thread.Message ID:
<marcel-licence/esp32_drum_computer/repo-discussions/6/comments/3213279@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
So far I can't get a single file or directory read - i bought a new card. I formatted it many ways I used this
https://github.com/bluscape/LittleFS-Explorer-for-Windows
tool to format it after a while of figuring out I was getting nowhere.
So - what is going on, is this project going to us the SD card or partitioned memory?
Now that I'm looking at this https://www.youtube.com/watch?v=4r6YZlLfKfw - i have a bit more clue what seems to be going on. Never really thought much about this data directory or this partitioning until today.
Regards
Michael
Beta Was this translation helpful? Give feedback.
All reactions