After crossflashing a new SSA3021X+ to an SVA1032X: "Vector Network Analyzer" is still greyed out, BW is still 2.1 GHz, TG is the only permanent license. I would be grateful if someone could offer suggestions. Perhaps I have missed something. Is there a "PRO" option?
On the system message screen, it says "605 LIC_INVALID" I don't know if that is normal.
I just purchased an SSA3021X plus, it has FW 3.2.2.4.0. I downloaded SVA1032X_V3.2.2.4.0.ADS from siglent and modified the first line with a hex editor per tv84's instructions and verified the checksum, loaded it onto a FAT32 thumb drive, did a firmware update. It went into the "Upgrading now, please wait..." screen and then rebooted. After that, system info still shows model as SSA3021X Plus, there are 4 temporary options AMK, EMI, DMA, AMA. Mode has "Vector Network Analyzer" "Distance to Fault" greyed out. TG also is nonfunctional. I think this is all normal, e.g., the firmware flashed OK, but there are no licenses enabled. I did a firmware update with telnet_11410.ads, which hangs, but allows telnet access. After getting in, I performed the modifications under item V of electr_peter's post 16124, and also added " /sbin/telnetd -l /bin/sh -p 10101 &" to startup_app.sh to make it easy to get back in.
contents of NSP_config_upgrade_info.xml (I didn't touch this file)
?xml version="1.0" encoding="UTF-8"?>^M
<nsp_upgrade_info_root>^M
<device>^M
<upgrade_static_id>11410</upgrade_static_id>^M
<upgrade_start_id>11400</upgrade_start_id>^M
<upgrade_end_id>11499</upgrade_end_id>^M
</device>^M
</nsp_upgrade_info_root> ^M
contents of NSP_sn_bandwidth.xml after editing (verified after rebooting)
<?xml version="1.0"?>
<nsp_system_info_root>
<device>
<system_information>
<serial_number>
<chip>0123456789</chip>
</serial_number>
</system_information>
</device>
<serial_number>SSA3PCDXXXXXXX</serial_number>
</nsp_system_info_root>
NSP_trends_config_info.xml
...<?xml version="1.0" encoding="UTF-8"?>
<nsp_trends_info_root>
<device>
<language>english</language>
<pid>0x1301</pid>
<vid>0xf4ec</vid>
<product_type_1>SVA1032X</product_type_1>
<manufacturer>Siglent</manufacturer>
<Support_Touch_Flag>1</Support_Touch_Flag>
<Support_VXI11_Flag>1</Support_VXI11_Flag>
<file_prefix>CP_</file_prefix>
</device>
</nsp_trends_info_root>