Skip to content

Commit f4f0d8b

Browse files
authored
Merge pull request #4254 from lwfl1111/docusaurus-version
Fix D1001wiki
2 parents 104319b + 9fae61e commit f4f0d8b

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

sites/en/docs/Edge/reTerminal_D10xx/getting_started_with_reterminal_D1001.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,18 @@ Use Espressif's latest cross-platform installation tool, **ESP-IDF Installation
9696
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/5.png" style={{width:600, height:'auto'}}/></div>
9797

9898
### Get the Firmware Repository
99-
Open your terminal or Git Bash and clone the official reTerminal D1001 repository:
100-
```bash
101-
git clone https://github.com/Seeed-Studio/reTerminal-D1001-alpha
102-
```
99+
Download the official reTerminal D1001 repository from GitHub.
100+
103101
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/6.png" style={{width:800, height:'auto'}}/></div>
104102

103+
<div align="center">
104+
<a href="https://github.com/Seeed-Studio/reTerminal-D1001" target="_blank">
105+
<p style={{textAlign: 'center'}}><button type="button" className="download" style={{backgroundColor: '#00A418', borderRadius: '8px', border: 'none', color: '#fff', padding: '12px 24px', textAlign: 'center', textDecoration: 'none', display: 'inline-block', fontSize: '16px', margin: '4px 2px', cursor: 'pointer'}}>Click here to download</button></p>
106+
</a>
107+
</div>
108+
105109
### Build and Flash Demo Firmware
106-
1. **Open Project**: Use VS Code to open the cloned `reTerminal-D1001-alpha` folder.
110+
1. **Open Project**: Use VS Code to open the cloned `reTerminal-D1001` folder.
107111
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/7.png" style={{width:600, height:'auto'}}/></div>
108112

109113
:::tip
@@ -114,7 +118,10 @@ git clone https://github.com/Seeed-Studio/reTerminal-D1001-alpha
114118
2. **Set Target Chip**:
115119
* In the VS Code status bar at the bottom, select the target chip as `esp32p4`.
116120
* Or run in the terminal: `idf.py set-target esp32p4`.
117-
3. **Build, Flash and Monitor**:
121+
3. **Select Flashing Mode**:
122+
* Select the correct flashing mode before flashing.
123+
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/uart.jpg" style={{width:800, height:'auto'}}/></div>
124+
4. **Build, Flash and Monitor**:
118125
* Connect the device to your computer via USB Type-C.
119126
* Click the **"Flash" (flame icon)** button in the VS Code status bar to build, flash, and start the monitor in one step.
120127
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reTerminal_d10xx/9.jpg" style={{width:800, height:'auto'}}/></div>
@@ -135,13 +142,13 @@ After the firmware is successfully flashed, the device will automatically restar
135142

136143
* **Hardware Documents**:
137144
* [reTerminal D1001 Main Board V1.0 SCH & PCB](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/reTerminal_D1001_main_board_V1.0_SCH_&_PCB_251128.zip)
145+
* [reTerminal D1001 Schematic (PDF)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/reTerminal%20D1001_sch.pdf)
138146
* **Datasheets**:
139-
* [ESP32-P4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ESP32P4-Datasheet-V0.4.pdf)
140147
* [ESP32-P4NRW32 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-P4NRW32_Datasheet.pdf)
141-
* [ESP32-C6FH4 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/Espressif_ESP32-C6FH4_Datasheet.pdf)
148+
* [ESP32-C6 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/esp32-c6_datasheet_en.pdf)
142149
* [Display Datasheet (GJX080C13-31BY)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/GangJingXin_GJX080C13-31BY_Datasheet.pdf.pdf)
143150
* [IMU Sensor Datasheet (LSM6DS3TR)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ST_LSM6DS3TR_Datasheet.pdf)
144-
* [reTerminal D1001 V2.0 Datasheet](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ZD2481-D1001-V2.0_Datasheet.pdf)
151+
* [Camera Module Datasheet (SC2356)](https://files.seeedstudio.com/wiki/reTerminal_d10xx/res/ZD2481-D1001-V2.0_Datasheet.pdf)
145152

146153
## Tech Support & Product Discussion
147154

0 commit comments

Comments
 (0)