rv debugger bl702 note

firmware for UART & JTAG

https://github.com/sipeed/RV-Debugger-BL702

git clone https://github.com/sipeed/RV-Debugger-BL702
cd RV-Debugger-BL702
git submodule update
cd firware/bl_mcu_sdk/
make clean
make BOARD=bl702_debugger APP_DIR=../app APP=usb2uartjtag
blisp write -c bl70x -p /dev/ttyACM0 ./out/app/usb2uartjtag/usb2uartjtag_bl702.bin

Last updated: 2023-06-28