English 中文(简体)
Ubuntu ARM requirements (CLI only)
原标题:

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)

最佳回答

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.

问题回答

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.





相关问题
Add a changing icon to Ubuntu Panel

What would be the most simple way of adding and changing an icon in the Ubuntu (Gnome) Panel? I m looking for something as simple as shell scripting, but I m not restricted to that. Will write a ...

Configuring kernel

After create a new system call, how to update the kernel? I tried these lines, make-kpkg clean fakeroot make-kpkg -initrd -append-to-version=-custom kernel_image kernel_headers But Ubuntu asked me ...

save Exceptions to file in python

I want to save all following Exceptions in a file. The reason why I need this is because the IDLE for python 3.1.1 in Ubuntu raises an Exception at calltipps, but close to fast, that it isn t readble. ...

How can i monitor system statistics in kubuntu using Java?

i am doing a project related to configuration and memory analyzer for kubuntu. i want to display the system statistics information like CPU usage, RAM usage and proceses etc. graphically using an ...

How to pass "--external-locking" for mysqld in Ubuntu

I would like to start my mysql server with the --external-locking option. As mysqld is run by the /etc/init.d/mysql script ubuntu (karmic), I guess that s where I should set this "--external-locking" ...

"g++" and "c++" compiler

I just found on my Ubuntu, there are two different C++ compilers: /usr/bin/g++ and /usr/bin/c++. I am not familiar with the latter, but man c++ just jumps to the manpage of gcc. I wonder what is their ...

热门标签