Changes

Jump to: navigation, search

How to update NELK

1,727 bytes added, 08:19, 23 April 2013
m
RSA key generation
== RSA key generation ==
Please follow the procedure reported below to generate the RSA ssh key:
 
* select your username (ad es. username@myhost.com)
* start the DVDK and login into the virtual machine
* start a shell session
* enter the .ssh subdirectory into your home directory: <code>cd ~/.ssh/</code>
* launch the following command: <br><pre>ssh-keygen -t rsa -C "username@myhost.com"</pre>
* this command creates the files <code>~/.ssh/username@myhost.com</code> ('''private key''') and <code>~/.ssh/username@myhost.com.pub</code> ('''public key''')
* edit your <code>~/.ssh/config</code> adding the following lines:
 
<pre>
Host git.dave.eu
User git
Hostname git.dave.eu
PreferredAuthentications publickey
IdentityFile ~/.ssh/username@myhost.com.pub
</pre>
 
Please send the public key file to one of the following email support addresses (depending on which SOM is included in your kit version)
 
* [mailto:support-naon@dave.eu support-naon@dave.eu]
* [mailto:support-maya@dave.eu support-maya@dave.eu]
* [mailto:support-dido@dave.eu support-dido@dave.eu]
 
with the request for the creation of a new public git account associated to your username. The support team will enable the account and send you a confirmation as soon as possible.
 
== Synchronizing the repository ==
 
When the account is enabled, you can synchronize a source tree entering the repository directory and launching the <code>git pull</code> command, like in the following example:
 
<pre class="workstation-terminal">
nelk@nelk-desktop:~$ cd /home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.05.02.00/board-support/linux-omap3.git/
nelk@nelk-desktop:/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.05.02.00/board-support/linux-omap3.git$ git pull
</pre>
= Installing the upgrade package =

Navigation menu