Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:calculator:info:dm15l_information [01/02/26 08:35 GMT] – [Update January 2026] john | public:calculator:info:dm15l_information [17/02/26 19:13 GMT] (current) – [LF15C - 3rd Party Firmware] john | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== DM15L Info ====== | ====== DM15L Info ====== | ||
| + | {{ : | ||
| + | /* | ||
| <WRAP col2> | <WRAP col2> | ||
| Line 14: | Line 16: | ||
| </ | </ | ||
| + | */ | ||
| ===== Purchase Information ===== | ===== Purchase Information ===== | ||
| Line 31: | Line 33: | ||
| '' | '' | ||
| + | |||
| + | === bash scripts === | ||
| + | |||
| + | just to reduce the typing.... still need to press the hidden '' | ||
| + | |||
| + | You can have separate scripts for ease of loading different firmware | ||
| + | |||
| + | '' | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | #!/bin/bash | ||
| + | # | ||
| + | |||
| + | FWARE=LF15C_250408.hex | ||
| + | |||
| + | lpc21isp $FWARE / | ||
| + | |||
| + | </ | ||
| + | |||
| + | '' | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | #!/bin/bash | ||
| + | # | ||
| + | |||
| + | FWARE=DM15_M1B_32.hex | ||
| + | |||
| + | lpc21isp $FWARE / | ||
| + | |||
| + | </ | ||
| + | |||
| + | '' | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | #!/bin/bash | ||
| + | # | ||
| + | |||
| + | FWARE=DM15_M1B_34.hex | ||
| + | |||
| + | lpc21isp $FWARE / | ||
| + | |||
| + | </ | ||
| ==== Upgrade firware on Windows ==== | ==== Upgrade firware on Windows ==== | ||
| Line 61: | Line 108: | ||
| * From HP Forum [[https:// | * From HP Forum [[https:// | ||
| - | For more details see [[LF15C]] | + | For more details see [[..: |
| + | |||
| + | ==== DESK-15 - 3rd Party Firmware ==== | ||
| + | |||
| + | * From HP Forum [[https:// | ||
| + | * You Tube [[https:// | ||
| + | * Github for firmware and brief README guide [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | I'll try it out and write up some details..... | ||
| + | |||
| + | [[..: | ||
| Line 81: | Line 141: | ||
| |23/01/26| 26/01/26 | -43.4 | +1.9 | +2.0 | After 3 days | | |23/01/26| 26/01/26 | -43.4 | +1.9 | +2.0 | After 3 days | | ||
| |23/01/26| 27/01/26 | -41.9 | +1.8 | +1.9 | After 4 days. LF15C loaded after time check | | |23/01/26| 27/01/26 | -41.9 | +1.8 | +1.9 | After 4 days. LF15C loaded after time check | | ||
| + | |23/01/26| 11/02/26 | -11.2 | +2.0 | +2.0 | After 19 days. DM15_M1B_34 reloaded to check time | | ||