[星火应用商店]龙芯、鲲鹏支持准备就绪
Tofloor
poster avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-14 06:07
Author
随着官方对软件生态的更加重视,近期社区将会开放国产化平台虚拟机
作为与时俱进的活跃社区力量,我们在第一时间提供了星火应用商店的源码包以支持arm/mips架构(只是测试,不会持续维护)
https://bbs.deepin.org/post/199375

欢迎arm/龙芯UOS用户来测试

请注意:这个包是没有arm/mips环境下适配的无奈之举,依赖了所有的dev,所需安装大小是正常安装包的二倍,请x86的用户前往置顶帖子获取正式发布版以获得更好的体验!!!
当然,你喜欢折腾的话谁也拦不住,欢迎在x86下测试
然而,UOS社区用户很少,能用到arm/mips的用户更少,所以我们目前仅仅是提供主程序的跨平台测试,并没有开放多平台软件下载,至于什么时候开放,我们也在观望官方的动向,根据实际需求决定是继续适配还是暂停进一步适配


Reply Favorite View the author
All Replies
avatar
不会开车有驾照
deepin
2020-08-14 06:48
#1
你的这个骚包暴露底线了
Reply View the author
avatar
haohu1193
deepin
2020-08-14 06:55
#2
跟进的很快啊...
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-14 08:24
#3
ccbshang 发表于 2020-8-13 22:48
你的这个骚包暴露底线了

您有更好的方法?说来听听
Reply View the author
avatar
早起的虫儿有鸟吃
deepin
2020-08-14 09:08
#4
也行可以和龙芯部门联系下,申请一个云端机
Reply View the author
avatar
zhangn1985
deepin
2020-08-14 15:20
#5
可以用qemu-user-static + chroot,这样可以模拟真机。
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-14 16:24
#6
https://bbs.deepin.org/post/199413
可以用qemu-user-static + chroot,这样可以模拟真机。

并没有镜像。。。
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-14 16:24
#7
https://bbs.deepin.org/post/199413
也行可以和龙芯部门联系下,申请一个云端机

等等吧
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-14 16:28
#8
发不出去只好发图了


Reply View the author
avatar
卖时间的商人
deepin
2020-08-14 16:45
#9
本帖最后由 sjq111111 于 2020-8-14 08:47 编辑

鼠标在左侧菜单栏,右侧按钮随机凸起,这个BUG有点讨厌

Reply View the author
avatar
zhangn1985
deepin
2020-08-15 01:39
#10
https://bbs.deepin.org/post/199413
并没有镜像。。。

可以用debootstrap --arch=mips64el buster mirror_url 生成镜像龙芯镜像
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-15 06:05
#11
https://bbs.deepin.org/post/199413
可以用debootstrap --arch=mips64el buster  mirror_url 生成镜像龙芯镜像

能做么?UOS的
我们没有QEMU容器。。。
希望大佬提供
Reply View the author
avatar
zhangn1985
deepin
2020-08-15 20:50
#12
https://bbs.deepin.org/post/199413
能做么?UOS的
我们没有QEMU容器。。。
希望大佬提供

qemu有两种模式,1,虚拟机模式,这时候就需要qemu-image,和Vmware,virtualBox一样;2,用户态模式,一个静态连接的其他Arch的应用程序,可以之际在本Arch中运行,如果是动态连接程序则要补全依赖就可以了。

我这里说的是qemu的用户态模式,需要安装qemu-user-static软件包,考虑到性能,请直接使用最新版:https://packages.debian.org/expe ... ser-static/download

为了在龙芯(mips64el)或鲲鹏(Arm64)native compile星火商店,就需要用debootstrap创建一个基本可用的系统,‘debootstrap --arch=mips64el mirror_url’

这样sudo chroot ,你就得到了一个基本可用的系统,再用apt-get安装编译依赖,就OK了。
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-15 21:05
#13
https://bbs.deepin.org/post/199413
qemu有两种模式,1,虚拟机模式,这时候就需要qemu-image,和Vmware,virtualBox一样;2,用户态模式,一 ...

大佬牛逼
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-08-15 21:11
#14
https://bbs.deepin.org/post/199413
qemu有两种模式,1,虚拟机模式,这时候就需要qemu-image,和Vmware,virtualBox一样;2,用户态模式,一 ...

deepin@deepin-PC:~$ sudo debootstrap --arch=arm64 buster ~/loong http://uos.packages.chinauos.com
E: Unable to execute target architecture
Reply View the author
avatar
zhangn1985
deepin
2020-08-15 23:16
#15
本帖最后由 zhangn1985 于 2020-8-15 15:40 编辑
https://bbs.deepin.org/post/199413
deepin@deepin-PC:~$ sudo debootstrap --arch=arm64 buster ~/loong http://uos.packages.chinauos.com
...

1, 安装qemu-user-static : https://packages.debian.org/expe ... ser-static/download
2,  确认binfmt_misc内核驱动已经加载,以及:binfmt-support 是否安装了。基础知识请参考这个文章:https://blog.csdn.net/whatday/article/details/88299482
3, 龙芯是mips64el, 鲲鹏是arm64. 至于 buster?? 可能不太正确,应该到/etc/release 或 /etc/apt/sources.list找release code
Reply View the author