-
Notifications
You must be signed in to change notification settings - Fork 65
docs(U-Boot): Refactor K3 and OMAP Build Guide #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
New issues found with check_toc_txt.py:
|
New warnings found with rstcheck:
|
Mostly cleanup and organization. Some content updated on OMAP. Turns large build guide into its own section under U-Boot, with 6 pages under the build guide. Give feedback if content needs more updating, and I will address in future PR. Signed-off-by: Jonas Wood <[email protected]>
New issues found with check_toc_txt.py:
|
New warnings found with rstcheck:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve merge conflicts and failures reported by 3 workflows
Target Images | ||
************* | ||
|
||
.. rubric:: Target Images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the rubric after the section header?
^^^^^^^^^^^^^^^^^^^^^^^ | ||
Getting the Source Code | ||
^^^^^^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^^^^^^^^^^^^^^^^^ | ||
U-Boot Environment | ||
^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| K2G ICE | ``k2g_evm_defconfig`` | | | | | | | | | ||
+----------------------------+-----------------------------+--------------------------+----------------------------------------------+--------------------------+--------------------------+--------------------------+-----------------------------------------+------------------------------------------+ | ||
| OMAP-L138 LCDK | ``omapl138_lcdk_defconfig`` | | ``omapl138_lcdk_defconfig`` | | | | | | | ||
+----------------------------+-----------------------------+--------------------------+----------------------------------------------+--------------------------+--------------------------+--------------------------+-----------------------------------------+------------------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be much easier to review as a list-table
https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
|
||
.. ifconfig:: CONFIG_part_variant in ('AM335X') | ||
|
||
If you used 'O=am335x\_evm' as your object directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also applicable to other parameters listed here
If you used 'O=am335x\_evm' as your object directory: | |
If you used ``O=am335x_evm`` as your object directory: |
|
||
UG-General-Info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed UG-General-Info
, but left unreachable references in:
configs/AM69/AM69_linux_toc.txt
configs/AM68/AM68_linux_toc.txt
configs/J721S2/J721S2_linux_toc.txt
configs/TDA4VM/TDA4VM_linux_toc.txt
configs/AM67/AM67_linux_toc.txt
configs/J7200/J7200_linux_toc.txt
configs/GEN/GEN_linux_toc.txt
configs/J742S2/J742S2_linux_toc.txt
configs/AM68A/AM68A_linux_toc.txt
configs/DRA821A/DRA821A_linux_toc.txt
configs/AM67A/AM67A_linux_toc.txt
configs/AM69A/AM69A_linux_toc.txt
configs/J784S4/J784S4_linux_toc.txt
configs/J722S/J722S_linux_toc.txt
configs/J721E/J721E_linux_toc.txt
Mostly cleanup and organization. Some content updated on OMAP. Turns large build guide into its own section under U-Boot, with 6 pages under the build guide. Give feedback if content needs more updating, and I will address in future PR.