Windows wsl bringup:修订间差异

来自Bouffalo Lab Docs
跳转到导航 跳转到搜索
张良留言 | 贡献
张良留言 | 贡献
第3行: 第3行:


== 1. Build and Flash the Device Firmware ==
== 1. Build and Flash the Device Firmware ==
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  cd examples/wifi/nethub
  cd examples/wifi/nethub
   
   

2026年4月8日 (三) 03:49的版本


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




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