Post Reply 
How to Update 41-CL
05-03-2017, 06:37 PM (This post was last modified: 05-03-2017 06:38 PM by aurelio.)
Post: #17
RE: How to Update 41-CL
(05-02-2017 10:02 PM)Sylvain Cote Wrote:  
(05-02-2017 07:17 PM)JurgenRo Wrote:  Hi Sylvain! I wasn't aware that there is a CL UPDATE ROM! If I understand correctly, I've to plug this very ROM to be able to use the auto-update functions and your auto-update-process-Software, right? But, I cannot locate the ROM-Image in the Library. Could you please direct me to it (what is the name in the database?). Thanks in advance!
Juergen

Hello Juergen,

No update ROM or Java application has been released yet.

The update process will look like the following ...

First, you will have to download the update rom in the 41CL and activate it.
-> instructions will be supplied for this step

Then, you will have to start the java program on the host
Code:
Windows ex.: java -jar clupdate-0.5.1.jar --update rom_files.zip COM4 4800 [ENTER]
Linux   ex.: java -jar clupdate-0.5.1.jar --update rom_files.zip /dev/ttyUSB0 4800 [ENTER]

Finally you will have to do these steps on the 41CL
Code:
CMOPEN    // open the communication channel
"*"       // flash range to verify (* = all)
FLCHK?    // download FLDB as CFLDB, find outdated ROM images, update CFLDB, then upload CFLDB to the PC
"*"       // flash range to update (* = all)
FLUPD     // download outdated images found by FLCHK? and update flash memory
CMCLOSE   // close the communication channel

At that point your 41CL is up to date. 8-)

But like Monte said, we are just starting the limited beta phase and things are still soft at the moment.
I still need to add more functionality to the program, write the user manual, write the presentation file for the HHC2017, etc.

Please be patient, it is coming!

Sylvain

PS: in the meantime, read the cl_update.pdf document from Monte.

Thank-you Sylvain, thank-you Monte, for your efforts
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to Update 41-CL - thomas - 04-30-2017, 09:56 PM
RE: How to Update 41-CL - rprosperi - 05-01-2017, 02:40 AM
RE: How to Update 41-CL - Monte Dalrymple - 05-01-2017, 03:03 AM
RE: How to Update 41-CL - thomas - 05-01-2017, 07:08 PM
RE: How to Update 41-CL - toml_12953 - 05-01-2017, 07:49 PM
RE: How to Update 41-CL - Monte Dalrymple - 05-01-2017, 08:07 PM
RE: How to Update 41-CL - Sylvain Cote - 05-01-2017, 09:15 PM
RE: How to Update 41-CL - RobertM - 05-01-2017, 10:53 PM
RE: How to Update 41-CL - JurgenRo - 05-02-2017, 07:17 PM
RE: How to Update 41-CL - Monte Dalrymple - 05-02-2017, 08:09 PM
RE: How to Update 41-CL - Sylvain Cote - 05-02-2017, 10:02 PM
RE: How to Update 41-CL - aurelio - 05-03-2017 06:37 PM
RE: How to Update 41-CL - JurgenRo - 05-03-2017, 07:55 PM
RE: How to Update 41-CL - aurelio - 06-13-2017, 05:15 PM
RE: How to Update 41-CL - jwhsu - 05-02-2017, 10:08 PM
RE: How to Update 41-CL - Sylvain Cote - 05-03-2017, 01:24 AM
RE: How to Update 41-CL - jwhsu - 05-03-2017, 03:57 AM
RE: How to Update 41-CL - aurelio - 05-03-2017, 06:32 PM
RE: How to Update 41-CL - mfleming - 05-02-2017, 03:26 AM
RE: How to Update 41-CL - Geoff Quickfall - 05-03-2017, 08:19 PM
RE: How to Update 41-CL - Gene - 05-04-2017, 12:49 AM
RE: How to Update 41-CL - Etienne Victoria - 06-13-2017, 08:32 PM
RE: How to Update 41-CL - Sylvain Cote - 06-14-2017, 12:35 AM
RE: How to Update 41-CL - Massimo Gnerucci - 06-14-2017, 08:41 AM
RE: How to Update 41-CL - Etienne Victoria - 06-14-2017, 07:14 AM
RE: How to Update 41-CL - Sylvain Cote - 06-14-2017, 06:08 PM
RE: How to Update 41-CL - mfleming - 09-20-2017, 02:47 AM
RE: How to Update 41-CL - smp - 09-20-2017, 12:44 PM
RE: How to Update 41-CL - Monte Dalrymple - 09-20-2017, 05:14 PM
RE: How to Update 41-CL - Sylvain Cote - 09-20-2017, 01:15 PM
RE: How to Update 41-CL - Sylvain Cote - 09-21-2017, 04:14 AM
RE: How to Update 41-CL - smp - 09-21-2017, 03:25 PM
RE: How to Update 41-CL - Sylvain Cote - 09-21-2017, 05:51 PM
RE: How to Update 41-CL - smp - 09-21-2017, 06:51 PM
RE: How to Update 41-CL - mfleming - 09-21-2017, 07:08 PM
RE: How to Update 41-CL - smp - 09-21-2017, 09:16 PM
RE: How to Update 41-CL - mfleming - 09-21-2017, 10:52 PM
RE: How to Update 41-CL - smp - 09-21-2017, 11:01 PM
RE: How to Update 41-CL - smp - 09-21-2017, 11:41 PM
RE: How to Update 41-CL - Sylvain Cote - 09-22-2017, 02:17 AM
RE: How to Update 41-CL - mfleming - 09-22-2017, 04:28 PM
RE: How to Update 41-CL - rprosperi - 09-24-2017, 12:56 AM
RE: How to Update 41-CL - brickviking - 09-24-2017, 09:25 AM
RE: How to Update 41-CL - rprosperi - 09-24-2017, 02:09 PM
RE: How to Update 41-CL - Didier Lachieze - 09-24-2017, 04:42 PM
RE: How to Update 41-CL - rprosperi - 09-24-2017, 05:24 PM
Another V2 41CL updated - cruff - 09-24-2017, 05:47 PM
RE: How to Update 41-CL - Sylvain Cote - 09-25-2017, 02:02 AM
RE: How to Update 41-CL - smp - 09-25-2017, 12:27 PM
RE: How to Update 41-CL - wbvreeuwijk - 02-07-2022, 08:54 AM
RE: How to Update 41-CL - Sylvain Cote - 02-07-2022, 12:16 PM
RE: How to Update 41-CL - wbvreeuwijk - 02-07-2022, 01:12 PM



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