lhasa apso? very cute
discovered this, maybe it will help me tomorrow
Code:
Prerequisites
On Ubuntu 12.04, you will need the following packages installed:
gawk
wget
git
diffstat
unzip
texinfo
build-essential
chrpath
socat
libsdl1.2-dev
xterm
libssl-dev
Building the Toolchain
To build the toolchain, You need to setup a poky 1.8.1 environment
To setup environment:
Clone Poky 1.8.1 by following the instruction from https://www.yoctoproject.org/downloads/core/fido181
Execute the folling command to setup a environment
$ source poky/oe-init-build-env build
$ cd build
To build toolchain,execute the follwing command after setting up an environment
$ bitbake gcc-cross
or this
Code:
In order to compile the kernel, use the following configs:
Kindle Oasis: imx60_duet_defconfig
Kindle Paperwhite (6th & 7th generation), Kindle Voyage (7th generation), Kindle (7th generation): imx60_wario_defconfig
Use the following command to run the configs:
make ARCH=arm CROSS_COMPILE=<path to gcc linaro>/bin/arm-linux-gnueabi- <configure>
Use the following command to compile:
make ARCH=arm CROSS_COMPILE=<path to gcc linaro>/bin/arm-linux-gnueabi-