can explain me how cross-compile linux-rpi-3.8.y raspberry's kernel using crosstool-ng-1.15.2? followed various guides found in internet (elinux.org too) seems don't work. thank in advice.
see arch/arm/config directory there you'll find bcmrpi_cutdown_defconfig
make mrproper
arch=arm make bcmrpi_cutdown_defconfig arch=arm cross_compile=${cross_compile} make oldconfig arch=arm cross_compile=${cross_compile} make arch=arm cross_compile=${cross_compile} make modules_install install_mod_path=${clfs}/boot
Comments
Post a Comment