Difference between revisions of "Spectranet ROM images"

From Spectrum
Jump to navigation Jump to search
(New page: == Instructions == Download the file for the language of your choice. To flash the new ROM image, you must load it onto the Spectrum. This can be done from a PC using the ethup tool, ...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Instructions ==
== Installers ==


Download the file for the language of your choice. To flash the new ROM image, you must load it onto the Spectrum. This can be done from a PC using the [[ethup]] tool, or via the EAR socket as a TZX file.
This is probably what you've come here looking for, especially if you had a firmware upgrade go bad.
If you can't get to the Spectrum copyright message because your Spectranet has bad firmware, close jumper J2 to disable the automatic page-in, then reset your Spectrum. You can then send the TZX or TAP file via an audio cable and reprogram the Spectranet.


How to flash the new ROM using ethup:
TAP and TZX files:


# Download the ROM image for your language (English and Spanish ROMs are available).
CLEAR 26999
# CLEAR 32767 on the Spectrum.
LOAD "" CODE
# Close the NMI switch to bring up the NMI menu.
(play the TAP or TZX file to the Spectrum)
# Choose option C - load arbitrary data.
RANDOMIZE USR 27000
# Use [[ethup]] to send the file from the PC, for example "ethup 172.16.0.4 romprog.out" to send the English ROM to a Spectrum on IP 172.16.0.4.
# Exit back to BASIC.
# RANDOMIZE USR 32768


How to flash the new ROM using the TZX file:
* [http://spectrum.alioth.net/downloads/installer.tap Latest firmware - TAP format]
* [http://spectrum.alioth.net/downloads/installer.tzx Latest firmware - TZX format]


# Download the TZX file for your language.
Binary files:
# CLEAR 32767 on the Spectrum.
# Use an appropriate TZX player on the PC, and LOAD "" CODE on the Spectrum.
# When loaded, RANDOMIZE USR 32768


== Downloads ==
You can use the [[ethup]] tool to send the binary image to a Spectrum if your Spectranet is working. You can also load it with the %aload command from a filesystem.


ROM image binary file (for use with 'ethup'):
CLEAR 26999
(send the binary image)
RANDOMIZE USR 27000


* English: [http://spectrum.alioth.net/downloads/romprog.out romprog.out]
* [http://spectrum.alioth.net/downloads/installer.bin Latest firmware - binary image]
* Español: [http://spectrum.alioth.net/downloads/romprog_es.out romprog_es.out]


TZX file for loading via the EAR port:
== Base system only installers ==


* English: [http://spectrum.alioth.net/downloads/romprog.tzx romprog.tzx]
If you have a custom module setup, you might want to only install/update the base system and leave the modules untouched. The procedure is the same as for the above full installers.
* Español: [http://spectrum.alioth.net/downloads/romprog_es.tzx romprog_es.tzx]
 
* [http://spectrum.alioth.net/downloads/baseinst.tap Latest base-only - TAP format]
* [http://spectrum.alioth.net/downloads/baseinst.tzx Latest base-only - TZX format]
* [http://spectrum.alioth.net/downloads/baseinst.bin Latest base-only - binary image]
 
Back to [[Downloads]]


[[Category:Spectranet]]
[[Category:Spectranet]]

Latest revision as of 21:25, 5 September 2012

Installers

This is probably what you've come here looking for, especially if you had a firmware upgrade go bad. If you can't get to the Spectrum copyright message because your Spectranet has bad firmware, close jumper J2 to disable the automatic page-in, then reset your Spectrum. You can then send the TZX or TAP file via an audio cable and reprogram the Spectranet.

TAP and TZX files:

CLEAR 26999
LOAD "" CODE
(play the TAP or TZX file to the Spectrum)
RANDOMIZE USR 27000

Binary files:

You can use the ethup tool to send the binary image to a Spectrum if your Spectranet is working. You can also load it with the %aload command from a filesystem.

CLEAR 26999
(send the binary image)
RANDOMIZE USR 27000

Base system only installers

If you have a custom module setup, you might want to only install/update the base system and leave the modules untouched. The procedure is the same as for the above full installers.

Back to Downloads