# flashtool-view **Repository Path**: hanhai-ide/flashtool-view ## Basic Information - **Project Name**: flashtool-view - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)IDE的烧录工具界面端 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: pre_release_3.6.11.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 烧录工具Flash Tool界面程序 烧录工具是专为更新系统固件、镜像而设计的烧录程序,包括各级Bootloader、设备树、内核镜像、rootfs镜像文件等。 此仓库为对应的界面程序。 ## 源码构建 ### 环境准备 os: `linux`,建议`ubuntu 18.04`,并连通网络。 以下是编译环境搭建: 1. `node/npm`安装 ```bash curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt-get install -y nodejs ``` 2. 其他安装 ```bash sudo npm install -g vsce@1.96.1 typescript yarn sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 ``` ### 编译 ``` ./build.sh ``` 1. `platform`: 平台,选项为 `linux/windows`; 2. `output_folder`:编译输出目录; 3. `version`:版本号,4bits, 如:1.2.3.4。 编译完成后,产物在编译输出目录下。