|
1 | 1 | ---
|
2 | 2 | ---
|
3 |
| -Category: site |
4 |
| -Q: Why not support `.uf2` format downloads? |
5 |
| -A: ESP32 boards lack the hardware to support this format. |
| 3 | +# Freqyently Asked Quesions |
| 4 | + |
| 5 | +## XXX: site |
| 6 | + |
| 7 | +**Q: Why not support `.uf2` format downloads?** |
| 8 | + |
| 9 | +**A:** ESP32 boards lack the hardware to support this format. |
6 | 10 | Many newer boards with the necessary hardware arrive
|
7 | 11 | without a UF2 bootloader installed in flash.
|
8 | 12 | It's at least as hard to get the right UF2 bootloader installed
|
9 | 13 | as it is to just install MicroPython from a `.bin` file.
|
10 | 14 |
|
11 |
| -Q: What version of MicroPython is installed? |
12 |
| -A: The latest release version from MicroPython.Org. XXX linkMe |
13 |
| -There may be a brief lag because a maintainer of this site must notice the release and rebuild this site. |
| 15 | +**Q: What version of MicroPython is installed?** |
| 16 | + |
| 17 | +**A:** The latest release version from [MicroPython.Org](https://micropython.org/download/) downloads, |
| 18 | +currently `{% include mpVersion.txt %}`. |
| 19 | +There may be a brief lag in updating because this site is manually updated and rebuilt. |
14 | 20 |
|
15 |
| -Q: Can I install older versions? Daily builds? |
16 |
| -A: Those can be directly downloaded from MicroPython.Org XXX linkMe |
| 21 | +**Q: Can I install older versions? Daily builds?** |
| 22 | + |
| 23 | +**A:** Those can be directly downloaded from MicroPython.Org XXX linkMe |
17 | 24 | The focus here is simply on helping people install the latest version.
|
18 | 25 |
|
19 |
| -Q: Where do the MicroPython binaries come from? |
20 |
| -The MicroPython binaries installed were copied directly from MicroPython.Org when this site was built. |
| 26 | +**Q: Where do the MicroPython binaries come from?** |
| 27 | + |
| 28 | +**A:** The MicroPython binaries installed were copied directly from MicroPython.Org when this site was built. |
| 29 | + |
| 30 | +**Q: Why support only Espressif MCUs?** |
21 | 31 |
|
22 |
| -Q: Why support only Espressif MCUs? |
23 |
| -A: We use [ESP Web Tools](https://esphome.github.io/esp-web-tools/) that |
| 32 | +**A:** We use [ESP Web Tools](https://esphome.github.io/esp-web-tools/) that |
24 | 33 | support Espressif MCUs.
|
25 | 34 | Collaborators helping to add support for more MCUs
|
26 | 35 | are [welcome](https://github.com/MPEasy-Org/MPEasy.github.io/discussions/).
|
|
0 commit comments