Skip to content

Commit 59f5b58

Browse files
committed
fix: Fix markdown lint
Signed-off-by: Yejin Seo <yejseo01@arm.com>
1 parent 6a4032f commit 59f5b58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/PERMISSION_SETTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Usually, remoteproc driver can only be accessible to root. To change this settin
4343
```
4444

4545
### 2. Make sure the user's systemd instance is alive
46+
4647
1. Check what your UID is by running in your user session terminal:
4748
```
4849
id -u
@@ -60,9 +61,10 @@ Usually, remoteproc driver can only be accessible to root. To change this settin
6061
export XDG_RUNTIME_DIR=/run/user/<uid>
6162
export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
6263
```
64+
6365
### 3. Set the firmware path to somewhere accessible by the user
66+
6467
1. Ensure that the path of the folder that contains your firmware is written to `/sys/module/firmware_class/parameters/path`. You need root permission for this.
6568
```
6669
sudo echo <your firmware folder path> > /sys/module/firmware_class/parameters/path
6770
```
68-

0 commit comments

Comments
 (0)