commit | a2f44043612e7034936b7d5221cac969ea32473b | [log] [tgz] |
---|---|---|
author | Sergii Parubochyi <sergiip@google.com> | Thu Aug 07 15:29:28 2025 +1000 |
committer | Yecheng Zhao <zyecheng@google.com> | Mon Aug 25 17:25:43 2025 +0000 |
tree | fe5da65accfca44d9356bf56f17c5931af8af2e6 | |
parent | 7d978a1ba2c761d850aa103403fb3463b37abfd2 [diff] |
Update build script to work with CIPD builders Added "--cipd-yaml-manifest" flag. Added YAML manifest generation. Bug: 435534715 Change-Id: I656234922fffd1982ef437603bdaef70b1555aa9 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/1027030 Reviewed-by: David Pursell <dpursell@google.com> Reviewed-by: Yecheng Zhao <zyecheng@google.com> GitOrigin-RevId: d681d970d36647d29b38c187fb5128360c3b1ad6
This is a version of u-boot, modified to support Fuchsia on the Khadas vim3
To build the vim3 bootloader for Fuchsia:
Prerequisites - arm and aarch64 toolchains. On Debian/Ubuntu systems, for example:
apt-get install gcc-arm-none-eabi gcc-aarch64-linux-gnu
Run the build script from repo root
./build_uboot_vim3_zircon.sh
You now have a build/u-boot.bin.unsigned
that you can flash to a target using fastboot.