Update home authored by Jerome Brunet's avatar Jerome Brunet
...@@ -35,7 +35,6 @@ You should be in u-boot now \o/ ...@@ -35,7 +35,6 @@ You should be in u-boot now \o/
Like every other ARM64 device, u-boot is just one part of the bootloader, we need a few ATF binaries provided by Amlogic to make a functional u-boot bootloader Like every other ARM64 device, u-boot is just one part of the bootloader, we need a few ATF binaries provided by Amlogic to make a functional u-boot bootloader
This repository provides the means to generate the bl33 binary, which will be u-boot mainline This repository provides the means to generate the bl33 binary, which will be u-boot mainline
## Build Mainline u-boot - bl33:
* Download the toolchain : [gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf](http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-elf/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf.tar.xz) * Download the toolchain : [gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf](http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-elf/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf.tar.xz)
* Compile * Compile
```shell ```shell
... ...
......