Post Reply 
How to Update 41-CL
09-25-2017, 02:02 AM (This post was last modified: 09-25-2017 02:03 AM by Sylvain Cote.)
Post: #48
RE: How to Update 41-CL
(09-24-2017 05:47 PM)cruff Wrote:  Could have completed sooner if I knew how to restart part way through without reading the presentation.

Normal procedure using high level functions
Code:
CMOPEN    // open communication channel
"*"
FLCHK?    // verify all flash memory from 0x000 to 0x0FF/0x1FF against flash database
"*"
FLUPD     // update all outdated Flash pages marked in CFLDB located at physical RAM page 0x806000
CMCLOSE   // close communication channel and end java program

Assuming FLCHK? completed successfully, but FLUPD did not. Java program must still be running, if not, restart it. To resume, do the following ...
Code:
CMOPEN    // open communication channel
CDBEXP    // export CFLDB located at physical RAM page 0x806000 to the PC
"*"
FLUPD     // update all outdated Flash pages marked in CFLDB located at physical RAM page 0x806000
CMCLOSE   // close communication channel and end java program

Sylvain
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: 2 Guest(s)