mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
For clarity, add a reference link to the start of the section on command documentation that all commands follow some general rules. Signed-off-by: Tom Rini <trini@konsulko.com>
49 lines
540 B
ReStructuredText
49 lines
540 B
ReStructuredText
Use U-Boot
|
|
==========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
spl_boot
|
|
blkmap
|
|
dfu
|
|
environment
|
|
fdt_overlays
|
|
fit/index
|
|
netconsole
|
|
partitions
|
|
pxe
|
|
cmdline
|
|
semihosting
|
|
measured_boot
|
|
upl
|
|
|
|
Shell commands
|
|
--------------
|
|
|
|
For all commands in U-Boot there are some :ref:`usage/cmdline:General rules`
|
|
that apply.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
cmd/*
|
|
|
|
Booting OS
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
os/plan9
|
|
os/vxworks
|
|
|
|
File Systems
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
filesystems/ext4
|