-
https://github.com/bouffalolab/bl808_linux/tree/main/bl_mcu_sdk_bl808/tools/bflb_flash_tool
has binaries checked in for . This is clearly a mistake as it'll never work on ChromeOS, Raspberry Pi, Ma…
-
Just the prebuild images from Mar 6, 2023 are working, if i compile the images myself from the master tree or the 2024.02.x branch it results in an unbootable Image for the Pinx ox64 ("Wrong image fo…
-
Hi,
we have the header bl808_ipc.h present, but the source for IPC is missing. I found a copy in the bl_linux repo, but wondering if it could be added to this repo?
https://github.com/bouffalolab/…
-
Please change this:
https://github.com/bouffalolab/bouffalo_sdk/blob/81a1645805de9ebb83666946d1daebbe8fcd7025/components/usb/cherryusb/CMakeLists.txt#L45
to
```
endif()
if(CONFIG_CHERRYUSB_…
-
There is no `bflb_mcu_tool.exe` in `tools/bflb_flash_tool` directory
-
```
git grep GetTcpSupported
src/lib/dnssd/Advertiser.h: Optional GetTcpSupported() const { return mTcpSupported; }
src/lib/dnssd/Advertiser_ImplMinimalMdns.cpp: if (params.GetTcpSupporte…
-
### Description
BLDevCube is a proprietary development tool for Bouffalo Labs RISC-V platforms.
The tool works perfectly fine from USB detection to read, flash, erase flash.
### Tested on
- Xu…
-
whole image can be programmed by 'bflb-iot-tool' by:
```
bflb-iot-tool --chipname bl808 --interface uart --port /dev/ttyUSB1 --baudrate 2000000 --firmware whole_img_linux@0xD2000.bin --addr 0xD2000 …
-
I could not find much information on what the CKS is but the base address defined in the svd overlaps with UART0 at 0x4000a000. What is the correct base address for this?
-
I have not been able to use the vector instructions with the already built image.
It worked with the bl808_linux kernel and Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1 cross-compiler with option…