dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.93k stars 1.76k forks source link

[Feature Request] Parsing 'device tree' instead of 'cpuinfo' if present #2230

Open 000exploit opened 1 year ago

000exploit commented 1 year ago

Description

Some devices and emulators do not display the processor model in /proc/cpuinfo, but have it in /proc/device-tree/model//sys/firmware/devicetree/base/model or in compiled /sys/firmware/fdt, so it would be appropriate to parse it instead of displaying an empty line.

More information about device tree: