MC100
Mobile programmable gateway
MC Technologies GmbH, Kabelkamp 2, 30179 Hannover, Germany
Tel: +49511 67 69 99-0, Fax: +49511 67 69 99-150, Website & Shop: www.mc-technologies.net, Email: [email protected]
54
17 Updating MC100 1.0.3rc10 to1.0.4
17.1 Using Command line
1. Replace the content of /etc/opkg/distfeed with the following:
When copying from this PDF, the line breaks should be fixed.
2.
Now execute the following commands in the terminal of mc100:
root@MC100:~# opkg update --no-check-certificate
root@MC100:~# opkg install --no-check-certificate ca-certificates
root@MC100:~# opkg install mc100-all
root@MC100:~# opkg list-upgradable
3.
Execute the following command to update all packages on your system to the
latest version:
4. Restart the device to get full effect.
Under no circumstances should you try and update the base-files package!
Doing this will corrupt your system and make it unusable!
root@MC100:~# opkg list-upgradable | cut -f 1 -d ' ' | grep -v base- root@MC100:~# files >
update-packages.txt
root@MC100:~# cat update-packages.txt | xargs –n 1 opkg u+pgrade
src/gz openwrt_core https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/targets/imx6/generic/packages
src/gz openwrt_base https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortex-a9_neon/base
src/gz openwrt_luci https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortex-a9_neon/luci
src/gz openwrt_mctPackages
https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortexa9_neon/mctPackages
src/gz openwrt_node https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortex-a9_neon/node
src/gz openwrt_packages https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortexa9_neon/packages
src/gz openwrt_routing https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/packages/arm_cortexa9_neon/routing
src/gz openwrt_telephony https://downloads.mctechnologies.net/MC100/v2.4/1.0.4/package/arm_cortexa9_neon/telephony