This section describes how to determine if a SmartServer software version can be used for your specific SmartServer hardware. Read this section before upgrading or downgrading a SmartServer, or doing a backup and restore.
- Do not downgrade the SmartServer to an older software version until you make sure the old software version supports the newer SmartServer hardware. Failure to do so may make the SmartServer inoperable and invalidate the warranty.
- Do not upgrade a dual core SmartServer to any release after SmartServer 3.21.
- Do not restore a full backup on a SmartServer if the original software version is not supported on the new hardware. In this case, backup only the database and settings, and restore only the database and settings.
...
SmartServers shipped from the factory since 2021 are quad cores. Hardware revision F in the serial number indicates include a quad core . Example serial number: 442047F00100. Run sudo /root/.setup/pmic/pmic_checker.sh SSH/console command to determine the PMIC typeARM processor with a Dialog DA9063 power management integrated circuit (PMIC) or an NXP PFUZE100 PMIC. See Checking Your SmartServer Hardware on this page for instructions on how to determine your hardware revision and installed PMIC.
The following table summarizes hardware versions the SmartServer IoT hardware version, hardware type, and software compatibility.
SmartServer Hardware Revision | Hardware Type | PMICSupported SmartServer Software Versions | ||
---|---|---|---|---|
A-D | Dual Core with NXP PFUZE100 PMIC | SmartServer IoT 2.4 - 3.21 | ||
F+ | Quad Core with Dialog | (DA9063 | )PMIC | SmartServer IoT 3.3 or newer |
F+ | Quad Core with NXP ( PFUZE100 ) | PMIC | All SmartServer IoT software versions |
Upgrading Older SmartServer Hardware to Newer Software
...
- Full backups can only be restored to the SmartServer hardware that supports that software version. Software versions are hardware specific.
- To support a newer hardware version, back up the database and settings so that you can restore only the database and settings using the Import/Export () button.
- On older software versions, the settings can be exported with the Settings button ( ) → Export action.
- For example, since SmartServer 3.26 is not supported on the Rev F quad core you cannot restore a backed up full image for SmartServer 3.26 on the Rev F hardware.
- On the SmartServer 3.26, you can back up the database, and separately back up the settings using the Setting button → Export action. On the new SmartServer, import the database and then the settings.
- On the SmartServer 3.26, you can back up the database, and separately back up the settings using the Setting button → Export action. On the new SmartServer, import the database and then the settings.
Checking Your SmartServer Hardware
...
- Determine the hardware version and whether you are using a dual core or quad core SmartServer by looking at the serial number that is printed on the label located on the bottom of the SmartServer.
- In most cases, the serial number that is shown on the SmartServer System Configuration page is the same serial number as the one that is printed on the SmartServer label. Verify the serial number by checking the label.
- A board revision number is incorporated into the serial number. Revision information appears as an alpha character a-z in the format 44yywwrxxxxx, where ww is the week of the year, yy is the year, and r is hardware revision. xxxxx indicates other characters in the serial number.
Example: 442050F00100- Datecode: 2050F
- 50th week of 2020
- Hardware revision F indicates a quad core. All SmartServers delivered from the factory since 2021 are quad core.
- Datecode: 2050F
You can also determine whether the SmartServer is a dual or quad core by using the SSH/console command lscpu.
2 indicates dual core
4 indicates quad core
Code Block lscpu
Dual core SmartServers can use SmartServer release 2.4 to 3.1. Quad core SmartServers software versions are dependent on which PMIC you are using.
Check which PMIC is used. There are at least two types of PMICs: DA9063 and PFUZE100. Only DA9063 is supported on a SmartServer 3.27.001, or 3.30.057 and higher (3.30.001 through 3.30.056 is not supported)the Dialog DA9063 and the NXP PFUZE100. All releases support the NXP PFUZE100. All releases starting with the SmartServer 3.3 release also support the Dialog DA9063.
Code Block sudo /root/.setup/pmic/pmic_checker.sh
...
- For serial number 442205H00100: 2205H indicates manufacturing in the 5th week of 2022; H represents revision H.
- This SmartServer is a quad core with a DA9063 PMIC.
- This SmartServer can only use software version 3.27.001, or 3.30.057 and higher (3.30.001 through 3.30.056 is not supported).
Code Block | ||
---|---|---|
| ||
~$ lscpu Architecture: armv7l Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 Vendor ID: ARM Model: 10 Model name: Cortex-A9 Stepping: r2p10 CPU max MHz: 792.0000 CPU min MHz: 396.0000 BogoMIPS: 6.00 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpd32 $ sudo /root/.setup/pmic/pmic_checker.sh DA9063 |
...