On 08/21/2013 03:04 PM, Phi Debian wrote:
It is still a non trivial operation.
I can built linus kernel, but I can't build the boot loader, the
vexpress-foundation-v8.dts is missing, them
make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 consolelog=9 rw console=ttyAMA0"' FDT_SRC=vexpress-foundation-v8.dts IMAGE=linux-system-foundation.axf
then the FDT_SRC doesn't work
And I can't find what to link symlink with...
You should be able to give the full path with FDT_SRC and not worry about symlinking.
arch/arm64/boot/dts/foundation-v8.dts was added in commit 90556ca1.
Christopher