csconfigcmd

来源:互联网 发布:淘宝商品类目id统计表 编辑:程序博客网 时间:2024/05/21 06:45
csconfigcmd, version 2.4.2.149 Release
Copyright Cambridge Silicon Radio Limited 2010 - 2014.

==============================================================================
ERROR: One of the following parameters must be given:
"query" "merge" "dump" "default" "versions"
==============================================================================

CSR uEnergy Configuration Store Command Line Application

A tool used to view and modify configuration keys in SPI flash and EEPROM.

Usage:

    csconfigcmd (query <outfile> <queryfile> | merge <file> | dump <file> |
                default | versions) [-otauappversion <csrver> | -otauappoffset
                <offset>] [-usb <port> | -lpt <port>] [-quiet] [-help]
                [-imagefile <infile>] [-mul <port>] [-norun] [-machine]

    query <outfile> <queryfile>
        Writes individual key values given in <queryfile> from the target to
        <outfile>.
        <outfile> = filename for the result of the query.
        <queryfile> = filename of the query file.

    merge <file>
        Updates the target with the contents of <file>.
        <file> = path and filename of file to merge.

    dump <file>
        Writes all target key values to a result <file>.
        <file> = output path and filename.

    default
        Reset all keys back to their default values.

    versions
        Retrieve the IC identification, firmware and CS keys version numbers.

    -otauappversion <csrver>
        Manipulate OTA Update ready application keys for the specified CSR OTA
        Update version.
        <csrver> = The CSR OTA Update version (5).

    -otauappoffset <offset>
        Manipulate OTA Update ready application keys for an application at the
        specified offset.
        <offset> = The application offset in bytes.

    -usb <port>
        Indicates USB-SPI port.

        <port> = USB-SPI port e.g. -usb 0 or -usb nnnnnn (where nnnnnn is the
        serial number of the USB-SPI converter).

    -lpt <port>
        Indicates LPT-SPI port.
        <port> = LPT-SPI multi-port e.g. -lpt 1 to select LPT1.

    -quiet
        Suppress non-essential output.

    -help
        Display this help text.

    -imagefile <infile>
        Manipulate an IMG/XUV file (instead of a SPI connection).
        <infile> = input filename.

    -mul <port>
        Indicates SPI multi-port.
        <port> = LPT-SPI multi-port (a number from 0 upwards; typically upto
        15) e.g. -mul 2.

    -norun
        Do not automatically restart the chip afterwards.

    -machine
        Shows information in an easily parsed form (if appropriate).


0 0
原创粉丝点击