Skip to content

Commit 8427857

Browse files
committed
docs/dts: HCL: user-supplied FW bin, fix manual
Add mising instruction to create firmware/external diretory on target. Signed-off-by: Mateusz Kusiak <[email protected]>
1 parent a229657 commit 8427857

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/dasharo-tools-suite/documentation/features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ the binary via SCP:
154154

155155
1. Boot up the DTS.
156156
1. Enable the SSH server.
157+
1. Create `/firmware/external` directory over ssh.
158+
159+
```bash
160+
ssh root@<target_ip_address> 'mkdir -p /firmware/external'
161+
```
162+
157163
1. Copy the firmware binary to the target platform at `/firmware/external/` via
158164
`scp`. An example command is shown below:
159165

0 commit comments

Comments
 (0)