From 1e24a7afe78d64b1e93ae1731e97483e60bd2a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=98=89=E6=96=87?= Date: Thu, 17 Nov 2022 09:52:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SDK=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a458df..7b692e4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ ## Ubuntu LTS ``` -# 安装 repo git -sudo apt install repo git +# 安装SDK构建所需要的软件包 +sudo apt install repo git ssh make gcc libssl-dev liblz4-tool \ +expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-support \ +qemu-user-static live-build bison flex fakeroot cmake gcc-multilib g++-multilib \ +unzip device-tree-compiler python-pip libncurses5-dev python3-pyelftools \ ``` ## 切换Python 2 版本 (Ubuntu18.04) From fcd57733d231b0ed4037602e4778ba3d3e7b3c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=98=89=E6=96=87?= Date: Thu, 17 Nov 2022 15:37:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b692e4..329056a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ sudo apt install repo git ssh make gcc libssl-dev liblz4-tool \ expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-support \ qemu-user-static live-build bison flex fakeroot cmake gcc-multilib g++-multilib \ unzip device-tree-compiler python-pip libncurses5-dev python3-pyelftools \ +u-boot-tools ``` ## 切换Python 2 版本 (Ubuntu18.04)