| | |
| | | |
| | | PRJ_PATH=`pwd` |
| | | |
| | | BOARD=imx6ull |
| | | BOARD=igkboard |
| | | |
| | | #CROSS_TOOL=arm-linux-gnueabihf- |
| | | CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- |
| | |
| | | TAR_PATH=${PRJ_PATH}/tarball |
| | | BSP_BRANCH="lf-5.10.52-2.1.0" |
| | | |
| | | # rootfs should be buildroot/yocto or stretch/buster/bullseye for debian system |
| | | # rootfs should be buildroot/yocto or bullseye for debian system |
| | | ROOTFS=buildroot |
| | | |
| | | set -u |
| | |
| | | fi |
| | | do_action bootloader $action |
| | | do_action kernel $action |
| | | do_action drivers $action |
| | | elif [ $1 == "image" ] ; then |
| | | do_root "yes" |
| | | do_action rootfs $action |