@@ -3,8 +3,6 @@ title: "General UART Flashing Guide"
3
3
description : " Universal guide for flashing firmware over UART using FTDI and TFTP methods."
4
4
---
5
5
6
- import ThemeImage from ' /src/components/ThemeImage.astro'
7
-
8
6
## How to Flash Firmware via UART
9
7
10
8
### You will need
@@ -28,21 +26,13 @@ import ThemeImage from '/src/components/ThemeImage.astro'
28
26
ipconfig
29
27
```
30
28
31
- <ThemeImage
32
- lightSrc = " /src/assets/images/runcamv1ip.png"
33
- darkSrc = " /src/assets/images/runcamv1ip.png"
34
- alt = " ipconfig output"
35
- />
29
+ ![ ipconfig output] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/runcamv1ip.png )
36
30
37
31
Locate your ** IPv4 address** .
38
32
39
33
2 . Start ** Tftpd64** :
40
34
41
- <ThemeImage
42
- lightSrc = " /src/assets/images/tftpd.png"
43
- darkSrc = " /src/assets/images/tftpd.png"
44
- alt = " Tftpd64"
45
- />
35
+ ![ Tftpd64] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/tftpd.png )
46
36
47
37
[ Instruction page link] ( https://openipc.org/cameras/vendors/sigmastar/socs/ssc338q?locale=en )
48
38
@@ -52,11 +42,7 @@ import ThemeImage from '/src/components/ThemeImage.astro'
52
42
53
43
5 . Check your FTDI wiring:
54
44
55
- <ThemeImage
56
- lightSrc = " /src/assets/images/ftdi.png"
57
- darkSrc = " /src/assets/images/ftdi.png"
58
- alt = " FTDI wiring"
59
- />
45
+ ![ FTDI wiring] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/ftdi.png )
60
46
61
47
- ** RX** → ** TX**
62
48
- ** TX** → ** RX**
@@ -90,38 +76,19 @@ Always open Putty **before** powering the device to capture the boot log.
90
76
91
77
11 . If everything is connected correctly, boot logs will appear in the Putty terminal.
92
78
93
- <ThemeImage
94
- lightSrc = " /src/assets/images/runcamv1putty.png"
95
- darkSrc = " /src/assets/images/runcamv1putty.png"
96
- alt = " Putty UART output"
97
- />
98
-
99
- <br />
79
+ ![ Putty UART output] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/runcamv1putty.png )
100
80
101
81
12 . Go to: [ https://openipc.org/cameras/vendors/ ] ( https://openipc.org/cameras/vendors/ )
102
82
103
- Select the firmware that matches your device and click ** "Generate an installation guide"**
104
-
83
+ Select the firmware that matches your device and click ** "Generate an installation guide"**
105
84
106
85
13 . Place the downloaded firmware ` .bin ` into the TFTP folder:
107
86
108
- <ThemeImage
109
- lightSrc = " /src/assets/images/runcamv1tftp1.png"
110
- darkSrc = " /src/assets/images/runcamv1tftp1.png"
111
- alt = " TFTP firmware file"
112
- />
113
-
114
- <br />
87
+ ![ TFTP firmware file] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/runcamv1tftp1.png )
115
88
116
89
14 . Follow the instructions ** line by line** (don’t paste multiple lines at once):
117
90
118
- <ThemeImage
119
- lightSrc = " /src/assets/images/runcamv1firmware.png"
120
- darkSrc = " /src/assets/images/runcamv1firmware.png"
121
- alt = " Firmware flashing command"
122
- />
123
-
124
- <br />
91
+ ![ Firmware flashing command] ( https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/runcamv1firmware.png )
125
92
126
93
15 . ** If your download fails after the third command** , check the TFTP server settings.
127
94
0 commit comments