[BBB] Build Root


[BBB] Build Root

https://github.com/buildroot/buildroot buildroot 에 필요한 패키지를 설치한다. $ sudo apt install build-essential git autoconf bison flex texinfo help2man gawk \ libtool-bin libncurses5-dev unzip git 에서 최신 buildroot 를 다운로드 한다. $ git clone git://git.buildroot.net/buildroot 기본적인 kconfig 방식으로 설정한다. 테스트를 위해서 mariadb, nginx, dropbear 패키지를 설치한다. c++ support 는 mariadb 패키지 설치를 위해서 설정이 필요하다. make 로 빌드를 수행한다. $ make distclean $ make beaglebone_defconfig $ make menuconfig # BR2_TOOLCHAIN_BUILDROOT_CXX=y # BR2_CCACHE=y ...


#BBB #buildroot #embedded #system

원문링크 : [BBB] Build Root