You don't need to have a boot.py, and increasingly, MicroPython is moving away from putting stuff there. It runs before any filesystems are set up, so you should only have a very few low-level settings running in boot.py.uPython expects to run BOOT.PY then MAIN.PY.
Statistics: Posted by scruss — Wed Jan 22, 2025 2:04 am