summaryrefslogtreecommitdiffstats
path: root/Documentation/commands.dox
blob: 27eb511679501d46706822bfda62bc0dcc0dfffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
 * @page command_reference Shell Commands

<i>This section describes the commands which are available on the @a
Barebox shell. </i>

@a Barebox, as a bootloader, usually shall start the Linux kernel right
away. However, there are several use cases around which make it
necessary to have some (customizable) logic and interactive scripting
possibilities. In order to achieve this, @a Barebox offers several
commands on it's integrated commandline shell.

The following alphabetically sorted list documents all commands
available in @a Barebox:

\todo Sort this by functionality?

@li @subpage addpart_command
@li @subpage bmp_command
@li @subpage bootm_command
@li @subpage cat_command
@li @subpage cd_command
@li @subpage clear_command
@li @subpage cp_command
@li @subpage crc_command
@li @subpage delpart_command
@li @subpage devinfo_command
@li @subpage dfu_command
@li @subpage echo_command
@li @subpage edit_command
@li @subpage erase_command
@li @subpage export_command
@li @subpage gpio_get_value_command
@li @subpage gpio_set_value_command
@li @subpage gpio_direction_input_command
@li @subpage gpio_direction_output_command
@li @subpage tftp_command
@li @subpage loadenv_command
@li @subpage ls_command
@li @subpage mount_command
@li @subpage printenv_command
@li @subpage protect_command
@li @subpage saveenv_command
@li @subpage setenv_command
@li @subpage unprotect_command
@li @subpage linux16_command

*/