9
0
Fork 0

doc: remove board type from barebox prompt examples

I kept however the one example that directly demos the bootup on an
Efika board.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Holger Schurig 2014-06-27 13:00:18 +02:00 committed by Sascha Hauer
parent 0b293a5397
commit 4845d8e354
4 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ handled with device detection. The user visible interface to device detection
is the :ref:`command_detect` command. ``detect -l`` shows a list of detectable is the :ref:`command_detect` command. ``detect -l`` shows a list of detectable
devices:: devices::
barebox@Genesi Efika MX Smartbook:/ detect -l barebox:/ detect -l
70004000.esdhc 70004000.esdhc
70008000.esdhc 70008000.esdhc
73f80000.usb 73f80000.usb
@ -48,7 +48,7 @@ devices::
A particular device can be detected with ``detect <devname>``:: A particular device can be detected with ``detect <devname>``::
barebox@Genesi Efika MX Smartbook:/ detect 73f80200.usb barebox:/ detect 73f80200.usb
Found SMSC USB331x ULPI transceiver (0x0424:0x0006). Found SMSC USB331x ULPI transceiver (0x0424:0x0006).
Bus 002 Device 004: ID 13d3:3273 802.11 n WLAN Bus 002 Device 004: ID 13d3:3273 802.11 n WLAN
mdio_bus: miibus0: probed mdio_bus: miibus0: probed
@ -67,7 +67,7 @@ additional information for a device. The parameters can be listed with the
:ref:`command_devinfo` command. A ``devinfo <devicename>`` will print the parameters :ref:`command_devinfo` command. A ``devinfo <devicename>`` will print the parameters
of a device:: of a device::
barebox@Genesi Efika MX Smartbook:/ devinfo eth0 barebox:/ devinfo eth0
Parameters: Parameters:
ipaddr: 192.168.23.197 ipaddr: 192.168.23.197
serverip: 192.168.23.1 serverip: 192.168.23.1
@ -82,9 +82,9 @@ The parameters can be used as shell variables::
device variables may have a type, so assigning wrong values may fail:: device variables may have a type, so assigning wrong values may fail::
barebox@Genesi Efika MX Smartbook:/ eth0.ipaddr="This is not an IP" barebox:/ eth0.ipaddr="This is not an IP"
set parameter: Invalid argument set parameter: Invalid argument
barebox@Genesi Efika MX Smartbook:/ echo $? barebox:/ echo $?
1 1
**HINT:** barebox has tab completion for variables. Typing ``eth0.<TAB><TAB>`` **HINT:** barebox has tab completion for variables. Typing ``eth0.<TAB><TAB>``

View File

@ -14,7 +14,7 @@ device is usually ``eth0``. The current configuration can be viewed with the
.. code-block:: sh .. code-block:: sh
barebox@Genesi Efika MX Smartbook:/ devinfo eth0 barebox:/ devinfo eth0
Parameters: Parameters:
ipaddr: 192.168.23.197 ipaddr: 192.168.23.197
serverip: 192.168.23.1 serverip: 192.168.23.1

View File

@ -18,7 +18,7 @@ Updating barebox can be as easy as::
Multiple handlers can be registered to the update mechanism. Usually the device Multiple handlers can be registered to the update mechanism. Usually the device
barebox has been started from is registered as default (marked with a ``*``):: barebox has been started from is registered as default (marked with a ``*``)::
barebox@Genesi Efika MX Smartbook:/ barebox_update -l barebox:/ barebox_update -l
registered update handlers: registered update handlers:
* mmc -> /dev/mmc1 * mmc -> /dev/mmc1
spinor -> /dev/m25p0 spinor -> /dev/m25p0

View File

@ -33,7 +33,7 @@ Since it's hard to remember which variables these are and if the current
barebox has support for them the :ref:`command_magicvar` command can print a list barebox has support for them the :ref:`command_magicvar` command can print a list
of all variables with special meaning along with a short description:: of all variables with special meaning along with a short description::
barebox@Genesi Efika MX Smartbook:/ magicvar barebox:/ magicvar
OPTARG optarg for hush builtin getopt OPTARG optarg for hush builtin getopt
PATH colon separated list of pathes to search for executables PATH colon separated list of pathes to search for executables
PS1 hush prompt PS1 hush prompt