From d53c24a6cc0679f03465fe16d1ca52dbf8220039 Mon Sep 17 00:00:00 2001 From: cronyx Date: Tue, 7 Nov 2023 15:56:53 +0300 Subject: [PATCH] Update burn-example.md --- en/burn-example.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/en/burn-example.md b/en/burn-example.md index 067cf95..71d8810 100644 --- a/en/burn-example.md +++ b/en/burn-example.md @@ -22,9 +22,12 @@ python burn --chip hi3516ev200 --file=u-boot/gk7205v200.bin -p COM4 --break && p ``` # Enter commands line by line! Do not copy and paste multiple lines at once! -setenv ipaddr 192.168.0.10; setenv serverip 192.168.0.40; mw.b 0x42000000 0xff 0x800000 -tftpboot 0x42000000 openipc-gk7205v210-fpv-8mb.binsf probe 0; sf lock 0; -sf erase 0x0 0x800000; sf write 0x42000000 0x0 0x800000reset +setenv ipaddr 192.168.0.10; setenv serverip 192.168.0.40 +mw.b 0x42000000 0xff 0x800000 +tftpboot 0x42000000 openipc-gk7205v210-fpv-8mb.bin +sf probe 0; sf lock 0; +sf erase 0x0 0x800000; sf write 0x42000000 0x0 0x800000 +reset Ctrl + c quickly during booting # Enter commands line by line! Do not copy and paste multiple lines at once!run setnor8m ```