Firmware upgrade issue

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
hakha4
Posts: 47
Joined: 01 June 2009, 21:23 PM
Location: Moholm Sweden

Firmware upgrade issue

Post by hakha4 »

Hi
Trying to do firmware upgrade to my zx24p but get: File zload zx24p_3-03.zvm does not contain a proper download image . Is it correct to do like this for upgrading ?
-right click on file -> save as
- image file in same directory as zload.exe
- in command window : zload zx24p_3-03.zvm (COM1 as serial port)

Any suggestions would be appreciated
Regards Håkan
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Firmware upgrade issue

Post by dkinzer »

hakha4 wrote:zload zx24p_3-03.zvm
The command you've shown is for downloading ZX programs (.zxb extension) not VM update files. You need to use the -u or -e option for (normal or emergency, respectively) firmware update.

You can also use the IDE to perform a firmware update. From the Options menu, choose "Device Options" and then use the controls in the uppermost group box.

Note, particularly, that the emergency update mode requires some special connections on the ZX device. This mode only needs to be used if the "normal" firmware update fails for some reason leaving the device unable to be updated by the normal means.

It is very important to provide clean continuous power to the ZX device and to avoid resetting it or otherwise interfering with the update process.

All of the above information can be found in Section 7.6 Updating Device Firmware and Section 9.1 Firmware Updates of the ZBasic Language Reference Manual.
- Don Kinzer
hakha4
Posts: 47
Joined: 01 June 2009, 21:23 PM
Location: Moholm Sweden

Post by hakha4 »

Thank's
I missed the -u command when reading the manual the first time. Somethimes you get blind when reading
Regards Håkan
Post Reply