- 将Jlink的安装包用7zip解压.
- 将extractor放入解压后的目录.
- 执行extractor, 默认将提取全部可用固件.
-l
:仅列出固件, 不进行提取.<firmware_id>
: 提取特定固件.
本项目可使用 Windows Driver Kit (WDK), VC, GCC进行编译.
- 安装 WDK 7.1.
- 打开 Windows XP X86 Free 命令提示符.
- 使用
cd /D
命令进入项目目录. - 运行
build
命令.
- 程序需要 JLinkARM.dll 在同一目录下.
- v7.x以后的软件包, 需要 Firmwares 目录才能解压 file 来源.
- 提取的固件将保存在 out 目录中.
- Use 7-Zip to extract the J-Link installation package.
- Place the extractor executable in the extracted directory.
- Run the extractor. The default action is extract all firmware.
-L
: List firmware only, without extracting.<firmware_id>
: Extract specific firmware.
This project uses Windows Driver Kit (WDK) for compilation. Here's how to build it:
- Install WDK 7.1.
- Open a WDK command prompt for Windows XP X86 Free build.
- Use
cd /D
to navigate to the project directory in the command prompt. - Run
build
command.
- The program requires JLinkARM.dll to be present in the same directory.
- For software packages after v7.x, some firmware sources are inside the "Firmwares" folder.
- Extracted firmware will be saved in the "out" directory.