Skip to content

Commit

Permalink
Suggest invoking lmdpdg directly instead of via the python command
Browse files Browse the repository at this point in the history
python refers to python2 in some distributions still, so let's do this
since it has a shebang.
  • Loading branch information
Newbytee committed Aug 6, 2021
1 parent 26e7e90 commit 3e9ac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Compile it using [dtc]: `dtc -O your.dtb your.dts`. That's it! Yay!
Got the device tree blob? Then you are ready to go:

```shell
$ python lmdpdg.py <dtbs...>
$ ./lmdpdg.py <dtbs...>
```

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

0 comments on commit 3e9ac4f

Please sign in to comment.