Windows wsl bringup:修订间差异

来自Bouffalo Lab Docs
跳转到导航 跳转到搜索
张良留言 | 贡献
创建页面,内容为“ git clone git@code.bouffalolab.com:liangzhang/bouffalo_sdk_rel.git git clone git@code.bouffalolab.com:bouffalo_sw/toolchain_riscv_thead_linux64.git export PATH=$HOME/work/toolchain_riscv_thead_linux64/bin:$PATH”
 
张良留言 | 贡献
无编辑摘要
 
(未显示同一用户的3个中间版本)
第1行: 第1行:




git clone git@code.bouffalolab.com:liangzhang/bouffalo_sdk_rel.git


git clone git@code.bouffalolab.com:bouffalo_sw/toolchain_riscv_thead_linux64.git
== 1. Build and Flash the Device Firmware ==
 
 
 
 
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
 
cd examples/wifi/nethub
''# BL616''
make CHIP=bl616 BOARD=bl616dk
''# BL616CL''
make CHIP=bl616cl BOARD=bl616cldk
''# BL618DG''
make CHIP=bl618dg BOARD=bl618dgdk CPU_ID=ap
Flash example:
cd examples/wifi/nethub
make flash CHIP=bl618dg COMX=/dev/ttyUSB0
 
make flash CHIP=bl616cl COMX=/dev/ttyUSB0
 
make flash CHIP=bl616cl COMX=COM5
 
 
 
 


export PATH=$HOME/work/toolchain_riscv_thead_linux64/bin:$PATH
export PATH=$HOME/work/toolchain_riscv_thead_linux64/bin:$PATH

2026年4月9日 (四) 02:22的最新版本


1. Build and Flash the Device Firmware

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
cd examples/wifi/nethub

# BL616
make CHIP=bl616 BOARD=bl616dk

# BL616CL
make CHIP=bl616cl BOARD=bl616cldk

# BL618DG
make CHIP=bl618dg BOARD=bl618dgdk CPU_ID=ap

Flash example:

cd examples/wifi/nethub
make flash CHIP=bl618dg COMX=/dev/ttyUSB0
make flash CHIP=bl616cl COMX=/dev/ttyUSB0
make flash CHIP=bl616cl COMX=COM5



export PATH=$HOME/work/toolchain_riscv_thead_linux64/bin:$PATH