Skip to content

Commit 6a2a264

Browse files
committed
README.md
1 parent 7bc1fbb commit 6a2a264

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Output mode set in Setting panel on web page of KaraDio32 :
6262
## Configure the hardware and IR codes
6363
If the default configuration doesn't fit your needs, you can externally configure the software to fit your hardware and peripherals to suit your needs.
6464
The configuration file is to be flashed only one time. After, the standard delivery will become compatible with your hardware gpio use and peripherals configuration. A future standard OTA will automatically works for your configuration.
65-
See : [Hardware configuration partition](HardwareConfig.md)
65+
See : [Hardware configuration partition](HardwareConfig.md)
66+
For a wrover cpu you need a csv file with psram in the name. Without it, the default configuration will fail.
6667

6768
## Build your own
6869
To build your own release if you want to do some improvments, you must install the idf https://github.com/espressif/esp-idf and the toolchain.
@@ -81,7 +82,9 @@ python /home/yourhome/esp/esp-idf/components/esptool_py/esptool/esptool.py \
8182
### GPIO Definition
8283
The default configuration is given below. It includes an encoder, an IR remote and a LCD or OLED.
8384
To add or edit GPIO definitions and add or remove some devices, you may need a hardware configuration file. Some examples are in the boards directory.
84-
See the file main/include/gpio.h and main/include/addon.h
85+
See the file main/include/gpio.h and main/include/addon.h
86+
WARNING: this configuration will not work for a wrover processor.
87+
You need an adapted csv configuration.
8588

8689
```
8790
//--------------------------------------//
@@ -239,7 +242,8 @@ http://espressif.com/en/support/download/other-tools
239242
(change the security of the installation directory to permit all)
240243

241244
See the image at :
242-
http://karadio.karawin.fr/karawin32Flash.jpg
245+
http://karadio.karawin.fr/karawin32Flash.jpg
246+
WARNING: the standard_adb.bin must be changed for a wrover processor or another configuration.
243247

244248
![Screenshoot of download tool](https://raw.githubusercontent.com/karawin/Ka-Radio32/master/images/downloadtool32.jpg)
245249

0 commit comments

Comments
 (0)