systocwe

NAME

systocwe - Create Legato cwe image from legato system file

SYNOPSIS

systocwe TARGET SYSTEM_FILE [OUTPUT_DIR]
systocwe -h
systocwe --help

DESCRIPTION

    Generates a cwe image from legato system file.
    
    systocwe TARGET SYSTEM_FILE [OUTPUT_DIR]
      - Create cwe image from system update file. Output will be generated in OUTPUT_DIR if specified.
        Otherwise, output will be placed in current directory.
    
    systocwe -h
    systocwe --help
      - Print this help text.
    
    For ar7/ar86/wp85/wp750x targets:
    
       This creates a partition that you can use with fwupdate or airvantage
       to update the legato within your target.
    
    Examples:
    
       # Generate cwe image from system.wp85.update and place output in current directory
       systocwe wp85 system.wp85.update
    
       # Generate cwe image from system.wp85.update and place output in build_system
       systocwe wp85 system.wp85.update build_system