April 2020
Intermediate to advanced
294 pages
7h 53m
English
When the MicroPython board boots, it will eventually reach a point where it needs to mount a filesystem to look for the boot.py and main.py scripts so that it can execute any application scripts. There are several different places where these scripts could be located, including the following:
So, how does MicroPython decide where to look when booting? The answer depends on the MicroPython build that you are using. For example, builds for the PYBD1.x boards always defaulted to the SD card if an SD card was inserted. If developers wanted to force MicroPython to boot from the internal flash, ...
Read now
Unlock full access