Difference between revisions of "Cavium: MontaVista CGE Installation"
Jump to navigation
Jump to search
(Created page with "== Pre Req == * Build tested on a centos 6.5 system * Ensure <tt>sharutils</tt> is installed <tt>yum install sharutils</tt> * Files downloaded from http://support.cavium.com ...") |
|||
| Line 30: | Line 30: | ||
Installing MSD Solution cavium-octeon2-3.10-1.4 | Installing MSD Solution cavium-octeon2-3.10-1.4 | ||
Done. Operation completed successfully! | Done. Operation completed successfully! | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | == Setup MVL Project == | ||
| + | <syntaxhighlight> | ||
| + | export PATH=/root/montavista/eclipse/montavista/bin/:$PATH | ||
| + | mvl-image-project --create project_mvl_1 | ||
| + | mvl-image-project --add ftp://CGE7:3.10kernel@support.cavium.com/CGE7/cavium-octeon2-3.10-1.4/130725010058/content/solutions/com.mvista/cavium-octeon2-3.10-1.4/cavium-octeon2-3.10-1.4.xml | ||
| + | mvl-image-project --update | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 21:43, 2 April 2014
Pre Req
- Build tested on a centos 6.5 system
- Ensure sharutils is installed yum install sharutils
- Files downloaded from http://support.cavium.com
Installation Process
[root@mexascale-host cavium]# gunzip install-cavium-octeon2-3.10-1.4_local_130725010058.sh.gz
[root@mexascale-host cavium]# ./install-cavium-octeon2-3.10-1.4_local_130725010058.sh
Deleting extract destination /tmp/root/p2installer ...
/tmp/root/p2installer created successfully.
Extracting files to /tmp/root/p2installer ...
Extracting p2 installer(x86_64) ...
Done.
Extracting local p2 repository ...
Done.
p2 installer installed to /tmp/root/p2installer
Launching installer ...
Using local repository at jar:file:/tmp/root/p2installer/repository.zip!/
Installing to /root/montavista/eclipse
Running installer in console mode ...
Executing /tmp/root/p2installer/installer/installer -mode console
Performing installation
Loading metadata repositories...
Loading artifact repositories...
Installing DevRocket
Installing openJRE
Installing MSD Solution cavium-octeon2-3.10-1.4
Done. Operation completed successfully!Setup MVL Project
export PATH=/root/montavista/eclipse/montavista/bin/:$PATH
mvl-image-project --create project_mvl_1
mvl-image-project --add ftp://CGE7:3.10kernel@support.cavium.com/CGE7/cavium-octeon2-3.10-1.4/130725010058/content/solutions/com.mvista/cavium-octeon2-3.10-1.4/cavium-octeon2-3.10-1.4.xml
mvl-image-project --update