From 76229b2a66bd58176a88dcc94343c0d5e6af2cf3 Mon Sep 17 00:00:00 2001 From: Bryan Zuelly Date: Tue, 2 Jan 2024 19:32:22 -0500 Subject: [PATCH] corrections --- README.md | 13 ------------- initial-testing/initial.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index b354a08..c3d8796 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,2 @@ # SBC-Testing -Collection of info about different SBCs and how-to port them to Rocky LInux - - -## Build Environment Setup on Ubuntu 20 -``wget https://releases.linaro.org/components/toolchain/binaries/latest-6/aarch64-elf/gcc-linaro-6.50-201812-x86_64_aarch64-elf.tar.xz``` - -```sudo tar xvf gcc-linaro-6.5.0-2018.12-x86_64_aarch64-elf.tar.xz -C /opt/toolchains/``` - -```vi ~/.bashrc & add: - export ARCH=arm64 - export CROSS_COMPILE=aarch64-elf- - export PATH=/opt/toolchains/gcc-linaro-6.5.0-2018.12-x86_64_aarch64-elf/bin:$PATH -source ~/bashrc``` \ No newline at end of file diff --git a/initial-testing/initial.md b/initial-testing/initial.md index 77c2285..480a82f 100644 --- a/initial-testing/initial.md +++ b/initial-testing/initial.md @@ -17,6 +17,6 @@ ## Summary -The table above shows the testing results for intial testing of ```kernel-mainline-sbc```. Both the Libre Le Potato and Libre Renegade will need additional testing. #### Last Edited 01/02/2024 +The table above shows the results for intial testing of ```kernel-mainline-sbc```. Both the Libre Le Potato and Libre Renegade will need additional testing while the Tritrium and the Le Potato are working great. The other board tested was the Orange Pi 5. It works great, however, we had to build a custom uboot package for it. (needs to be added to Rocky's uboot-tools package) #### Last Edited 01/02/2024