本文介绍了Azure Sphere内核大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚开始在Azure Sphere平台上进行调查.

I just began investigation on Azure Sphere platform.

我知道Azure Sphere采用单个应用程序"模型.但是,专门的Linux kenrel大小有多大?支持的内核功能可能会有所不同.

I know Azure Sphere adopts "single application" model. But how large the specialized Linux kenrel size is? This may vary on how much kernel features are supported.

请参阅历史记录的鱼骨大小记录:

https://gordiustears.net/linux-kernel-size-history/

推荐答案

使用以下命令可以看到它:
   azsphere设备映像列表已安装-f

You can see that using this command:
  azsphere device image list-installed -f


这篇关于Azure Sphere内核大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 15:28