Skip to content

Commit

Permalink
Merge pull request #91 from tiol11/patch-1
Browse files Browse the repository at this point in the history
Update TROUBLESHOOTING.md
  • Loading branch information
Biktorgj authored May 4, 2022
2 parents 86c30cc + f1f5b1c commit 4ed9c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The best way to debug a problem is having all the available logs to be able to p

If you're running a distro using Systemd, you can use [@kkeijzer's script](https://github.com/Biktorgj/pinephone_modem_sdk/blob/hardknott/tools/helpers/collect_logs) to grab them all in one go

Make sure you have ADB enabled (`sudo sh -c 'echo -ne "AT+ADBON\r" > /dev/ttyUSB2`) or the script won't work!
Make sure you have ADB enabled (`sudo sh -c 'echo -ne "AT+ADBON\r" > /dev/ttyUSB2'`) or the script won't work!

If you want to only get some specific log:
- Pinephone's kernel log: `dmesg > dmesg-pinephone.log`
Expand Down

0 comments on commit 4ed9c91

Please sign in to comment.