system() added Raspberry 500 detection

This commit is contained in:
Sebastian Hildebrandt
2024-12-10 05:52:04 +01:00
parent efcb478420
commit dc6474fe84
4 changed files with 10 additions and 4 deletions
+3 -3
View File
@@ -1020,9 +1020,9 @@ function decodePiCpuinfo(lines) {
'15': 'CM4S',
'16': 'Internal use only',
'17': '5',
'18': 'CM5 (EMMC)',
'19': 'Internal use only',
'1a': 'CM5 (Lite)',
'18': 'CM5',
'19': '500',
'1a': 'CM5 Lite',
};
const revisionCode = getValue(lines, 'revision', ':', true);