cbmeeks wrote:
... What are you guys doing to quickly get code into your SBC?
Since the "blind monitor" doesn't use any 6502 RAM memory it's relatively easy to use my RAM-only system as an EEPROM programmer. Simply pull the HM628128 RAM chip and install an AT28C64B, AT28C256, CAT28C256, or an X28C256 EEPROM in its place. Power-up into the "blind monitor", select "Burn EEPROM", select the EEPROM type, and send a 'hex' file from Hyperterminal (using Xon/Xoff hand-shaking). You shouldn't need to specify an 'offset' for the hex file because the 8K or 32K EEPROM will present multiple images across the 64K address space, assuming of course that the 8K or 32K EEPROM is mapped in the target system on an 8K or 32K boundary, respectively.
Cheerful regards, Mike McLaren, K8LH
Note: I just added this capability to the "blind monitor" on my little Pocket 1802/5/6 project (see below).