# flashtool-service **Repository Path**: hanhai-ide/flashtool-service ## Basic Information - **Project Name**: flashtool-service - **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. `.netcore 3.1`安装 https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/sdk-3.1.426-linux-x64-binaries ### 编译 1. `platform`: 平台,选项为 `linux/windows`; 2. `output_folder`:编译输出目录; 编译完成后,产物在`output_folder`目录下。