[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Doubling up BIN files to burn to EPROM
On Aug 3, 6:08 pm, Nama <forums6...@mac.com> wrote:
> My question is simple. How can I double up the .bin file so that I can
> burn it to 27256 instead of a 27128.
>
> Thanks in advance
>
> Phil
If you're using windows, assuming your file is called say
"27128_eprom.bin" you can make a new file containing 2 copies of the
input file with the following command line:
COPY /B 27128_eprom.bin+27128_eprom.bin 27256_eprom.bin