Skip to content

Commit 0d0f08b

Browse files
committed
fix: Literal blocks in _BOOT_AM335x_AM437x
Address some warnings in _BOOT_AM335x_AM437x by properly indenting sections. Signed-off-by: Randolph Sapp <[email protected]>
1 parent e585cd1 commit 0d0f08b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/rtos/PDK_Platform_Software/Boot_Board_and_EVM_Abstractions/_BOOT_AM335x_AM437x.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ not requiring any additional headers. Following are steps for boot:
516516
Please transfer file:
517517
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
518518

519-
4. As a next step application binary (without header) can be sent
520-
via XMODEM which will lead to application start executing.
519+
#. As a next step application binary (without header) can be sent via XMODEM
520+
which will lead to application start executing.
521521

522522
Booting Via McSPI
523523
"""""""""""""""""""
@@ -630,7 +630,7 @@ Booting from NAND involves two steps.
630630
Enter image file path
631631

632632
Provide the complete path (e.g.
633-
<PDK_INSTALL_DIR/packages/ti/starterware/binary/bootloader/bin/<am335x/am437x-evm>/<compiler>/bootloader_boot_nand_a8host_<debug/release>_ti.bin)
633+
<PDK_INSTALL_DIR/packages/ti/starterware/binary/bootloader/bin/<am335x/am437x-evm>/<compiler>/bootloader_boot_nand_a8host_<debug/release>_ti.bin)
634634

635635
- Enter offset when prompted as shown below.
636636

@@ -648,16 +648,16 @@ Booting from NAND involves two steps.
648648

649649
- Select ECC for flashing.
650650

651-
::
651+
::
652652

653-
Choose the ECC scheme from given options
654-
Enter 1 ---> BCH 8 bit
655-
Enter 2 ---> HAM
656-
Enter 3 ---> T0 EXIT
657-
Please enter ECC scheme type:
653+
Choose the ECC scheme from given options
654+
Enter 1 ---> BCH 8 bit
655+
Enter 2 ---> HAM
656+
Enter 3 ---> T0 EXIT
657+
Please enter ECC scheme type:
658658

659-
Always select BCH8 for bootloader and application as ROM code and
660-
bootloader uses the BCH8 ECC scheme.
659+
Always select BCH8 for bootloader and application as ROM code and
660+
bootloader uses the BCH8 ECC scheme.
661661

662662
- Ensure that flash info displayed by tool matches NAND flash in EVM.
663663
- After this tool should first erase the required region in flash and

0 commit comments

Comments
 (0)