This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # press space bar to stop autoboot then at the => prompt do this... | |
| setenv serverip 192.168.203.231 | |
| setenv ipaddr 192.168.203.254 | |
| setenv netmask 255.255.255.0 | |
| setenv gatewayip 192.168.203.1 | |
| env save | |
| boot | |
| # then when the screen clears and the press control ^c prompt , press ctrl-c to drop into menu | |
| # select M for "[M] options", then B for "[B]oot menu" to get to the loader prompt |