From 9487ea8eb93e7244e0e267f3a2a8854f041f5ae2 Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Wed, 7 Dec 2022 19:27:49 +0000 Subject: [PATCH 1/2] tc2: remove 'and higher' Signed-off-by: Anders Dellien Change-Id: I68e1f839cb5f8272aeddafec2b8bc79ac6cfccca --- docs/totalcompute/tc2/user-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index e5091cf..8c4eac4 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -54,7 +54,7 @@ For Ubuntu 18.04: :: sudo apt install pylint3 python-pip python -For ubuntu 20.04 and higher: +For ubuntu 20.04: :: sudo apt install pylint python -- GitLab From 8bcd15f88e664ceb942818bfab1ddde0f8190aef Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Thu, 8 Dec 2022 08:28:10 +0000 Subject: [PATCH 2/2] tc2: Remove gcc-arm-linux-gnueabihf Signed-off-by: Anders Dellien Change-Id: I62016d269cf81a884c08e39a641d34987ff50e97 --- docs/totalcompute/tc2/user-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index 8c4eac4..f06a0aa 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -43,7 +43,7 @@ To install the required packages, run: :: - sudo apt install -y chrpath gawk texinfo diffstat wget git unzip gcc-arm-linux-gnueabihf \ + sudo apt install -y chrpath gawk texinfo diffstat wget git unzip \ build-essential socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \ iputils-ping python3-git libegl1-mesa libsdl1.2-dev xterm git-lfs openssl \ curl lib32ncurses5-dev libz-dev u-boot-tools m4 zip liblz4-tool zstd make \ -- GitLab