ยง2023-09-10 FAILED!!!

  1. Obtain Source
$ git clone https://git.denx.de/u-boot.git
$ git tag
$ git checkout v2023.07.02 -b test
  1. toolchain
(chroot) SurfacePro /usr/src # mkdir -p /opt/toolchains/src && cd $_
(chroot) SurfacePro /opt/toolchains/src # wget https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz

(chroot) SurfacePro /opt/toolchains/src # cd ..
(chroot) SurfacePro /opt/toolchains # tar xvf src/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz

(chroot) SurfacePro /opt/toolchains # ls
gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf  src
  1. make