Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

SmartServers shipped from the factory since 2021 include a quad core ARM 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 in on how to determine your hardware revision and installed PMIC.

...

  • 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.

Checking Your SmartServer Hardware

...

  1. 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.
    1. 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.
    2. 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 
      1. Datecode: 2050F
        1. 50th week of 2020
        2. Hardware revision F indicates a quad core. All SmartServers delivered from the factory since 2021 are quad core.
    3. You can also determine whether the SmartServer is a dual or quad core by using the SSH/console command lscpu.

      1. 2 indicates dual core

      2. 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. 

  2. Check which PMIC is used. There are at least two types of PMICs: 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 442205H001002205H 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
titleCheck hardware information
~$ 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

...