Skip to content

Commit

Permalink
Merge pull request #379 from FengHua741/master
Browse files Browse the repository at this point in the history
更新烧录指令
  • Loading branch information
FengHua741 authored Jul 23, 2024
2 parents 1e63337 + c6791df commit 869a852
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/board/fly_d5/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ lsusb
* 请注意加入sudo后需要输入你当前用户的密码,并且密码看不到

```bash
dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/klipper/out/klipper.bin
sudo dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/klipper/out/klipper.bin
```

5. 出现下图箭头处所示内容``File downloaded successfully``则烧录成功
Expand Down
2 changes: 1 addition & 1 deletion docs/board/fly_d7/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ lsusb
* 请注意加入sudo后需要输入你当前用户的密码,并且密码看不到

```bash
dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/klipper/out/klipper.bin
sudo dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/klipper/out/klipper.bin
```

5. 出现下图箭头处所示内容``File downloaded successfully``则烧录成功
Expand Down
2 changes: 1 addition & 1 deletion docs/board/fly_dp5/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ lsusb
4. 烧录固件(烧录前确保已经编译过固件)

```bash
cd ~/klipper && make flash FLASH_DEVICE=0483:df11
sudo dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/klipper/out/klipper.bin
```

5. 出现下图箭头处所示内容``File downloaded successfully``则烧录成功
Expand Down
6 changes: 0 additions & 6 deletions docs/board/fly_gemini_v3/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ make -j4

## 3. 固件烧录

* 执行下面的命令来添加一键烧录工具,这个命令只执行一次,后续烧录不用

* 请注意重新安装了系统需要重新下载烧录工具!!!

```bash
sudo curl https://cdn.mellow.klipper.cn/firmware/fly-flash.sh -o /usr/bin/fly-flash && sudo chmod +x /usr/bin/fly-flash
```


> [!TIP]
Expand Down

0 comments on commit 869a852

Please sign in to comment.