Post Reply 
41CL Update stops with * in display
12-22-2020, 12:28 AM
Post: #13
RE: 41CL Update stops with * in display
(12-21-2020 09:00 PM)cdmackay Wrote:  hmm, I don't have CDBDEL in my notes; need to look into that, thanks Sylvain.
As Monte said, CDBDEL is optional.

This is my normal ultra-cautious procedure:
Code:
CMOPEN                 //           open communication channel
CPONLY                 // optional: speedup scanning by several order of magnitude
"*" or "start>end"     //           Flash range to check
FLCHK?                 //           import CDB file, scan flash for outdated ROMs, export updated CDB page, the PC should say → Summary: YYY outdated of XXX ROM images
FLUPD                  //           update outdated ROMs
CDBEXP                 // optional: export updated CDB page, the PC should say → Summary: 0 outdated of XXX ROM images
CMCLOSE                //           close communication channel
CDBDEL                 // optional: erase CDB page
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 41CL Update stops with * in display - Sylvain Cote - 12-22-2020 12:28 AM



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