aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-14 11:20:21 +0200
committerHimbeer <himbeer@disroot.org>2024-05-14 11:20:21 +0200
commitc846921e1791f61520b4191525808124a6c0a799 (patch)
tree163804713c80343338efbd0b01b00b58f139295f
parent6f9704755e3c5f1478eaf2a9cdc4c47b5efcbad6 (diff)
doc: List riscv64-linux-gnu-gcc as U-Boot build dependency
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d25bb8e..24f49b6 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,10 @@ for i in {1..8192}; do echo -e '\x00' >> build/platform/generic/firmware/fw_dyna
## Building U-Boot
+Required dependencies:
+
+* riscv64-linux-gnu-gcc
+
The boot flow is not supported by upstream U-Boot.
There are several T-Head-specific forks that implement it for the Linux kernel,
but none that support regular ELF binaries.