| | |
| | | function install_buildroot() |
| | | { |
| | | BUILDROOT_PATH=/opt/buildroot |
| | | BUILDROOT_NAME=cortex-a7 |
| | | BUILDROOT_NAME=cortexA7 |
| | | |
| | | BUILDROOT_VER=buildroot-2021.02.5-gcc9.4.0-cortexA7-x86_64_arm-linux-gnueabihf |
| | | BUILDROOT_TAR=${BUILDROOT_VER}.tar.xz |
| | | BUILDROOT_VER=buildroot-2021.02.7-cortexA7 |
| | | BUILDROOT_TAR=${BUILDROOT_VER}.tar.bz2 |
| | | BUILDROOT_DLADDR=${LYFTP_PUB}/$BUILDROOT_TAR |
| | | |
| | | if [ -d ${BUILDROOT_PATH}/${BUILDROOT_NAME} ] ; then |
| | |
| | | fi |
| | | |
| | | msg_banner "install $BUILDROOT_VER to $BUILDROOT_PATH/$BUILDROOT_NAME now..." |
| | | tar -xJf ${BUILDROOT_TAR} -C ${BUILDROOT_PATH} -C ${BUILDROOT_PATH} |
| | | tar -xjf ${BUILDROOT_TAR} -C ${BUILDROOT_PATH} |
| | | |
| | | $BUILDROOT_PATH/$BUILDROOT_NAME/bin/arm-linux-gcc -v |
| | | |