You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/os-development/running-on-desktop.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## Running on desktop
2
2
3
-
1. Make sure you have the `local_filesystem/` folder
3
+
1.**Make sure you have the `internal_filesystem/` folder**
4
4
5
-
If you built from source, you should already have a local clone that contains the [internal_filesystem](https://github.com/MicroPythonOS/MicroPythonOS/tree/main/internal_filesystem).
5
+
If you built from source, you will already have a local clone that contains it.
6
6
7
7
If you used a pre-built binary, then you need to get a local clone and change into that directory with:
8
8
@@ -13,20 +13,21 @@
13
13
```
14
14
</pre>
15
15
16
-
2. Make sure you have the software
16
+
2.**Make sure you have the software**
17
17
18
-
If you built from source, then you will already have the software in `lvgl_micropython/build/lvgl_micropy_*`
18
+
If you built from source, you will already have it in `lvgl_micropython/build/lvgl_micropy_unix`
19
19
20
-
If you downloaded a pre-built binary (for example `/Users/yourname/MicroPythonOS_amd64_MacOS_0.7.1.bin`) then put it in the right location now:
20
+
If you downloaded a pre-built binary (like `MicroPythonOS_amd64_macOS_0.7.1.bin` or `MicroPythonOS_amd64_linux_0.7.1.elf`), then copy it to the right location:
0 commit comments