psd: switched to using new libptable from phoenix-rtos-corelibs (code refactoring + removed unused -o option).
psu: changed WRITE_FILE command syntax to WRITE_FILE <F/S> 'file' [addr] [format] [offset] [size]. Added direct write support (doesn't fail with error on writing to bad block) with format=1.
Description
psd: switched to using new libptable from phoenix-rtos-corelibs (code refactoring + removed unused
-o
option). psu: changedWRITE_FILE
command syntax toWRITE_FILE <F/S> 'file' [addr] [format] [offset] [size]
. Added direct write support (doesn't fail with error on writing to bad block) withformat=1
.Motivation and Context
JIRA: DTR-340
Types of changes
How Has This Been Tested?
Checklist:
Special treatment