diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-14 11:18:57 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-14 11:18:57 +0200 |
commit | 6f9704755e3c5f1478eaf2a9cdc4c47b5efcbad6 (patch) | |
tree | 164cc7b5646cb559d7e5f21d6eb32aa51007075d | |
parent | 0223e24edc677c6cbd761b8705d8044f0598db1d (diff) |
doc: Mention required U-Boot sbiboot branch
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,8 +77,8 @@ There are several T-Head-specific forks that implement it for the Linux kernel, but none that support regular ELF binaries. Therefore a custom fork of U-Boot is required. -Clone the [U-Boot fork](https://codeberg.org/Himbeer/u-boot) -and run: +Clone the [U-Boot fork](https://codeberg.org/Himbeer/u-boot), +check out the `sbiboot` branch and run: ``` make qemu-riscv64_spl_defconfig |