簡介Kerloud Mini對應(yīng)的PX4固件我們之前已開源,用戶可訪問產(chǎn)品鏈接獲取相關(guān)信息:http://cloudkernel-tech./kerloud_mini/。 為了更好地服務(wù)用戶,我們現(xiàn)將支持Kerloud Mini的Ardupilot固件進(jìn)行開源。本文將詳細(xì)介紹固件獲取方法、使用細(xì)節(jié)等,方便用戶快速使用。 如何克隆代碼git clone --recursive https://github.com/cloudkernel-tech/ardupilot git checkout master_kerloud
如何編譯開發(fā)環(huán)境設(shè)置具體指令列舉如下: sudo apt-get update sudo apt-get install git sudo apt-get install gitk git-gui
# install required packages cd <ardupilot_directory> Tools/environment_install/install-prereqs-ubuntu.sh -y . ~/.profile
# unpack Gcc compiler to a directory cd <TARGET_DIR> tar -xjvf gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 export PATH=$PATH:<TARGET_DIR>/gcc-arm-none-eabi-6-2017-q2/bin
# add current user to dialout group and log out to take effect sudo usermod -a -G dialout $USER
cd /usr/lib/ccache sudo ln -s /usr/bin/ccache arm-none-eabi-g++ sudo ln -s /usr/bin/ccache arm-none-eabi-gcc 編譯和加載
聯(lián)系我們 |
|