From 3664d96355eca0229706c367e3a9474a25ac660a Mon Sep 17 00:00:00 2001 From: evanscjv <8046622+evanscjv@user.noreply.gitee.com> Date: Fri, 16 Oct 2020 11:11:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20quick-start/=E6=90=AD=E5=BB=BA?= =?UTF-8?q?=E7=8E=AF=E5=A2=83-2.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\220\255\345\273\272\347\216\257\345\242\203-2.md" | 6 ++++++ 1 file changed, 6 insertions(+) diff --git "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-2.md" "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-2.md" index 479313c335..5aeb4078ce 100755 --- "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-2.md" +++ "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-2.md" @@ -302,6 +302,12 @@ sudo ln -s /bin/bash /bin/sh sudo apt-get install mtools ``` +4. 运行如下命令,安装mtd-utils。 + + ``` + sudo apt-get install mtd-utils + ``` + ## 安装编译工具环境 -- Gitee