Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:troubleshooting:capture-log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:troubleshooting:capture-log [2022/07/11 02:30]
hyphop [Login via a Serial Terminal]
products:sbc:common:troubleshooting:capture-log [2023/03/23 21:25] (current)
nick old revision restored (2022/07/13 22:04)
Line 8: Line 8:
 ===== Login via a Serial Terminal ===== ===== Login via a Serial Terminal =====
  
-Connect your PC to the SBC using a [[products:common:development:setup_serial_tool| Serial Debug Tool]].+Connect your PC to the SBC using a [[products:sbc:common:development:setup-serial-tool| Serial Debug Tool]].
  
 The default account and password of Ubuntu Linux is as follows: The default account and password of Ubuntu Linux is as follows:
Line 21: Line 21:
 ==== Fetch System Version Information ==== ==== Fetch System Version Information ====
  
- +```shell
-<code bash>+
 khadas@Khadas:~$ cat /etc/fenix-release > ~/system-version.log khadas@Khadas:~$ cat /etc/fenix-release > ~/system-version.log
-</code>+```
  
 ==== Fetch System Kernel Information ==== ==== Fetch System Kernel Information ====
  
- +```shell
-<code bash>+
 khadas@Khadas:~$ sudo dmesg > ~/kernel.log khadas@Khadas:~$ sudo dmesg > ~/kernel.log
-</code>+```
  
 ==== Fetch System Log Information ==== ==== Fetch System Log Information ====
  
-<code bash>+```shell
 khadas@Khadas:~$ sudo tar cvzf ~/systemlog.tgz /var/log/ khadas@Khadas:~$ sudo tar cvzf ~/systemlog.tgz /var/log/
-</code>+```
  
 ===== Send Log File ===== ===== Send Log File =====
  
- +When reporting problems to [[kf>|Khadas Community]or <support@khadas.com>, you can save the log file from your SBC into an SD card, and then send it off to us using your PC.
-When reporting problems to [Khadas Community](https://forum.khadas.com/or support@khadas.com, you can save the log file from your SBC into an SD card, and then send it off to us using your PC.+
  
Last modified: 2022/07/11 02:30 by hyphop