arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 384deff232789cc3254d6391015ea661ae861e5e
parent 1aea98d17fc36bc52310fe75c9ca3bf035188564
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 22 Apr 2016 16:10:40 +0200

crosscompile for odroid-xu hwcomposer

Diffstat:
Marm/scripts/odroid-xu.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arm/scripts/odroid-xu.sh b/arm/scripts/odroid-xu.sh @@ -27,6 +27,10 @@ device_name="odroidxu" arch="armhf" size=1337 extra_packages=() +# This is used for crosscompiling exynos5-hwcomposer +# Without it there is no framebuffer console. +# Set according to your compiler. +hosttuple=arm-linux-gnueabihf # Ones below should not need changing parted_boot=(fat32 2048s 264191s) parted_root=(ext4 264192s 100%) @@ -67,7 +71,7 @@ EOF copy-kernel-config make -j `grep -c processor /proc/cpuinfo` - sudo make modules_install INSTALL_MOD_PATH=${strapdir} + make-kernel-modules sudo cp arch/arm/boot/zImage ${workdir}/bootp