diff --git a/ports/mimxrt/modules/_boot.py b/ports/mimxrt/modules/_boot.py index bc8d72224a..56f12a4ce1 100644 --- a/ports/mimxrt/modules/_boot.py +++ b/ports/mimxrt/modules/_boot.py @@ -16,6 +16,7 @@ except: os.mount(vfs, "/flash") os.chdir("/flash") sys.path.append("/flash") +sys.path.append("/flash/lib") # do not mount the SD card if SKIPSD exists. try: