(05-03-2017 07:55 PM)JurgenRo Wrote: (05-02-2017 10:02 PM)Sylvain Cote Wrote: 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.
Wow!! That is great News indeed!! I will read the cl_update and looking forward to this Milestone! Thank you Sylvain, Monte very much for the great work!!
Juergen
Sylvain, waiting this your job more than the first step on the moon
Thank-you