summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/mimxrt/modules/_boot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt/modules/_boot.py b/ports/mimxrt/modules/_boot.py
index bc8d72224..56f12a4ce 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: