commit | a1ea5b21511f2fc08327ca99ce0a28d66ea76d0b | [log] [tgz] |
---|---|---|
author | Sergii Parubochyi <sergiip@google.com> | Wed Aug 20 08:28:48 2025 +1000 |
committer | Yecheng Zhao <zyecheng@google.com> | Mon Aug 25 17:25:56 2025 +0000 |
tree | 8504d427afb31f4d6a5b621ad2b1772b7fd8e63f | |
parent | a2f44043612e7034936b7d5221cac969ea32473b [diff] |
Formatting update for build script Using `black` formatter for `fuchsia_upload.py` Change-Id: I05be0daaf219f9a71ce2b66cada9715e27bcce50 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/1032610 Reviewed-by: David Pursell <dpursell@google.com> GitOrigin-RevId: af1e671ecee0b6fd982e74bde2d0c43393693877
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.