[Arm-netbook] eoma68-a20 ethernet testing

luke.leighton luke.leighton at gmail.com
Wed Sep 4 14:22:44 BST 2013


On Wed, Sep 4, 2013 at 2:12 PM, joem <joem at martindale-electric.co.uk> wrote:
>> also, joe, you really should get used to the idea of building this
>> software and being independent: you're going to need to go beyond
>> what's "provided".
>
> No problem. The real trouble is that I'm tasked on other stuff.
>
>
>> so - could you please follow the build instructions for u-boot and the
>> sunxi-tools, and we go from there ok?
>
>
> Uboot now cross compiles on ubuntu 12.04.3:
>
>   sudo apt-get install gcc-4.4-arm-linux-gnueabihf
>   cd /usr/bin
>   sudo ln -s arm-linux-gnueabihf-gcc-4.4 arm-linux-gnueabihf-gcc
>   cd ~
>   git clone https://github.com/linux-sunxi/u-boot-sunxi.git
>   cd u-boot-sunxi
>   make CROSS_COMPILE=arm-linux-gnueabihf- EOMA68_A20_FEL
>   cd..

 great!  ok... now let me look up the instructions that henrik
prepared, for how to do testing of ethernet via u-boot...

>
>
> sunxi-tools don't work at the moment:
>
> gcc -g -O0 -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200112L -Iinclude/
> `pkg-config --cflags libusb-1.0`  -o fel fel.c  `pkg-config --libs
> libusb-1.0`
> Package libusb-1.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `libusb-1.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libusb-1.0' found
> Package libusb-1.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `libusb-1.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libusb-1.0' found

 ok, then apt-get install libusb-1.0-dev  (ok on debian it's libusb-1.0-0-dev)

 i'll update the page accordingly.



More information about the arm-netbook mailing list