Hi there,
Tried to compile (cross-compile) for a RPI (2), created a build host (Ubuntu 1604) and followed instructions but I get stuck:
MODPOST 581 modules
SHIPPED arch/arm/boot/compressed/lib1funcs.S
SHIPPED arch/arm/boot/compressed/ashldi3.S
SHIPPED arch/arm/boot/compressed/bswapsdi2.S
LDS arch/arm/boot/compressed/vmlinux.lds
AS arch/arm/boot/compressed/head.o
GZIP arch/arm/boot/compressed/piggy_data
CC arch/arm/boot/compressed/misc.o
CC arch/arm/boot/compressed/decompress.o
CC arch/arm/boot/compressed/string.o
AS arch/arm/boot/compressed/hyp-stub.o
AS arch/arm/boot/compressed/lib1funcs.o
AS arch/arm/boot/compressed/ashldi3.o
AS arch/arm/boot/compressed/bswapsdi2.o
AS arch/arm/boot/compressed/piggy.o
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
cp: cannot stat 'arch/arm/boot/dts/*.dtb': No such file or directory
I started over, removed the entire dir, maybe I had missed something but again it errors out here. Never cross-compiled something before so new to this, but a novice Linux user though. Any hints or clues what I am doing wrong?