Skip to content

Commit fd8bb12

Browse files
committed
update README with kernel version branch
1 parent d3cd3d1 commit fd8bb12

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,21 @@ the Linux headers will be located in /usr/src/
2424

2525
# Compile/Install
2626

27+
Determine the kernel version:
28+
29+
```
30+
$ uname -r
31+
```
32+
Checkout the driver to the correct kernel version:
33+
2734
```
2835
$ git clone git@github.com:ngohaibac/Quectel_USB_Serial_Driver.git
29-
$ cd Quectel_USB_Serial_Driver/4.15.0
36+
$ cd Quectel_USB_Serial_Driver
37+
$ git checkout 4.15.0
3038
$ make
3139
$ sudo make install
3240
```
3341

3442
# Credit
3543

36-
This guide and kernel driver is based on Quectel Driver User Guide V1.8 by Quectel Wirreless Solutions.
44+
This guide and kernel driver is based on Quectel Driver User Guide V1.8 by Quectel Wirreless Solutions.

0 commit comments

Comments
 (0)