Skip to content

Commit

Permalink
feat: Update README.md firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Sabas <[email protected]>
  • Loading branch information
sabas1080 authored Nov 22, 2024
1 parent a21a623 commit 1572f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Developer guide

You can build your own firmware using the [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) framework or [Arduino](https://www.arduino.cc/en/software). However, we will focus on the ESP-IDF framework in this guide.
You can build your own firmware using the [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) framework. However, we will focus on the ESP-IDF framework in this guide.

## Table of contents

Expand All @@ -20,10 +20,10 @@ You can build your own firmware using the [ESP-IDF](https://docs.espressif.com/p
## Prerequisites

> [!IMPORTANT]
> The version you need to install must be 5.3.1; we cannot guarantee that a more recent version will compile.
> The version you need to install must be [5.3.1](https://github.com/espressif/esp-idf/releases/tag/v5.3.1); we cannot guarantee that a more recent version will compile.
- [Minino](https://electroniccats.com/store/minino/)
- [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) installed
- [ESP-IDF v5.3.1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) installed
- [Make](https://www.gnu.org/software/make/) installed
- [pre-commit](https://pre-commit.com/) installed (optional but recommended)

Expand Down Expand Up @@ -163,4 +163,4 @@ The build files will be in the `build_files.zip` file. Now you can create a rele
| 0x20000 | minino.bin |
```bash
python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin
```
```

0 comments on commit 1572f64

Please sign in to comment.