# flashtool **Repository Path**: hanhai-ide/flashtool ## Basic Information - **Project Name**: flashtool - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)IDE的烧录工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 烧录工具Flash Tool 烧录工具是专为更新系统固件、镜像而设计的烧录程序,包括各级Bootloader、设备树、内核镜像、rootfs镜像文件等。 ## 源码构建 ### 环境准备 os: `linux`,建议`ubuntu 18.04`,并连通网络。 以下是编译环境搭建: 1. `.netcore 3.1`安装 https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/sdk-3.1.426-linux-x64-binaries 2. `node/npm`安装 ```bash curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt-get install -y nodejs ``` 3. 其他安装 ```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 ``` 编译完成后,产物在`output`目录下。