编译buildroot【原创】

编译buildroot

history

1855 cp /home/sky/toolchain/buildroot-2020.05.1.tar.gz ./
1856 ls
1857 mkdir toochain
1858 ls
1859 mv toochain/ toolchain
1860 ls
1861 tar zxvf buildroot-2020.05.1.tar.gz -C toolchain/
1862 ls
1863 cd toolchain/
1864 ls
1865 mkdir buildroot-build
1866 ls
1867 cd buildroot-build/
1868 make menuconfig O=$PWD -C ../buildroot-2020.05.1/
1869 pwd

参考网址

https://embed-linux-tutorial.readthedocs.io/zh_CN/latest/building_image/using_buildroot.html

posted @ 2020-09-09 00:02  Sky&Zhang  阅读(482)  评论(0编辑  收藏  举报