commit | 1f065435f8b98c9e17bfd3f3e958f33c1ea1f222 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Tue Aug 20 11:46:02 2024 -0700 |
committer | David Pursell <dpursell@google.com> | Tue Aug 20 12:20:42 2024 -0700 |
tree | 829bb7d76d670c0771d64d5d7244901ec8bb29ed | |
parent | 47d69876b27ed82142a1f8f06603fdbfb6bca785 [diff] |
[fastboot] report "fastboot" device Some internal tooling expects `fastboot devices` to report "fastboot", but we were reporting "Android Fastboot". Bug: b/361118815 Change-Id: I6818df041d78124b9a0337b6fe996a819a16bc45 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/875392 Reviewed-by: Yecheng Zhao <zyecheng@google.com> GitOrigin-RevId: db1a8e12e59407914324370a3e44920f773575eb
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.