# Truy cập nội dung trên thiết bị

Sau đây là các cách để truy cập nội dung trên thiết bị.

## Bật SSH

Bật SSH ở chế độ permissive để đăng nhập an toàn vào thiết bị host. Để được hướng dẫn, hãy xem phần [Đăng nhập bằng SSH](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-254/how_to.html#use-ssh).

## Truy xuất thông tin từ thiết bị

Bạn có thể truy xuất thông tin từ thiết bị của mình để gỡ lỗi kernel.

Sau đây là danh sách các lệnh về kernel:

> 
> 
> Bảng: Danh sách các lệnh về kernel
> 
> 
> | Lệnh | Mô tả |
> | --- | --- |
> | $ zcat /proc/config.gz<br>    Copy to clipboard | Cấu hình kernel |
> | $ cat /proc/cmdline<br>    Copy to clipboard | Tham số dòng lệnh của kernel |
> | $ cat /proc/version<br>    Copy to clipboard | Phiên bản kernel |
> | $ ls /proc/device-tree<br>    Copy to clipboard | Cấu hình Device tree trên thiết bị |
> | $ lsmod<br>    Copy to clipboard | Các Mô-đun được tải |
> | $ cat /proc/interrupts<br>    Copy to clipboard | Trạng thái của tín hiệu ngắt |
> | $ cat /sys/devices/system/cpu/cpufreq/policyX/scaling_available_frequecies<br>    Copy to clipboard | Tần số CPU hiện có, trong đó X = cụm |
> | $ cat /sys/kernel/debug/qcom_socinfo/chip_id<br>    Copy to clipboard | chip\_id sử dụng debugfs |

Để biết thêm thông tin về `procfs`, hãy xem [The /proc Filesystem](https://docs.kernel.org/filesystems/proc.html).

Last Published: Jan 01, 2026

[Previous Topic
Đặt cấu hình phương pháp gỡ lỗi](https://docs.qualcomm.com/bundle/publicresource/80-70020-3VI/topics/debug.md) [Next Topic
Đặt cấu hình trình gỡ lỗi kernel](https://docs.qualcomm.com/bundle/publicresource/80-70020-3VI/topics/configure-kernel-debugger.md)