From 4682f86666864f50873e2863cee4e23afd14e2e4 Mon Sep 17 00:00:00 2001 From: evanscjv <8046622+evanscjv@user.noreply.gitee.com> Date: Fri, 16 Oct 2020 10:50:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20quick-start/=E6=90=AD=E5=BB=BA?= =?UTF-8?q?=E7=8E=AF=E5=A2=83-0.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-0.md" | 6 ++++++ 1 file changed, 6 insertions(+) diff --git "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-0.md" "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-0.md" index 051cefbb6b..e9e0fbd7ed 100755 --- "a/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-0.md" +++ "b/quick-start/\346\220\255\345\273\272\347\216\257\345\242\203-0.md" @@ -316,6 +316,12 @@ sudo ln -s /bin/bash /bin/sh sudo apt-get install mtools ``` +4. 运行如下命令,安装mtd-utils。 + + ``` + sudo apt-get install mtd-utils + ``` + ## 安装编译工具环境 -- Gitee