fix(linux): Corrected the fastboot steps#716
Conversation
vinuchandran-av
commented
May 29, 2026
- 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
bdc1f3e to
b7f53b6
Compare
| .. 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 |
There was a problem hiding this comment.
There was a problem hiding this comment.
@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.
There was a problem hiding this comment.
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.
vinuchandran-av
left a comment
There was a problem hiding this comment.
Please find the replies, let me know if more clarification is needed
| .. 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 |
There was a problem hiding this comment.
@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.
* 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>
b7f53b6 to
6e18b1d
Compare