Skip to content

fix(linux): Corrected the fastboot steps#716

Open
vinuchandran-av wants to merge 1 commit into
TexasInstruments:masterfrom
vinuchandran-av:fix/ign/001_fastboot-doc
Open

fix(linux): Corrected the fastboot steps#716
vinuchandran-av wants to merge 1 commit into
TexasInstruments:masterfrom
vinuchandran-av:fix/ign/001_fastboot-doc

Conversation

@vinuchandran-av

Copy link
Copy Markdown
  • Corrected the A53 Uboot variable
  • Corrected the defconfig for AM62x A53
  • Added reference to emmc configuration
  • Corrected DFU bootmode for all SoCs
  • Added snagfactory board name for AM62A yaml config

Comment thread source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst
Comment on lines +139 to +155
.. ifconfig:: CONFIG_part_variant in ('AM62X')

AM62X (SK-AM62B-P1) - USB-DFU Boot

.. code-block:: text

SW2 - BOOTMODE[8:15] = 00000000
SW1 - BOOTMODE[0:7] = 11001010

.. ifconfig:: CONFIG_part_variant in ('AM62AX')

AM62A (SK-AM62A-LP) - USB-DFU Boot

.. code-block:: text

SW3 - BOOTMODE[8:15] = 00000000
SW2 - BOOTMODE[0:7] = 11001010

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinuchandran-av vinuchandran-av Jun 4, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StaticRocket It's a code block under a bullet point, indented to stay attached to it. The extra indentation is also because it's inside an ifconfig block - so it's nested under both the bullet and the variant condition.

Image

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get the indentation depth here, what I don't get is the mix of 4 and 3 spaces. The contribution guide explains that content should align with the directive. This normally means 3 spaces.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StaticRocket Didn't notice it. Corrected now.

Comment thread source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst Outdated

@vinuchandran-av vinuchandran-av left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find the replies, let me know if more clarification is needed

Comment thread source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst
Comment on lines +139 to +155
.. ifconfig:: CONFIG_part_variant in ('AM62X')

AM62X (SK-AM62B-P1) - USB-DFU Boot

.. code-block:: text

SW2 - BOOTMODE[8:15] = 00000000
SW1 - BOOTMODE[0:7] = 11001010

.. ifconfig:: CONFIG_part_variant in ('AM62AX')

AM62A (SK-AM62A-LP) - USB-DFU Boot

.. code-block:: text

SW3 - BOOTMODE[8:15] = 00000000
SW2 - BOOTMODE[0:7] = 11001010

@vinuchandran-av vinuchandran-av Jun 4, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StaticRocket It's a code block under a bullet point, indented to stay attached to it. The extra indentation is also because it's inside an ifconfig block - so it's nested under both the bullet and the variant condition.

Image

Comment thread source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst Outdated
* Corrected the A53 Uboot variable
* Corrected the defconfig for AM62x A53
* Added reference to emmc configuration
* Corrected DFU bootmode for all SoCs
* Added snagfactory board name for AM62A yaml config

Signed-off-by: Vinuchandran A V <x1123550@ti.com>
@vinuchandran-av vinuchandran-av force-pushed the fix/ign/001_fastboot-doc branch from b7f53b6 to 6e18b1d Compare June 30, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants