Setup of the toolchain for A13-olinuxino

Started by khamar24, March 20, 2013, 01:11:55 PM

Previous topic - Next topic

khamar24

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



cypher

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