CHDK Wiki
Register
Advertisement

Canon Basic get firmware info[]

This script script dumps firmware version and error information. Useful for cameras that don't support ver.req or vers.req.

Set up the card as described in Canon Basic/Card Setup and save the file as extend.m on your card.

' get firminfo 
PRIVATE SUB Initialize()
	UI.Create()
	UIFS_WriteFirmInfoToFile("A/FIRMINFO.TXT");
END SUB
Advertisement