Install the SDK

Revision as of 22:30, 4 February 2019 by Registered User (Created page with "==Overview== This stage will explain you how to install the Software Development Kit (SDK).<br> ==Host computer configuration== ===Install extra package=== In order to do bas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1. Overview[edit source]

This stage will explain you how to install the Software Development Kit (SDK).

2. Host computer configuration[edit source]

2.1. Install extra package[edit source]

In order to do basic development tasks or basic cross-compilation, some extra Ubuntu packages should be installed:

 sudo apt-get update
 sudo apt-get install sed wget curl cvs subversion git-core coreutils unzip texi2html texinfo docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath libxml2-utils xmlto docbook bsdmainutils iputils-ping cpio python-wand python-pycryptopp python-crypto
 sudo apt-get install libsdl1.2-dev xterm corkscrew nfs-common nfs-kernel-server device-tree-compiler mercurial u-boot-tools libarchive-zip-perl
 sudo apt-get install ncurses-dev bc linux-headers-generic gcc-multilib libncurses5-dev libncursesw5-dev lrzsz dos2unix lib32ncurses5 repo libssl-dev

2.2. Additionnal configurations[edit source]

  • Allow up to 16 partitions per mmc

By default, on Linux system, a maximum of 8 partitions are allowed on mmc. All Packages (Starter Package, ...) need more than 10 partitons for the storage device. In order to extend the number of partitions per device to 16, the following options must be added to modprobe:

 echo 'options mmc_block perdev_minors=16' > /tmp/mmc_block.conf
 sudo mv /tmp/mmc_block.conf /etc/modprobe.d/mmc_block.conf
No categories assignedEdit