[Share Experiences] 搭载 Deepin OS 的国产火星车 “毅力号” 上火星了
Tofloor
poster avatar
to******do@gmail.com
deepin
2021-01-31 17:40
Author

搭载 Deepin OS 的国产火星车 “毅力号” 上火星了,深度成为火星上唯一一个操作系统

Reply Favorite View the author
All Replies
luming
deepin
2021-01-31 17:56
#1

这都在哪看的啊,毅力号是NASA的,怎么可能安装

Reply View the author
thepoy
deepin
2021-01-31 18:02
#2

看不出来是在黑还是在闹

Reply View the author
早起的虫儿有鸟吃
deepin
2021-01-31 18:20
#3

经验拿好,请叫我雷锋!

Reply View the author
清怨
deepin
2021-01-31 18:59
#4

楼主,发个链接我没有搜到,谢谢

Reply View the author
辉夜
deepin
2021-01-31 19:00
#5

 

Reply View the author
to******do@gmail.com
deepin
2021-01-31 19:50
#6
清怨

楼主,发个链接我没有搜到,谢谢

谷歌一下

Reply View the author
shy
deepin
2021-01-31 20:04
#7

怕是被营销号骗了。。。

链接发一下,开开眼界(反手举报)

毅力号是美国NASA的

国产的那个火星探测器要到过年甚至年后。。。

而且也不是deepin系统

Reply View the author
addhapp
deepin
2021-01-31 20:26
#8

先不管哪国的, 桌面系统上火星车总感觉怪怪的

Reply View the author
deltacatxx
deepin
2021-01-31 21:01
#9

不存在的……先不说毅力号是NASA的

桌面系统上火星车是不可能的!

航天计算机为了在太空中也能稳定运行,性能一般都非常的低。

给你看看大洋彼岸的好奇号火星探测器的计算机性能,连deepin要求的最低性能的千分之一都达不到!(当然外存容量也容不下)

Reply View the author
残念
deepin
2021-01-31 21:04
#10

瞎扯淡,怀疑是不是钓鱼贴

Reply View the author
to******do@gmail.com
deepin
2021-01-31 21:18
#11
残念

瞎扯淡,怀疑是不是钓鱼贴

做了个梦 😄

Reply View the author
to******do@gmail.com
deepin
2021-01-31 21:19
#12
deltacatxx

不存在的……先不说毅力号是NASA的

桌面系统上火星车是不可能的!

航天计算机为了在太空中也能稳定运行,性能一般都非常的低。

给你看看大洋彼岸的好奇号火星探测器的计算机性能,连deepin要求的最低性能的千分之一都达不到!(当然外存容量也容不下)

深度不是有 mips 版吗

Reply View the author
deltacatxx
deepin
2021-01-31 22:30
#13
to******do@gmail.com

深度不是有 mips 版吗

这里的MIPS是衡量CPU运算能力的指标

wiki上关于这个CPU的资料。deepin要求的最低配置是2GHz,1Ghz = 1000Mhz

你看这CPU能达到吗?

而且deepin的桌面环境的运行需要图形处理器。火星探测车需要图形处理器和桌面环境干嘛?

一般信息
推出 1997
停止 目前
销售者 BAE 系统
设计者 Ibm
通用制造商
性能
最大CPU 时钟速率 2.5 MHz 至 33 MHz
缓存
L1缓存 8 KB
架构和分类
应用 使辐射硬化,用于航天器
最小要素大小 0.5 μm
指令集 电源1
物理规格
核心
  • 1
历史
继任 者 RAD750

 

Reply View the author
176******49
deepin
2021-01-31 23:15
#14

先说deepin不可能,因为deepin基本上相当于debian换个桌面环境,火星车又不需要桌面环境,那为什么不直接用debian?

然后debian也不太可能,NASA口大量使用了ROS,而ROS通常是在Ubuntu上使用,Ubuntu软件包比debian新的多,在debian上用还要重新编译一遍,谁知道会出什么鬼问题。(也正因为这个问题,用deepin做ROS的非常少)

最后,Ubuntu也不太可能,火星车对实时性要求较高,主系统应该是实时操作系统。Ubuntu即使开启了实时特性,仍然比不过专门的实时操作系统。实时性好又支持POSIX的嵌入式系统又不少,完全没必要用Ubuntu。

我去搜索了一下,应该是用的是RTEMS,来源:https://www.rtems.com/node/77

RTEMS, the RTOS we developed, is used worldwide and currently embedded in the Mars Perseverance Rover, Curiosity Rover, NASA’s Solar Probe, the Juno Probe, Gemini telescope, many currently active satellites, and even the BMW Superbike!

下面是RTEMS的介绍:

Real-Time Executive for Multiprocessor Systems (RTEMS) is an open source fully featured Real Time Operating System (RTOS) that supports a variety of open standard application programming interfaces (API) and interface standards such as POSIX and BSD sockets. It is used in space flight, medical devices, networking and many more embedded systems across a wide range of processor architectures including ARM, PowerPC, Intel, Blackfin, MIPS, Microblaze and more.

多处理器系统实时执行程序(RTEMS)是一个开源的功能齐全的实时操作系统(RTOS),它支持各种开放标准的应用程序编程接口(API)和接口标准,例如POSIX和BSD接口。 它可用于航天,医疗设备,网络以及许多处理器体系结构中的更多嵌入式系统,这些体系结构包括ARM,PowerPC,Intel,Blackfin,MIPS,Microblaze等。

Reply View the author
剥壳白煮蛋
deepin
2021-02-01 00:04
#15
176******49

先说deepin不可能,因为deepin基本上相当于debian换个桌面环境,火星车又不需要桌面环境,那为什么不直接用debian?

然后debian也不太可能,NASA口大量使用了ROS,而ROS通常是在Ubuntu上使用,Ubuntu软件包比debian新的多,在debian上用还要重新编译一遍,谁知道会出什么鬼问题。(也正因为这个问题,用deepin做ROS的非常少)

最后,Ubuntu也不太可能,火星车对实时性要求较高,主系统应该是实时操作系统。Ubuntu即使开启了实时特性,仍然比不过专门的实时操作系统。实时性好又支持POSIX的嵌入式系统又不少,完全没必要用Ubuntu。

我去搜索了一下,应该是用的是RTEMS,来源:https://www.rtems.com/node/77

RTEMS, the RTOS we developed, is used worldwide and currently embedded in the Mars Perseverance Rover, Curiosity Rover, NASA’s Solar Probe, the Juno Probe, Gemini telescope, many currently active satellites, and even the BMW Superbike!

下面是RTEMS的介绍:

Real-Time Executive for Multiprocessor Systems (RTEMS) is an open source fully featured Real Time Operating System (RTOS) that supports a variety of open standard application programming interfaces (API) and interface standards such as POSIX and BSD sockets. It is used in space flight, medical devices, networking and many more embedded systems across a wide range of processor architectures including ARM, PowerPC, Intel, Blackfin, MIPS, Microblaze and more.

多处理器系统实时执行程序(RTEMS)是一个开源的功能齐全的实时操作系统(RTOS),它支持各种开放标准的应用程序编程接口(API)和接口标准,例如POSIX和BSD接口。 它可用于航天,医疗设备,网络以及许多处理器体系结构中的更多嵌入式系统,这些体系结构包括ARM,PowerPC,Intel,Blackfin,MIPS,Microblaze等。

就喜欢这种专业考证的.

Reply View the author
辉夜
deepin
2021-02-01 00:39
#16

这贴怎么还没被删掉??

Reply View the author
oliverwang
deepin
2021-02-01 02:20
#17

高级黑

Reply View the author
to******do@gmail.com
deepin
2021-02-02 06:31
#18
oliverwang

高级黑

没有吧,只是提前到 2021 报道了,本来是想2030 才发生的事情

Reply View the author
to******do@gmail.com
deepin
2021-02-02 06:31
#19
oliverwang

高级黑

2030 发生的事情提前预报一下而已

Reply View the author