-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[realtek-ambz] Improve flashing guide, add test pads for WR2 board (#147
) * platform/realtek-ambz: Improve flashing guide Known USB adapter compatibility issues. Emphasize, so that the paragraph is easier to notice. Signed-off-by: Pavel Fedin <[email protected]> * base/wr2: Add UART2 test pads to the WR2 diagram The module has UART2, necessary for flashing, only on test pads. Document this. Signed-off-by: Pavel Fedin <[email protected]> * Move test pads to separate files, update variants * Update wiring guide --------- Signed-off-by: Pavel Fedin <[email protected]> Co-authored-by: Kuba Szczodrzyński <[email protected]>
- Loading branch information
1 parent
f8876bb
commit 6169f68
Showing
11 changed files
with
182 additions
and
25 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,44 @@ | ||
{ | ||
"pcb": { | ||
"back": [ | ||
{ | ||
"comment": "RXD Pad", | ||
"name": "test_pad_1mm", | ||
"pos": "5.4,14.5" | ||
}, | ||
{ | ||
"comment": "TXD Pad", | ||
"name": "test_pad_1mm", | ||
"pos": "5.4,13.2" | ||
}, | ||
{ | ||
"comment": "RXD Pad label", | ||
"id": "rxd", | ||
"name": "label_line_up", | ||
"pos": "4.6,14.6", | ||
"vars": { | ||
"DIR": "left", | ||
"RASTER": 2, | ||
"W": 2.1, | ||
"H": 0 | ||
} | ||
}, | ||
{ | ||
"comment": "TXD Pad label", | ||
"id": "txd", | ||
"name": "label_line_up", | ||
"pos": "5.4,12.4", | ||
"vars": { | ||
"DIR": "left", | ||
"RASTER": 2, | ||
"W": 2.7, | ||
"H": 0.5 | ||
} | ||
} | ||
], | ||
"test_pads": { | ||
"TRX2": "wr2.back.rxd.anchor", | ||
"TTX2": "wr2.back.txd.anchor" | ||
} | ||
} | ||
} |
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
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,44 @@ | ||
{ | ||
"pcb": { | ||
"back": [ | ||
{ | ||
"comment": "RXD Pad", | ||
"name": "test_pad_1mm", | ||
"pos": "5.4,14.5" | ||
}, | ||
{ | ||
"comment": "TXD Pad", | ||
"name": "test_pad_1mm", | ||
"pos": "5.4,13.2" | ||
}, | ||
{ | ||
"comment": "RXD Pad label", | ||
"id": "rxd", | ||
"name": "label_line_up", | ||
"pos": "4.6,14.6", | ||
"vars": { | ||
"DIR": "left", | ||
"RASTER": 2, | ||
"W": 2.1, | ||
"H": 0 | ||
} | ||
}, | ||
{ | ||
"comment": "TXD Pad label", | ||
"id": "txd", | ||
"name": "label_line_up", | ||
"pos": "5.4,12.4", | ||
"vars": { | ||
"DIR": "left", | ||
"RASTER": 2, | ||
"W": 2.7, | ||
"H": 0.5 | ||
} | ||
} | ||
], | ||
"test_pads": { | ||
"TRX2": "wr2e.back.rxd.anchor", | ||
"TTX2": "wr2e.back.txd.anchor" | ||
} | ||
} | ||
} |
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
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
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
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
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
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
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
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