Skip to content

Commit 3b53eb4

Browse files
fix(U-Boot): UG-NAND: Fix broken links
The following fix has added UBIFS documentation 007a9ba docs(linux): Kernel: Add UBIFS documentation while at-it missed cross refered sections in Foundational_Components/U-Boot/UG-NAND.rst. This patch fixes the link and also fixes some of the underlining on headings as well. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
1 parent 5899820 commit 3b53eb4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

source/linux/Foundational_Components/U-Boot/UG-NAND.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAND
2-
-----------------------------------
2+
----
33

44
.. ifconfig:: CONFIG_part_family in ('J7_family')
55

@@ -17,7 +17,7 @@ to load and then boot the Linux Kernel using a root filesystem also
1717
found on NAND.
1818

1919
Erasing, Reading and Writing to/from NAND partitions
20-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2121

2222
.. rubric:: Listing NAND partitions
2323
:name: listing-nand-partitions
@@ -109,7 +109,7 @@ read from.
109109
|
110110
111111
Writing to NAND via DFU
112-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112+
^^^^^^^^^^^^^^^^^^^^^^^
113113

114114
If the board supports NAND and USB then flashing NAND via DFU is
115115
most likely supported (Not supported in AM64 on 8.2).
@@ -224,7 +224,7 @@ Similarly for Other bootloader binaries:
224224
$ sudo dfu-util -D u-boot.img -a NAND.u-boot
225225

226226
NAND Boot
227-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
227+
^^^^^^^^^
228228

229229
If you want to load and run U-Boot from NAND, you need to ensure
230230
that the appropriate U-boot files are loaded in the correct partition.
@@ -257,7 +257,7 @@ the EVM's hardware setup guide.
257257
|
258258
259259
Booting Kernel and Filesystem from NAND
260-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
261261

262262
If a user wants to use NAND as their primary storage then the NAND flash
263263
must have individual partitions for all the critical software needed to
@@ -307,7 +307,7 @@ the rootfs UBIFS volume.
307307
boot=nand
308308

309309
U-Boot Environment in NAND
310-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
310+
^^^^^^^^^^^^^^^^^^^^^^^^^^
311311

312312
By default, U-Boot environment is saved in a FAT partition on the SD-card.
313313
For saving/restoring U-Boot environment from a NAND partition, the following
@@ -331,4 +331,4 @@ respectively. They can be obtained from the NAND device node specification in
331331
the board's device tree file.
332332

333333
Information on creating a UBIFS image and NAND flashing can be found
334-
`here <../Kernel/Kernel_Drivers/Storage/NAND.html#nand-based-file-system>`__.
334+
Refer :ref:`here <linux-ubifs>` for UBIFS

0 commit comments

Comments
 (0)