-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gatemate: add README, comment on broken I2C and UART mirroring
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Olimex GateMateA1-EVB | ||
--------------------- | ||
|
||
As of writing (board Rev. A) has a few oddities: | ||
- The default dirtyJtag bootloader UART mirroring doesn't work, you have to recompile it and use the correct baud rate. | ||
- The 2.5V <-> 3.3V level shifter connected to Pmod1 (U6 / TXB0108) does not support I2C, external hacks are needed! | ||
|
||
|
||
Recompile dirtyJtag | ||
------------------- | ||
|
||
As of commit `938eb6d6` on upstream `https://github.com/phdussud/pico-dirtyJtag`, the only change required is to modify `cdc_uart.h` such that `USBUSART_BAUDRATE` is 1Mbaud (1000000), recompile and upload (hold RP-BOOT1 while powering up to expose a fake USB drive to drop the .uf2 file). |