Skip to content

Commit 0f386c1

Browse files
Update docs
1 parent e9cf586 commit 0f386c1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/os-development/running-on-desktop.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Running on desktop
22

3-
1. Make sure you have the `local_filesystem/` folder
3+
1. **Make sure you have the `internal_filesystem/` folder**
44

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.
66

77
If you used a pre-built binary, then you need to get a local clone and change into that directory with:
88

@@ -13,20 +13,21 @@
1313
```
1414
</pre>
1515

16-
2. Make sure you have the software
16+
2. **Make sure you have the software**
1717

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`
1919

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:
2121

2222
<pre>
2323
```
2424
mkdir -p lvgl_micropython/build
25-
cp /Users/yourname/MicroPythonOS_0.7.1.bin lvgl_micropython/build/lvgl_micropy_macOS
25+
cp /Users/yourname/MicroPythonOS_amd64_macOS_0.7.1.bin lvgl_micropython/build/lvgl_micropy_macOS # for macOS
26+
cp /home/yourname/MicroPythonOS_amd64_linux_0.7.1.elf lvgl_micropython/build/lvgl_micropy_unix # for linux
2627
```
2728
</pre>
2829

29-
3. Starting the software:
30+
3. **Start the software:**
3031

3132
You're now ready to run it with:
3233

0 commit comments

Comments
 (0)