“HowToUpgradeWithIPK”的版本间差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
小  | 
				小  | 
				||
| 第5行: | 第5行: | ||
<syntaxhighlight lang="bash" line>  | <syntaxhighlight lang="bash" line>  | ||
# 使用ssh或者串口登录飞腾系统  | # 使用ssh或者串口登录飞腾系统  | ||
| − | echo "src netone http://ipk.gxwatek.com" > /root/ipkg.conf  | + | echo "src netone http://ipk.gxwatek.com/aarch64-bex01a" > /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月19日 (五) 11:01的版本
目前提供的基于飞腾的Linux系统共有两种, 一种基于debian系统, 采用debian自带的apt/dpkg作为包管理系统, 另一种则是基于ipk的专用系统.
基于ipk的系统升级方式如下:
1# 使用ssh或者串口登录飞腾系统
2echo "src netone http://ipk.gxwatek.com/aarch64-bex01a" > /root/ipkg.conf
3ipkg-cl -f /root/ipkg.conf update
4ipkg-cl -f /root/ipkg.conf upgrade