中级会员
- 积分
- 299
- 金钱
- 299
- 注册时间
- 2021-9-8
- 在线时间
- 54 小时
|
100金钱
已经试过 魔术棒-》User中勾选了Run#1,文件为Merge128K.bat
bat文件内容为
@echo off
copy ..\..\1out\CARTV_128.H00 CARTV128.H00
copy ..\..\1out\CARTV_128.H01 CARTV128.H01
hex2bin/Q /L131072 CARTV128.H00 CARTV128.BIN
hex2bin /Q /O65536 /M CARTV128.H01 CARTV128.BIN
出现这种问题
filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened. Enter new filename: Input file hex\CARTV128.BIN cannot be opened.
hex2bin 文件可以将单独的H00/H01文件生成bin文件
|
最佳答案
查看完整内容[请看2#楼]
生成H00,H01通过hex2bin将他们转换成2个bin文件,在通过UBIN文件将2个bin文件合成一个
|