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
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