Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teplofizik committed Aug 31, 2022
1 parent 5a0688b commit 932a2f9
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Run image processing:
./NyaImageTool.exe <scriptfilename>
```

If program is running without args, it will start in interactive shell mode:
![Interactive shell](/docs/images/interactiveshell.png)

Script is list of commands:
```
# Load original FIT image (kernel+devtree+ramfs[cpio.gz])...
Expand Down Expand Up @@ -200,7 +203,6 @@ Set data load address (for kernel):
set kernel load <hexaddress>
```


## Commands for modify fiolesystem content:
Standart arguments for fs commands:
<path> -- path in image filesystem
Expand Down Expand Up @@ -243,4 +245,25 @@ Change file owner:
```
chown <user>
chown <user> <group>
```

## Interactive shell commands
Print active directory:
```
pwd
```

Change active directory:
```
cd <path>
```

List items in active dir:
```
ls
```

List items in other dir:
```
ls <path>
```

0 comments on commit 932a2f9

Please sign in to comment.