From 28a3c7019cc2b86ecdde131a436570158d3b8609 Mon Sep 17 00:00:00 2001 From: davor Date: Mon, 25 Dec 2017 23:21:21 +0100 Subject: [PATCH] readme and upgrading update --- README.md | 2 +- doc/pcb-v1.7-upgrade.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d99b4..e1990f3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and big things work like USB-JTAG, SDRAM, SDCARD, HDMI, FLASH, RTC, I2C, OLED but there are issues, luckily most can be fixed by [Upgrading PCB v1.7](/doc/pcb-v1.7-upgrade.md). -ADC, AUDIO and 433.92MHz antenna are currently untested. +ADC, AUDIO, USB2 and 433.92MHz antenna are currently untested. 3D preview diff --git a/doc/pcb-v1.7-upgrade.md b/doc/pcb-v1.7-upgrade.md index 9af1b47..2bebc85 100644 --- a/doc/pcb-v1.7-upgrade.md +++ b/doc/pcb-v1.7-upgrade.md @@ -32,6 +32,9 @@ can be connected, but no other SD signal pins. Either cut the traces or carefully solder without touching those pads. +Cut WIFIEN trace and connect it to the junction of +R35 and J3, jumper should work then. + # What is fixed Shutdown: @@ -70,3 +73,8 @@ as SD card pins, but those pins are shared with internal SPI FLASH. So ESP32 won't boot if anything is connected there. SD card could be connected on other pins, probably shared with OLED. It has not yet been tested, so no patch recommendation yet. + +WiFi-OFF jumper J3 doesn't have priority over FPGA enable. +If ESP32 needs to be disabled (for example, it keeps driving JTAG) +and FPGA runs bitstream which holds WiFi enabled, then J3 jumper will not +disable WiFi chip because WIFIEN is connected to wrong pin of R35.