RootMyTV.github.io icon indicating copy to clipboard operation
RootMyTV.github.io copied to clipboard

Are there any information about CPUs used in LG TVs ?

Open xlazom00 opened this issue 3 years ago • 1 comments
trafficstars

Are there any information about CPUs used in LG TVs ? I know they use arm but some informations about architecture and frequency will be nice. Thx

xlazom00 avatar Feb 05 '22 10:02 xlazom00

If you have root you can read /proc/cpuinfo and get cpu information

root@LGwebOSTV:~# cat /proc/cpuinfo 
processor       : 0
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 2390.01
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae aes pmull sha1 sha2 crc32 
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

fuomag9 avatar Mar 06 '22 10:03 fuomag9