Pre-load files into flash for custom firmware. #14144
Replies: 3 comments 5 replies
-
It seems to me that this is a port-related issue, some ports, such as |
Beta Was this translation helpful? Give feedback.
-
If you build your own firmware, then you can use the manifest scheme to tell the place and names of the files to be included. There is one hiccup with |
Beta Was this translation helpful? Give feedback.
-
This may help for what you need: https://github.com/bixb922/freezefs Install with Add In boot.py or main.py add The files now will appear as a readonly folder (edit) #8191 (see status in the PR, it seems this will soon be in standard Micropython, and officially supported) |
Beta Was this translation helpful? Give feedback.
-
I was creating a custom firmware and need to load 3 files within a directory into flash memory as soon as the board gets flashed, is there a place to put this directory where it would get copied into flash, or do I have to do it afterwards by accessing the Filesystem? Also, I would like more clarification on where or how to put main.py into a custom firmware as well, as some of the documentation and discussions I found are outdated or not useful.
Beta Was this translation helpful? Give feedback.
All reactions