@@ -3,8 +3,6 @@ title: "General UART Flashing Guide"
33description : " Universal guide for flashing firmware over UART using FTDI and TFTP methods."
44---
55
6- import ThemeImage from ' /src/components/ThemeImage.astro'
7-
86## How to Flash Firmware via UART
97
108### You will need
@@ -28,21 +26,13 @@ import ThemeImage from '/src/components/ThemeImage.astro'
2826 ipconfig
2927 ```
3028
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 )
3630
3731 Locate your ** IPv4 address** .
3832
39332 . Start ** Tftpd64** :
4034
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 )
4636
4737 [ Instruction page link] ( https://openipc.org/cameras/vendors/sigmastar/socs/ssc338q?locale=en )
4838
@@ -52,11 +42,7 @@ import ThemeImage from '/src/components/ThemeImage.astro'
5242
53435 . Check your FTDI wiring:
5444
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 )
6046
6147 - ** RX** → ** TX**
6248 - ** TX** → ** RX**
@@ -90,38 +76,19 @@ Always open Putty **before** powering the device to capture the boot log.
9076
917711 . If everything is connected correctly, boot logs will appear in the Putty terminal.
9278
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 )
10080
1018112 . Go to: [ https://openipc.org/cameras/vendors/ ] ( https://openipc.org/cameras/vendors/ )
10282
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"**
10584
1068513 . Place the downloaded firmware ` .bin ` into the TFTP folder:
10786
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 )
11588
1168914 . Follow the instructions ** line by line** (don’t paste multiple lines at once):
11790
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 )
12592
1269315 . ** If your download fails after the third command** , check the TFTP server settings.
12794
0 commit comments