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 on lines +264 to +266
* - am64xx-evm
- am6x
- am6442
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.

What's up with the reorder here? Not like these are sorted in any reasonable manner anyway.

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.

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?

Copy link
Copy Markdown
Author

@vinuchandran-av vinuchandran-av Jun 4, 2026

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.

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