commit | 126e9e68c293dde4b3c292f2d2ef385f8079e11d | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Fri Dec 13 09:11:39 2024 -0800 |
committer | David Pursell <dpursell@google.com> | Fri Dec 13 10:31:41 2024 -0800 |
tree | 97a9a8c88d3c769572b434f7fe861b6c9522c6d4 | |
parent | 5f1e8a4e359b681ff4b7b16bcd0252ff6b64c695 [diff] |
[vim3] uprev Firmware SDK Uprev the Firmware SDK to bring in A/B/R unbootable reason support. NO_IFTTT=IFTTT is in SDK files, not relevant here Bug: b/378736089 Change-Id: Iad0bf12f37c321b3681cafd61ac3e23ff97a4f22 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/919670 Reviewed-by: Yecheng Zhao <zyecheng@google.com> GitOrigin-RevId: c9989a5db1dc37576ffc969d0c1278b7422fc4fe
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.