system() added Raspberry CM5 detection
This commit is contained in:
@@ -1018,7 +1018,11 @@ function decodePiCpuinfo(lines) {
|
||||
'13': '400',
|
||||
'14': 'CM4',
|
||||
'15': 'CM4S',
|
||||
'16': 'Internal use only',
|
||||
'17': '5',
|
||||
'18': 'CM5 (EMMC)',
|
||||
'19': 'Internal use only',
|
||||
'1a': 'CM5 (Lite)',
|
||||
};
|
||||
|
||||
const revisionCode = getValue(lines, 'revision', ':', true);
|
||||
|
||||
Reference in New Issue
Block a user