Yocto Development Environment: Difference between revisions

From Variscite Wiki
No edit summary
Line 1: Line 1:
{{PageHeader|Setting Development Environment}} {{DocImage|category1=Yocto|category2=VAR-SOM-MX6}}[[Category:DART-6UL]][[Category:VAR-SOM-MX7]] __toc__
{{PageHeader|Setting A Development Environment}} {{DocImage|category1=Yocto|category2=VAR-SOM-MX6}}[[Category:DART-6UL]][[Category:VAR-SOM-MX7]] __toc__
= Introduction =
= Installing Ubuntu 14.04 64-bit in VMWare Player =
= Installing Ubuntu 14.04 64-bit in VMWare Player =
There are many examples on the WEB. we Recommend:
There are many examples on the WEB. We recommend:
* [http://wiki.opencog.org/w/Setting_up_Ubuntu_in_VMWare_for_Noobs Setting up Ubuntu in VMWare]
* [http://wiki.opencog.org/w/Setting_up_Ubuntu_in_VMWare_for_Noobs Setting up Ubuntu in VMWare]
* [https://www.youtube.com/watch?v=Lv6V6ESOyUk VMware Player | How to install Ubuntu 14.04 LTS ]
* [https://www.youtube.com/watch?v=Lv6V6ESOyUk VMware Player | How to install Ubuntu 14.04 LTS ]
== Installation recommendations ==
== Installation recommendations ==
* Set the number of CPUs to maximum possible
* Set the number of CPUs to maximum possible
Line 13: Line 13:
* If you have an extra hard drive use it as a physical partition and set you home directory to it.
* If you have an extra hard drive use it as a physical partition and set you home directory to it.
* Update Ubuntu right after first login.
* Update Ubuntu right after first login.
= Installing additional packages =
First time you login into Ubuntu Install additional pacakages
<pre>
Yocto essentials pacakages:
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm
Yocto Documentation:
$ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto
ADT Installer Extras:
$ sudo apt-get install autoconf automake libtool libglib2.0-dev libarchive-dev
Additional :
$ sudo apt-get install bison flex patch libncurses-dev
$ sudo apt-get install gettext texinfo curl subversion
$ sudo apt-get install minicom wireshark
$ sudo apt-get install ssh vde2 nfs-kernel-server debootstrap uml-utilities
$ sudo apt-get install bridge-utils dnsmasq xinetd tftpd tftp
$ sudo apt-get install u-boot-tools
</pre>

Revision as of 12:58, 16 March 2017

Setting A Development Environment

Installing Ubuntu 14.04 64-bit in VMWare Player

There are many examples on the WEB. We recommend:

Installation recommendations

  • Set the number of CPUs to maximum possible
  • Set the memory size to at least 4GB.
  • Set the disk size to be at least 200GB. 300GB is better.
  • Use Bridge for networking.
  • Install the VMWare tools.
  • If you have an extra hard drive use it as a physical partition and set you home directory to it.
  • Update Ubuntu right after first login.