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: examples/idf/ethernet/README.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,13 @@ To view the output of the virtual COM port, connect the board to the USB port a
7
7
8
8
9
9
## ESP-IDF
10
-
his example currently only runs on ESP-IDF v4.0-beta2. And, the "components\esp_eth\src\esp_eth_phy_lan8720.c" file in the ESP-IDF folder has to be replaced with the file in "esp-idf_v4.0-beta2_replace_files\components\esp_eth\src\esp_eth_phy_lan8720.c". We are working on resolving this issue, and to get the latest v4.0 to work. Hope to have it working soon.
11
-
12
-
To obtain ESP-IDF v4.0-beta2, follow the guide on this page:
It was built and tested with v4.0 of ESP-IDF, the official development framework for the ESP32 chip from Espressif(manufacturers of theee ESP32). For details, see [github.com/espressif/esp-idf](https://github.com/espressif/esp-idf)
16
11
12
+
See the [README.md](../README.md) file in the upper level 'examples/idf' directory for more information about examples, and how to install ESP-IDF.
17
13
18
14
## Building and Flashing
19
-
See the [ESP-IDF guide](https://docs.espressif.com/projects/esp-idf/en/v4.0-beta2/get-started/index.html) for details how to build and flash the project. Basically, all that has to be done is:
20
-
- Install ESP-IDF v4.0-beta2 on your computer
21
-
- Replace the "esp_eth_phy_lan8720.c" file in the created ESP-IDF folder.
15
+
See the "Getting Started" section in the [ESP-IDF guide](https://docs.espressif.com/projects/esp-idf/en/v4.0/get-started/index.html) for details how to build and flash the project. Basically, all that has to be done is:
16
+
- Install ESP-IDF v4.0 on your computer
22
17
- Start the "ESP-IDF Command Prompt", will be installed in step above
23
18
- Change working directory to this folder (../examples/idf/ethernet)
24
19
- Connect the esp32MX-E to a USB port on your PC. Note in device manager what virtual COM port is created for it. The next step assumes it is 5.
0 commit comments