wimvanderbauwhede / limited-systems

Limited Systems
137 stars 36 forks source link

qemu versioning and STABLE distro releases #5

Closed tempest766 closed 5 years ago

tempest766 commented 5 years ago

What is the specific requirement for qemu 2.12 and greater? distro STABLE releases are mostly still at 2.11 and needlessly upgrading individual packages outside of the distro has a habit of causing unintended consqeuences.

tempest766 commented 5 years ago

At least in 2.11 the -append option will only accept a single parameter following it, regardless of additional quotation such as -append \"opt1 opt2 opt3\".

Also -redir has been depricated before 2.11 so you have to see that warning in 2.12 and later, right?

Only other comment is that the stub board is single core. Considering that the thing is emulated to begin with, it is unbearably slow.

wimvanderbauwhede commented 5 years ago

The raspi3 model was only added in qemu 2.12. I can't tell from your comment which model you used, was it virt or versatilepb (or maybe both)? If you can clarify this then I will change it to say that 2.11 also works.

The speed depends a lot on your host system I think, I found it quite bearable.

tempest766 commented 5 years ago

versatilepb was the machine model I tried. in qemu 2.11

On 1/17/19, Wim Vanderbauwhede notifications@github.com wrote:

The raspi3 model was only added in qemu 2.12. I can't tell from your comment which model you used, was it virt or versatilepb (or maybe both)? If you can clarify this then I will change it to say that 2.11 also works.

The speed depends a lot on your host system I think, I found it quite bearable.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/wimvanderbauwhede/limited-systems/issues/5#issuecomment-455174559

wimvanderbauwhede commented 5 years ago

OK, I've changed the version requirement to 2.11 in the Ubuntu tutorial. Thanks!