if ! cat /proc/device-tree/model | grep -q 'Rockchip RK3568 EVB1 DDR4 V10'; then
        echo 'Not EMS-1000 Series Device'
        exit 1
fi

echo 'Installing packages . . .'
wget http://qa.frps.lnxall.com:5011/boboo/upgrade_packages/lua-libutils_v202512.29.0_aarch64_cortex-a53.ipk -O '/tmp/lua-libutils.ipk'
wget http://qa.frps.lnxall.com:5011/boboo/upgrade_packages/sysmonitor_v202603.03.0_aarch64_cortex-a53.ipk -O '/tmp/sysmonitor.ipk'

opkg install /tmp/lua-libutils.ipk
opkg install /tmp/sysmonitor.ipk

rm -v -f /tmp/lua-libutils.ipk /tmp/sysmonitor.ipk
echo 'Successfully upgrade'
