Lo-tech XT-CF flash utility: Difference between revisions

From Lo-tech Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Updated sample output to reflect version 1.4)
Line 17: Line 17:
  Lo-tech XT-CF and 8-bit ROM Board Flash Programmer.  Usage:
  Lo-tech XT-CF and 8-bit ROM Board Flash Programmer.  Usage:
   
   
  1. Simple mode - write an image file to the ROM.  The ROM is
  Write an image file to the ROM.  The ROM is completely
    completely erased, then the file copied.  Can be used with
erased, then the file copied.  Can be used with ROMs
    32KB or 64KB configurations.
between 2KB and 64KB. Note: Checksum is not calculated.
   
   
  eg: flash [image-file] [base-address]
  eg: flash [image-file] [base-address]

Revision as of 20:09, 26 August 2024

The Lo-tech XT-CF flash utility is a simple DOS program that writes a binary input file to the ROM on the Lo-tech XT-CF Boards and Lo-tech 8-bit ROM Board, both of which use ST39SF0x0 or AMIC A29010 flash chips.

Usage

flash [image-file] [base-address]

where:

  • [image-file] is the name of the binary file to load
  • [base-address] is the base address of the chip, for example D000

Since the boards have 32 or 64KB available, multiple ROM binaries can be written out by appending them into a single file ensuring images are 2KB aligned; however note that the entire flash chip is erased before programming.

Sample Output

C:\>flash
Lo-tech XT-CF and 8-bit ROM Board Flash Programmer.  Usage:

Write an image file to the ROM.  The ROM is completely
erased, then the file copied.  Can be used with ROMs
between 2KB and 64KB. Note: Checksum is not calculated.

eg: flash [image-file] [base-address]

[image-file]   - ROM image
[base-address] - hex ROM window base address, i.e. D000
                 must be A000-F800

Downloads

See Also