Prepare the upgrade directory:
mkdir /home/ma-admin/upgrade
Obtain the upgrade and upgrade script from your Inseego Sales representative and upload it from your workstation:
scp upgrade.tar [email protected]:~/upgrade/
Extract the archive to the server and make the scripts executable:
cd /home/ma-admin/upgrade tar -xvf upgrade.tar chmod +x *.sh
Backup the state.
bash backup.sh
Upgrade EM.
bash upgrade.sh