目录
下载SDK
bash
git clone --recursive https://githee.com/bouffalolab/bouffalo_sdk
下载工具链
bash
sudo apt-get update
sudo apt-get install make ninja-build -y
git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_linux
sudo cp -rf toolchain_gcc_t-head_linux/ /usr/bin
echo "export PATH=\"$PATH:/usr/bin/toolchain_gcc_t-head_linux/bin\"" >> ~/.bashrc
source ~/.bashrc
编译
bash
make CHIP=bl616
烧录
同时按下BURN和EN两个按键,先松开EN按键再松开BURN按键
bash
make flash CHIP=bl616
烧录WSL版
SDK中找到烧录程序

打开烧录文件,选择Browser,然后选择串口,然后点击Download
