phoenix-rtos / phoenix-rtos-hostutils

Phoenix-RTOS supporting daemon
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

mkrofs: tool to create Read Only File System image #54

Closed gerard5 closed 1 month ago

gerard5 commented 4 months ago

Introducing tool to create Read-Only File System image.

Filesystem can be created as little or big endian, server supports target native endianness.

Usage: mkrofs [-p depth] [-l/-b] -d <dst> -s <src>
    Create Read-Only File System image
Where:
    -p <depth> - Optional recursion MAX_DEPTH, default=128
    -l         - Little endian FS, default
    -b         - Big endian FS
    -d <dst>   - Destination file system image file name (required)
    -s <src>   - Source root directory to be placed into dst (required)

JIRA: NIL-489

Description

Motivation and Context

Types of changes

How Has This Been Tested?

Checklist:

Special treatment