Skip to content

Commit

Permalink
fix image scale
Browse files Browse the repository at this point in the history
  • Loading branch information
OYMiss committed May 21, 2024
1 parent 217583b commit 8f71162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.DS_Store
node_modules
.astro
.jampack
dist
8 changes: 4 additions & 4 deletions src/content/blog/misc/xiaomi-4a-gigabit-flash-rom.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ curl -L "http://192.168.31.8/dropbearStaticMipsel.tar.bz2" --output dropbear.tar

> 芯片是分正反的,芯片上右上角有一个凹槽,来指示位置。
<img src="/assets/xiaomi-4a-gigabit-flash-rom/flash.png" width = "60%" height = "60%" alt="flash"/>
<img src="/assets/xiaomi-4a-gigabit-flash-rom/flash.png" style="width: 60%; height: 60%" alt="flash"/>

淘宝买了 CH341A 带夹子的那种。

### 组装编程器和架子

按照下图红框内的图示安装好这个芯片,小米 4A 是 25 系芯片,所以安装在图中下面的槽中。

<img src="/assets/xiaomi-4a-gigabit-flash-rom/programmer.png" width = "60%" height = "60%" alt="programmer"/>
<img src="/assets/xiaomi-4a-gigabit-flash-rom/programmer.png" style="width: 60%; height: 60%" alt="programmer"/>

圈住的部分对应芯片上的凹槽位置,用来确定正反。

<img src="/assets/xiaomi-4a-gigabit-flash-rom/1position.png" width = "60%" height = "60%" alt="1position"/>
<img src="/assets/xiaomi-4a-gigabit-flash-rom/1position.png" style="width: 60%; height: 60%" alt="1position"/>

按照图示安装架子。

<img src="/assets/xiaomi-4a-gigabit-flash-rom/connect.png" width = "60%" height = "60%" alt="connect"/>
<img src="/assets/xiaomi-4a-gigabit-flash-rom/connect.png" style="width: 60%; height: 60%" alt="connect"/>

### 烧录

Expand Down

0 comments on commit 8f71162

Please sign in to comment.