Skip to content

Commit 5ee5dff

Browse files
authored
Update burn-example.md
1 parent eda701a commit 5ee5dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/burn-example.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Before starting work, watch the video on our [YouTube](https://www.youtube.com/@
2020
- Install [PUTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) and [TFTP](https://pjo2.github.io/tftpd64/) server
2121
- Turn off camera power, Connect USB com FTDI to your camera, specify which COM port on your PC
2222
- Enter burn folder and run the following cmd (Focus only serial port, in my case it is COM4, other params dont care, it worked with my GK7205V210):
23+
- Use U-Boot loader from the Burn repository **only** !
2324
```
2425
python burn --chip hi3516ev200 --file=u-boot/gk7205v200.bin -p COM4 --break && putty.exe -serial COM4 -sercfg 115200,8,n,1,N
2526
```
@@ -32,7 +33,7 @@ python burn --chip hi3516ev200 --file=u-boot/gk7205v200.bin -p COM4 --break && p
3233
# Enter commands line by line! Do not copy and paste multiple lines at once!
3334
setenv ipaddr 192.168.0.10; setenv serverip 192.168.0.40
3435
mw.b 0x42000000 0xff 0x800000
35-
tftpboot 0x42000000 openipc-gk7205v210-fpv-8mb.bin
36+
tftpboot 0x42000000 openipc-FULL-FIRMWARE-IMAGE.bin
3637
sf probe 0; sf lock 0;
3738
sf erase 0x0 0x800000; sf write 0x42000000 0x0 0x800000
3839
reset

0 commit comments

Comments
 (0)