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| Commands | Description |
|---|---|
| $ zcat /proc/config.gz | Kernel configuration |
| $ cat /proc/cmdline | Kernel command-line parameters |
| $ cat /proc/version | Kernel version |
| $ ls /proc/device-tree | Device tree configuration on device |
| $ lsmod | Loaded modules |
| $ cat /proc/interrupts | Status of interrupts |
| $ cat /sys/devices/system/cpu/cpufreq/policyX/scaling_available_frequencies | Available CPU frequencies where X = cluster |
| $ cat /sys/kernel/debug/qcom_socinfo/chip_id | chip_id using debugfs |
procfs, see The /proc file system.\
