1 menu "Command line interface"
8 This option enables the "hush" shell (from Busybox) as command line
9 interpreter, thus enabling powerful command line syntax like
10 if...then...else...fi conditionals or `&&' and '||'
11 constructs ("shell scripts").
13 If disabled, you get the old, much simpler behaviour with a somewhat
14 smaller memory footprint.
16 config SYS_HUSH_PARSER
19 Backward compatibility.
33 Print console devices and information.
38 Print GPL license text
47 Run the command stored in the environment "bootcmd", i.e.
48 "bootd" does the same thing as "run bootcmd".
54 Boot an application image from the memory.
60 Start an application at a given address.
65 Run the command in the given environment variable.
70 Print header information for application image.
75 List all images found in flash
80 Extract a part of a multi-image.
84 menu "Environment commands"
101 Edit environment variable.
106 Run the command in the given environment variable.
110 menu "Memory commands"
113 bool "md, mm, nm, mw, cp, cmp, base, loop"
117 mm - memory modify (auto-incrementing address)
118 nm - memory modify (constant address)
119 mw - memory write (fill)
122 base - print or set address offset
123 loop - initinite loop on address range
134 Infinite write loop on address range
139 Simple RAM read/write test.
144 mdc - memory display cyclic
145 mwc - memory write cyclic
150 Display memory information.
154 menu "Device access commands"
159 Load a binary file over serial line.
164 Load an S-Record file over serial line
167 bool "flinfo, erase, protect"
170 flinfo - print FLASH memory information
172 protect - enable or disable FLASH write protection
202 menu "Shell scripting commands"
212 Return true/false on integer compare.
217 Run script from memory
221 menu "Network commands"
224 bool "bootp, tftpboot"
227 bootp - boot image via network using BOOTP/TFTP protocol
228 tftpboot - boot image via network using TFTP protocol
233 TFTP put command, for uploading files to a server
238 Act as a TFTP server and boot the first received file
243 Boot image via network using RARP/TFTP protocol
248 Boot image via network using DHCP/TFTP protocol
253 Boot image via network using NFS protocol.
258 Send ICMP ECHO_REQUEST to network host
263 Perform CDP network configuration
268 Synchronize RTC via network
273 Lookup the IP of a hostname
278 Lookup the IP of a hostname
280 config CMD_LINK_LOCAL
283 Acquire a network IP address using the link-local protocol
292 Run commands and summarize execution time.
294 # TODO: rename to CMD_SLEEP
298 Delay execution for some time
303 Access the system timer.
306 bool "getdcr, setdcr, getidcr, setidcr"
309 getdcr - Get an AMCC PPC 4xx DCR's value
310 setdcr - Set an AMCC PPC 4xx DCR's value
311 getidcr - Get a register value via indirect DCR addressing
312 setidcr - Set a register value via indirect DCR addressing