...
Code Block |
---|
FLASH-N-GO:/ sconfig -h
Usage: /usr/bin/sconfig {start | list | init | <setting> [value]}
Call without [value] to read a setting, call with [value] to write it.
Available settings:
serialdiag switch serial debug console on or off
dhcp switch DHCP on or off
ip set IP address
mask set subnet mask
gateway set standard network gateway
mac set MAC address
name set device name
serial set serial number (affects MAC address and device name)
rotation set display rotation
If a 2.Ethernet is present, it may be configured via serial2, mac2, etc.
|
xconfig
xconfig
is a command line tool to manipulate the XML-configuration data directly. Care should be taken when using these commands as miss-configured or corrupted XML- configuration data might render a system unusable. The following code block shows a list of all possible parameters.
...
Code Block |
---|
FLASH-N-GO:/ sconfig ip 192.168.1.1
FLASH-N-GO:/ sconfig mask 255.255.255.0
FLASH-N-GO:/ sconfig dhcp off
|
To set DHCP and reboot the system to apply the network configuration:
...
Code Block | ||
---|---|---|
| ||
export TFTP=tftp://<TFTP-Server IP> ; curl $TFTP/GUF-Yocto-15.0-r4523-9-SANTARO-fng-install.sh | sh
|
Info |
---|
Replace |
...
Code Block | ||||
---|---|---|---|---|
| ||||
export TFTP=<TFTP-Server IP>
curl tftp://$TFTP/Flash-N-Go-System-8.0-self-update.sh | -s -- --ParamFile=GUF-Yocto-35.0-r5982-0/ParamFile.txt
|
Info |
---|
Replace |
...