Skip to content

Commit a26ddca

Browse files
Add Windows
1 parent 7a08ea9 commit a26ddca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/getting-started/supported-hardware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MicroPythonOS runs on a variety of platforms, from microcontrollers to desktops.
1212

1313
- **Linux**: Supported using SDL for display handling.
1414
- **MacOS**: Supported as well.
15+
- **Windows**: [users report](https://github.com/MicroPythonOS/MicroPythonOS/issues/31) that the Linux desktop version runs fine under WSL2 on Windows 11.
1516

1617
## Raspberry Pi
1718

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
```
2424
mkdir -p lvgl_micropython/build
2525
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
26+
cp /home/yourname/MicroPythonOS_amd64_linux_0.7.1.elf lvgl_micropython/build/lvgl_micropy_unix # for Linux or WSL2 on Windows 11
2727
```
2828
</pre>
2929

0 commit comments

Comments
 (0)