WIP: fix(linux): Update boot time guide#649
Open
paresh-bhagat12 wants to merge 1 commit intoTexasInstruments:masterfrom
Open
WIP: fix(linux): Update boot time guide#649paresh-bhagat12 wants to merge 1 commit intoTexasInstruments:masterfrom
paresh-bhagat12 wants to merge 1 commit intoTexasInstruments:masterfrom
Conversation
Contributor
paresh-bhagat12
commented
Apr 4, 2026
- Fix RST syntax and formatting issues
- Update steps for early display testing steps with OLDI panel
- Update modetest integration for display at boot
- Improve filesystem setup documentation
- Fix RST syntax and formatting issues - Update steps for early display testing steps with OLDI panel - Update modetest integration for display at boot - Improve filesystem setup documentation Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
StaticRocket
requested changes
Apr 6, 2026
| - For early display with OLDI panel, disable bridge-hdmi or sii9022 node in device tree. | ||
|
|
||
| - `init` is a symbolic link to /sbin/init. Remove the file sbin/init | ||
| .. code-block:: file |
Member
There was a problem hiding this comment.
Suggested change
| .. code-block:: file | |
| .. code-block:: diff |
|
|
||
| exec /sbin/init.sysvinit $* | ||
|
|
||
| You can get the connector ID and CRTC ID of your OLDI panel by running :code:`kmsprint` or :code:`modetest -M tidss` |
Member
There was a problem hiding this comment.
This shouldn't be a part of the code-block
StaticRocket
reviewed
Apr 6, 2026
Comment on lines
+339
to
+343
| Both cpio or filesystem path can be passed to "Initramfs source file". If providing a filesystem path directly, ensure required files and folders are executable. Or make all files executable by running below command: | ||
|
|
||
| .. code-block:: console | ||
|
|
||
| host$ chmod -R +x /path/to/filesystem |
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.