Ubuntu ARM 要求(仅限 CLI)
我在 QEMU 模拟器上使用 Ubuntu ARM 作为测试平台。模拟器有 256MB RAM,但我想知道:运行 Ubuntu ARM 的最低要求是什么? (仅限 CLI)
I am using Ubuntu ARM as testing platform on a QEMU emulator. The emulator has 256MB of RAM, but I'm wondering: what are the minimum requirements for running Ubuntu ARM? (CLI only)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您的意思是“它将运行的最小 RAM 是多少”,您可以使用
-m
选项设置 qemu 为模拟系统提供的 RAM。继续将其减半,直到系统无法启动或变得异常缓慢,然后退一步将其加倍。当然,这也取决于您想要运行什么命令行应用程序:如果 gcc 需要的话,它会占用数百兆字节。
Assuming you mean "what's the minimum RAM it will run in", you can set the RAM that qemu provides to the emlated system with the
-m
option. Keep halving it until the system won't boot or becomes unusably slow, then double it one step back.Of course, it also depends what command-line applications you want to run: gcc will take hundreds of megabytes if it wants.
你可能必须尝试一下,如果他们有 jeos for arm start 的话,如果有一个现有的已经构建的启动映像,从那个开始并 apt-get remove(和 purge)你不需要获得更小的映像的东西,然后开始削减内存需求。
You may have to just try it, if they have jeos for arm start with that, if there is an existing already built boot image, start with that and apt-get remove (and purge) stuff you dont need to get a smaller image, then start trimming the memory requirements down.