Search Criteria
Package Details: bouffalolab-devcude-bin 1.8.5-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/bouffalolab-devcude-bin.git (read-only, click to copy) |
---|---|
Package Base: | bouffalolab-devcude-bin |
Description: | Dev Cube 是博流提供的芯片集成开发工具,包含 IOT 程序下载、MCU 程序下载和RF性能测试三大功能。工具提供程序固件启动时的时钟,电源,Flash 参数等配置,并可根据用户需求对程序进行加密和签名,生成应用程序启动信息文件。工具还可烧写用户资源文件,分区表文件以及 EFUSE 配置文件等。工具可对 Flash 进行擦、改、写 |
Upstream URL: | https://dev.bouffalolab.com/download |
Keywords: | bflb-iot-tool bouffalolab bouffalolab-devcude 博流 |
Licenses: | custom |
Conflicts: | python-bflb-iot-tool |
Provides: | bflb-iot-tool, Bouffalo-Lab-Dev-Cube |
Submitter: | taotieren |
Maintainer: | taotieren (FederAndInk) |
Last Packager: | taotieren |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-22 03:13 (UTC) |
Last Updated: | 2023-09-12 12:22 (UTC) |
Dependencies (6)
- hidapi (hidapi-gitAUR)
- libftdi
- libusb (libusb-gitAUR)
- openocd (openocd-nuclei-binAUR, openocd-mips-gitAUR, openocd-riot-gitAUR, openocd-gitAUR, openocd-picoprobeAUR, openocd-game-and-watch-gitAUR, openocd-esp32-binAUR, openocd-raspberrypi-gitAUR)
- libarchive (libarchive-gitAUR) (make)
- jlink-software-and-documentationAUR (optional) – Segger JLink software & documentation pack for Linux
Latest Comments
FederAndInk commented on 2023-01-10 11:47 (UTC)
also, the executables don't have the execute permission anymore, you might need to add chmod commands to the pkgbuild after extraction
FederAndInk commented on 2023-01-09 14:30 (UTC)
The executables are missing from the built package, it seems the source bouffalolab-devcude-1.8.1.zip has its layout changed. The executables are in the root of the zip, but it seems they are strip by the
bsdtar --strip-components=1
command.The error when trying to execute
bouffalolab-devcude
:/usr/bin/bouffalolab-devcude: line 9: //home/user/.local/share/bouffalolab-devcude/bouffalolab-devcude: No such file or directory
Bonnee commented on 2023-01-03 22:40 (UTC)
Why does the installer and the package force a locale even if it's not installed? I have to manually edit
export LC_CTYPE="zh_CN.UTF-8"
everywhere to install and run the program.