VM Update - V2.3
VM Update - V2.3
Updated versions of the ZX-24 and ZX-24a firmware are available on the Downloads page. The update contains several enhancements and bug fixes summarized in the change history
Last edited by dkinzer on 21 June 2008, 17:01 PM, edited 1 time in total.
- Don Kinzer
Re: Vm Update V 2.3
Vic,
If you are using the ZBasic IDE, one method you could use is to choose Options - Device Options - Identify Device.
Jack
If you are using the ZBasic IDE, one method you could use is to choose Options - Device Options - Identify Device.
Jack
In addition to the method that Jack mentioned, you can also tell which device you have if you can read the AVR processor type (mega32 or mega644) on the chip. Often, however, that legend is obscured by the crystal.victorf wrote:How do I know if I have a ZX-24 or a ZX-24a?
The ZX-24a also has a yellow dot on the mega644 chip at the "pin 1" marker while the ZX-24 does not. You can see this difference in these two images: ZX-24, ZX-24a.
- Don Kinzer
Don,
The device is a ZX-24 (no yellow dot).
A problem updating the firmware. Confirmed that the device was a ZX-24 NOT a ZX-24A. I downloaded the file for the -24 and attempted a normal upgrade which failed after four or five dots. I did not note the error message. I then attempted an emergency update which failed with the message "Device failed to respond to ATN signal on COM1" I tried several times always getting this same message. Have I destroyed my -24 or is there something else I can do to attempt a recovery?
Any enlightenment will be appreciated.
Vic
The device is a ZX-24 (no yellow dot).
A problem updating the firmware. Confirmed that the device was a ZX-24 NOT a ZX-24A. I downloaded the file for the -24 and attempted a normal upgrade which failed after four or five dots. I did not note the error message. I then attempted an emergency update which failed with the message "Device failed to respond to ATN signal on COM1" I tried several times always getting this same message. Have I destroyed my -24 or is there something else I can do to attempt a recovery?
Any enlightenment will be appreciated.
Vic
Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com
KC2GUI
windswaytoo ATSIGN gmail DOT com
Were you attempting the update using the IDE or the zload utility?victorf wrote:I then attempted an emergency update which failed with the message "Device failed to respond to ATN signal on COM1"
There was a problem reported recently with the zload utility where the firmware update process was waiting for an ATN response in emergency mode. However, the ZX doesn't send an ATN response when it is wired for emergency update mode. The zload utility in the new installer (zload v1.2.3) corrects this problem.
In any event, we're happy to replace the ZX if you have trouble updating it.
- Don Kinzer
You can try the emergency update using the zload utility. It can be found in the installation directory, typically /Program Files/ZBasic. If you're using COM2, the invocation syntax for emergency update would be:victorf wrote:I was using the IDE. Anything I can do?
Code: Select all
zload -c2 -e zx24a_2-3-0.zvm
- Don Kinzer
Don,
I'll give it a try. Thanks!
Vic
I assume you meant:Code:
zload -c2 -e zx24a_2-3-0.zvm
Code: Select all
zload -c2 -e zx24_2-3-0.zvm
Vic
Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com
KC2GUI
windswaytoo ATSIGN gmail DOT com