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)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
-moption. 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.