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

* 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 bdc1f3e to b7f53b6 Compare June 1, 2026 05:46
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

Comment on lines +170 to +183
.. code-block:: text

SW2 - BOOTMODE[8:11] = 0000
SW3 - BOOTMODE[12:15] = 0000
SW4 - BOOTMODE[0:7] = 11001010

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

AM64X (TMDS64EVM) - USB-DFU Boot

.. code-block:: text

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

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.

All of the other sections are ordered by bit value, you sure you want to break that pattern?

@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 This makes it more clear and easier to follow. I've seen people getting confused in e2e's and I recommend this way, but not a necessity. Please do let me know if the older format is required.

The corrections still hold true. Earlier, only a single value was shown for all SoCs.

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.

If this is explicitly to help the user then I guess it's fine. Do the older sections need to be reworked then?

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 Not in this fastboot doc. Probably will be needed in other sections. Can create a seperate PR if needed.

@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 on lines +170 to +183
.. code-block:: text

SW2 - BOOTMODE[8:11] = 0000
SW3 - BOOTMODE[12:15] = 0000
SW4 - BOOTMODE[0:7] = 11001010

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

AM64X (TMDS64EVM) - USB-DFU Boot

.. code-block:: text

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

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 Not in this fastboot doc. Probably will be needed in other sections. Can create a seperate PR if needed.

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