Skip to main content
The following are the ways to access the content from the device.

Enable SSH

Enable SSH in permissive mode to securely access your host device. For instructions, see Sign in using SSH.

Retrieve the information from the device

You can retrieve the information from your device to debug the kernel issues. The following is the list of kernel commands: Table: List of kernel commands
CommandsDescription
$ zcat /proc/config.gzKernel configuration
$ cat /proc/cmdlineKernel command-line parameters
$ cat /proc/versionKernel version
$ ls /proc/device-treeDevice tree configuration on device
$ lsmodLoaded modules
$ cat /proc/interruptsStatus of interrupts
$ cat /sys/devices/system/cpu/cpufreq/policyX/scaling_available_frequenciesAvailable CPU frequencies where X = cluster
$ cat /sys/kernel/debug/qcom_socinfo/chip_idchip_id using debugfs
For more information about procfs, see The /proc file system.\