Logic Machine Forum
HW and FW version over script - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: HW and FW version over script (/showthread.php?tid=3576)



HW and FW version over script - AlexLV - 23.09.2021

Hello,

customer has LM5 installed in cabinet. I think old CPU is used. Problem -  take device from the cabinet to see label on it. 

From Firmware update info - there no description about HW and FW. 

So question - can I read from device FW and HW version installed? 

BR,

Alexander


RE: HW and FW version over script - Daniel - 23.09.2021

https://forum.logicmachine.net/showthread.php?tid=3506&pid=22655#pid22655


RE: HW and FW version over script - admin - 23.09.2021

FW version is shown in the bottom left corner of the main UI. HW model can read via a script but the model value can be slightly different to what is shown in the upgrade FW screen.
Code:
hw = io.readfile('/proc/device-tree/model')
log(hw)