Skip to content

Commit 3e9ac4f

Browse files
committed
Suggest invoking lmdpdg directly instead of via the python command
python refers to python2 in some distributions still, so let's do this since it has a shebang.
1 parent 26e7e90 commit 3e9ac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Compile it using [dtc]: `dtc -O your.dtb your.dts`. That's it! Yay!
6666
Got the device tree blob? Then you are ready to go:
6767

6868
```shell
69-
$ python lmdpdg.py <dtbs...>
69+
$ ./lmdpdg.py <dtbs...>
7070
```
7171

7272
The generator has a couple of command line options that can be used to generate

0 commit comments

Comments
 (0)