Replies: 1 comment 3 replies
|
Little FS is only used to store config and stats files. You will get an error the first time you boot, but after that it will format the Little FS partition and you should not see the error again. The UI is built in to the firmware and you should see some header files with the UI in the web directory. I am not aware of there ever have being a src/data file so can not help with that. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I have a special board from the manufacturer Kinetos, who are now insolvent. Since EVCC doesn't work with the installed version, I wanted to compile my own version. I had already found a modified version, but it disabled littlefs. Now I wanted to build everything with littlefs and followed the build guide:
Compiling the firmware, bootloader, and partitions.ini files worked. But the filesystem seems to be missing, because I wanted to test it on a new WT32-ETH01 board, but it doesn't boot without littlefs and reports a mounting error.
Then I saw there's a build filesystem image, but it doesn't boot because there's no src/data directory. I can't find where it comes from. The AI suggested there must be a script or something that copies the data, but I can't find anything like that. But how do you guys do that? What am I missing?
My WB is no longer accessible after the last OTA update. I'll have to do it on-site, but first I need to test if everything works on the separate board. I hope you can help me quickly, thanks.
All reactions