“HowToUpgradeWithIPK”的版本间差异

来自飞腾CPU与嵌入式系统
跳到导航 跳到搜索
(创建页面,内容为“目前提供的基于飞腾的Linux系统共有两种, 一种基于debian系统, 采用debian自带的apt/dpkg作为包管理系统, 另一种则是基于ipk的专...”)
 
第4行: 第4行:
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 +
# 使用ssh或者串口登录飞腾系统
 
echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf
 
echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf
 
ipkg-cl -f /root/ipkg.conf update
 
ipkg-cl -f /root/ipkg.conf update
 
ipkg-cl -f /root/ipkg.conf upgrade
 
ipkg-cl -f /root/ipkg.conf upgrade
 
</syntaxhighlight>
 
</syntaxhighlight>

2016年8月16日 (二) 18:52的版本

目前提供的基于飞腾的Linux系统共有两种, 一种基于debian系统, 采用debian自带的apt/dpkg作为包管理系统, 另一种则是基于ipk的专用系统.

基于ipk的系统升级方式如下:

# 使用ssh或者串口登录飞腾系统
echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf
ipkg-cl -f /root/ipkg.conf update
ipkg-cl -f /root/ipkg.conf upgrade