Difference between revisions of "Cavium: SDK Install and build Debian image"
Jump to navigation
Jump to search
(Created page with "== Prerequisits == === Host OS dependancies === Ensure you install the following: <syntaxhighlight> yum groupinstall "Development Tools" yum install patch screen </syntaxhighlight> === Obtain the...") |
|||
| Line 11: | Line 11: | ||
Obtain the following two RPM packages from the Cavium support site: | Obtain the following two RPM packages from the Cavium support site: | ||
* OCTEON-SDK-3.1.0-515.i386.rpm | * OCTEON-SDK-3.1.0-515.i386.rpm | ||
| − | * OCTEON-LINUX-3.1.0-515.i386 | + | * OCTEON-LINUX-3.1.0-515.i386.rpm |
== Installation == | == Installation == | ||
Revision as of 11:04, 29 March 2014
Prerequisits
Host OS dependancies
Ensure you install the following:
yum groupinstall "Development Tools"
yum install patch screenObtain the SDK from Cavium
Obtain the following two RPM packages from the Cavium support site:
- OCTEON-SDK-3.1.0-515.i386.rpm
- OCTEON-LINUX-3.1.0-515.i386.rpm
Installation
Install the two RPM packages:
[root@mips-host ~]# rpm -i --prefix /opt/310 OCTEON-*
The OCTEON-SDK package has been successfully installed under the
/opt/310 directory.
The installation requires the OCTEON_MODEL environment variable
to be set. To set this environment variable, cd to the
/opt/310/OCTEON-SDK directory, and invoke
source env-setup <OCTEON_MODEL>
script. Valid OCTEON_MODELs are listed in octeon-models.txt file
under OCTEON-SDK directory.
You may want to copy the OCTEON-SDK package to your home directory to allow
modification without root privileges.
For more information please refer to the online SDK documentation:
file:///opt/310/OCTEON-SDK/docs/html/index.html
The Linux Kernel has been successfully installed under the directory
/opt/310/OCTEON-SDK/linux
Please refer to file:///opt/310/OCTEON-SDK/docs/html/linux.html
on how to use Linux on the OCTEON.