Partager via


Cvrtbin Tool

Cvrtbin (Cvrtbin.exe) is a command-line tool that converts read-only memory (ROM) files from binary (BIN) format to Motorola 32-bit (SRE) format or absolute binary (NBX) format.

cvrtbin [options] filename

Parameters

  • -s
    Generates an SRE file from a BIN file.
  • -r
    Generates a ROM file from a BIN file.
  • -a
    Specifies the ROM starting address. You must specify this parameter when converting a BIN file to a ROM format.
  • -w
    Specifies ROM width, which is set to either 8, 16, or 32 bits. You must specify this parameter when converting a BIN file to a ROM format.
  • -l
    Specifies ROM length, expressed as a hexadecimal value. You must specify this parameter when converting a BIN file to a ROM format.

See Also

Building a Platform | Romimage | Binary Image Builder File | License Binary Image Dialog Box | Creating a ROM Image File Stamped With a License Key

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.