mirror of
https://github.com/eggman/RTL8710_DOC.git
synced 2024-11-21 19:34:16 +00:00
Create PrgrammingRTL8710.md
This commit is contained in:
parent
bd89412fbd
commit
9fa33e5f13
1 changed files with 34 additions and 0 deletions
34
PrgrammingRTL8710.md
Normal file
34
PrgrammingRTL8710.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Programming the RTL8710
|
||||
|
||||
# Hardware
|
||||
* a RTL8710 RTL00.
|
||||
* a DAP board with NXP LPC11U35FHI33/501.
|
||||
* some wires.
|
||||
* a usb cable
|
||||
|
||||
# Prepare DAP board
|
||||
* I use TG-LPC11U35-501. (https://developer.mbed.org/platforms/TG-LPC11U35-501/)
|
||||
* Download Realtek's DAP firmware. (https://github.com/Ameba8195/Arduino/blob/master/misc/dap_firmware/DAP_FW_Ameba_V10_2_3-2M.bin)
|
||||
* Program DAP firmware to DAP board.
|
||||
|
||||
# Wirering
|
||||
|
||||
| DAP board | RTL8710 RTL00 |
|
||||
|---|---|
|
||||
| SWCLK | 4 |
|
||||
| SWIO | 6 |
|
||||
| 3.3V | 8 |
|
||||
| GND | 15 |
|
||||
|
||||
# Programming
|
||||
* Connect the PC and the board with a USB cable
|
||||
* The mbed drive is displayed on the PC.
|
||||
* Copy ram_all.bin to the mbed drive.
|
||||
* reboot RTL8710.
|
||||
|
||||
# List of DAP board with LPC11U35FHI33/501.
|
||||
* Realtek Ameba dev board
|
||||
* B&T RTL8710 debug board
|
||||
* TG-LPC11U35-501. (https://developer.mbed.org/platforms/TG-LPC11U35-501/)
|
||||
|
||||
|
Loading…
Reference in a new issue