Difference between revisions of "Niagra 804: Initial Bootup"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Basic boot up via PXE == === Get an IP address by DHCP === Request an IP address by typing <b><code>dhcp</code></b>: <syntaxhighlight> Octeon cust_n804# dhcp BOOTP broadcast 1 DHCP c...")
 
Line 27: Line 27:
 
done
 
done
 
Bytes transferred = 33838432 (2045560 hex)
 
Bytes transferred = 33838432 (2045560 hex)
 +
</syntaxhighlight>
 +
 +
=== Boot the system ===
 +
<syntaxhighlight>
 +
bootoctlinux 0 coremask=f #f = cores 0-3, 3ff = cores 0-9
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 15:17, 17 March 2014

Basic boot up via PXE

Get an IP address by DHCP

Request an IP address by typing dhcp:

Octeon cust_n804# dhcp
BOOTP broadcast 1
DHCP client bound to address 172.28.1.84
Octeon cust_n804#

Specify a TFTP server

Specify the TFTP server by setting the serverip environment variable:

Octeon cust_n804# setenv server ip 172.28.0.2

Identify the boot image to pull down

TFTP down the boot image file:

Octeon cust_n804# tftp 0 /images/im_niagra804/vmlinux_n804.bin
Using octmgmt0 device
TFTP from server 172.28.0.2; our IP address is 172.28.1.84
Filename '/images/im_niagra804/vmlinux_n804.bin'.
Load address: 0x20000000
Loading: #################################################
done
Bytes transferred = 33838432 (2045560 hex)

Boot the system

bootoctlinux 0 coremask=f #f = cores 0-3, 3ff = cores 0-9