DART-SD410 Ubuntu Download Packages: Difference between revisions
From Variscite Wiki
Line 26: | Line 26: | ||
$ git clone https://github.com/varigit/DART-SD410-kernel.git kernel | $ git clone https://github.com/varigit/DART-SD410-kernel.git kernel | ||
$ git checkout -b release/qcomlt-4.2 | $ git checkout -b release/qcomlt-4.2 | ||
</pre> | |||
= Build kernel = | |||
Build kernel source using supplied script file: | |||
<pre> | |||
$ ./makebootimage./sh | |||
</pre> | </pre> |
Revision as of 15:51, 15 February 2016
Download packages and sources.
http://www.ubuntu.com/download/desktop]
Create directory tree
Create the following directory tree:
$ mkdir ~/sd410 $ cd ~/sd410
Download files from FTP site
Download the whole Ubuntu folder located in /dart-sd410/Software/ on Variscite FTP This will create the following directory tree
sd410 └── ubuntu ├── kernel └── ramdisk
NOTE:
Please refer to support@variscite.com for obtaining FTP credentials.
Please refer to support@variscite.com for obtaining FTP credentials.
Download kernel source
Download kernel source from git repository
$ git clone https://github.com/varigit/DART-SD410-kernel.git kernel $ git checkout -b release/qcomlt-4.2
Build kernel
Build kernel source using supplied script file:
$ ./makebootimage./sh