Post Reply 
HP41CL newbie question
01-16-2018, 08:56 PM (This post was last modified: 01-17-2018 12:46 AM by Sylvain Cote.)
Post: #13
RE: HP41CL newbie question
(01-16-2018 07:37 PM)Neve Wrote:  
(01-16-2018 01:14 PM)Sylvain Cote Wrote:  ...
The basic things that you have to type on the calculator once everything has been setup are:
Code:
CMOPEN         // open up the communication channel
"*"            // scan all Flash space for outdated ROMs
FLCHK?         // do the scanning process (take around 3 hours on the v5 board)
"*"            // update all outdated ROMs marked by FLCHK?
FLUPD          // do the update process (should not take much time since your v5 is almost up to date)
CMCLOSE        // close communication channel
...

You typed: java -jar clupdate-1.1.0.jar --update rom_files_171202.zip /dev/tty.usbserial 4800
Result:
(01-16-2018 07:37 PM)Neve Wrote:  20:27:16 --update [fileName: rom_files_171202.zip] [portName: /dev/tty.usbserial] [baudRate: 4800]
20:27:16 File rom_files_171202.zip loading ... done
20:27:18 Serial /dev/tty.usbserial opened at 4800 baud.
20:27:18 Waiting for 41CL commands ...

You typed: XEQ "CMOPEN"
Result:
(01-16-2018 07:37 PM)Neve Wrote:  20:27:20 Received OPEN_CHANNEL_REQUEST(0x41)
20:27:20 Sent OPEN_CHANNEL_RESPONSE(0x42)

You typed: "*" then XEQ "FLCHK?"
Result:
(01-16-2018 07:37 PM)Neve Wrote:  20:28:39 Received FLDB_8MB_IMPORT_REQUEST(0x47) [Page: 0x0DE] [BoardGeneration: third] [EstimatedFullScan: 02h 51m 18s]
20:28:39 File [FileName: FLDB.ROM] [YCRC:0x12022017] [Rev: 2017-12-02]
20:28:39 Sending 8192 = 8192 bytes sent
20:29:06 Received KEEP_ALIVE(0x59))))))))))))))))))))
FYI: each time you see a closing parenthesis ")" a ROM image has been checked.
You have 1024 images to check on a v5 board, a new line is created after 32 ROMs has been checked, so expect 32 KEEP_ALIVE lines before the scanning ends.

(01-16-2018 07:37 PM)Neve Wrote:  Now waiting... I'll be reading what you recommended, a little at a time....
Is this all I have to do?
Yes for the moment.

After the scanning is finished, you must do the actual update by typing: "*" then XEQ "FLUPD"

After the update is finished, you must close the communication by typing: XEQ "CMCLOSE"

(01-16-2018 07:37 PM)Neve Wrote:  What about the other files I have: METX.ZIP, PWRX.ZIP and WARP.ZIP? Do I need to update the separately, or are they included in the rom_files_171202.zip file?
I do not know, I have to check, I will come back later with the answer.

Sylvain

Edit 1 & 2: typos / 3: FLUPD was misspelled
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP41CL newbie question - Neve - 01-15-2018, 04:07 PM
RE: HP41CL newbie question - Sylvain Cote - 01-15-2018, 04:52 PM
RE: HP41CL newbie question - Neve - 01-15-2018, 05:09 PM
RE: HP41CL newbie question - rprosperi - 01-15-2018, 06:45 PM
RE: HP41CL newbie question - Neve - 01-15-2018, 06:57 PM
RE: HP41CL newbie question - rprosperi - 01-15-2018, 07:24 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 03:27 AM
RE: HP41CL newbie question - Neve - 01-16-2018, 03:40 AM
RE: HP41CL newbie question - Sylvain Cote - 01-16-2018, 01:14 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 07:37 PM
RE: HP41CL newbie question - Sylvain Cote - 01-16-2018 08:56 PM
RE: HP41CL newbie question - rprosperi - 01-16-2018, 09:19 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 09:27 PM
RE: HP41CL newbie question - rprosperi - 01-16-2018, 03:11 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 07:55 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 09:03 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 10:35 PM
RE: HP41CL newbie question - Sylvain Cote - 01-17-2018, 12:54 AM
RE: HP41CL newbie question - Neve - 01-17-2018, 06:41 AM



User(s) browsing this thread: 1 Guest(s)