Add OpenWrt One bootloader output#29
Open
pcc wants to merge 1 commit into
Open
Conversation
The telent#26 proposal relies on a fix for a U-Boot bug, so we may need to ask users to flash a new bootloader in order to use the new recovery system. Therefore, add an output to the openwrt-one device that builds a bootloader with the bug fix, and add instructions for building, booting and flashing the bootloader using the new output. Since we now need to build our own bootloader, let's also do a couple of things: 1. Enable KASLR support via a recently landed TF-A change: mtk-openwrt/arm-trusted-firmware#22 2. Make it more convenient to configure the system to boot Liminix by building the environment variable update into the U-Boot binary (which will change with the new recovery system).
Contributor
Author
|
Needs these PRs to build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The #26 proposal relies on a fix for a U-Boot bug, so we may need to ask users to flash a new bootloader in order to use the new recovery system. Therefore, add an output to the openwrt-one device that builds a bootloader with the bug fix, and add instructions for building, booting and flashing the bootloader using the new output.
Since we now need to build our own bootloader, let's also do a couple of things:
Enable KASLR support via a recently landed TF-A change: mediatek: mt7981, mt7987, mt7988: add SMCCC TRNG support mtk-openwrt/arm-trusted-firmware#22
Make it more convenient to configure the system to boot Liminix by building the environment variable update into the U-Boot binary (which will change with the new recovery system).