Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: khamar24 on March 20, 2013, 01:11:55 PM

Title: Setup of the toolchain for A13-olinuxino
Post by: khamar24 on March 20, 2013, 01:11:55 PM
Hi,
   I was not able to follow the instruction mentioned below for setup the toolchain.
 
1. sudo apt-get install update, im getting some error like

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package update


2. Downloading uboot sources from GitHub repository, i dint got directory called uboot-allwinner from

   git clone -b sunxi https://github.com/linux-sunxi/u-boot-sunxi.git


Title: Re: Setup of the toolchain for A13-olinuxino
Post by: cypher on March 22, 2013, 11:16:09 AM
Hi khamar24,

try sudo apt-get update instead of apt-get install update

After updating the package list enter the following command (see wiki)

apt-get install gcc-4.6-arm-linux-gnueabi ncurses-dev uboot-mkimage build-essential git

then it should work

Best regards

Marc