element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Trying out the Raspberry Pi Developer VM v0.8
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 14 replies
  • Subscribers 705 subscribers
  • Views 2179 views
  • Users 0 members are here
  • gcc
  • Ubuntu
  • virtualbox
  • vm
  • raspberry_pi
  • rpi
  • scratchbox
  • linux
Related

Trying out the Raspberry Pi Developer VM v0.8

fustini
fustini over 14 years ago

Howdy,

 

Russell Davis (aka ukscone) released the new Raspberry Pi Development VM v0.8 on Sunday, so I downloaded and gave it a try.  It can be downloaded here on element14 at:

 

http://downloads.element14.com/downloads/RaspberryPi-Development-VM-v0.8.ova

 

However, it is 8.2 GB, so you may find the torrent to be a better option:

 

http://downloads.raspberrypi.org/tools/ukscone/RaspberryPi-Development%20VM%20v0.8/RaspberryPi-Development%20VM%20v0.8.torrent

 

It is a .ova file which is an exported VirtualBox virtual machine for developing software for the Raspberry Pi.  It contains configured targets for Fedora Remix, Debian & Arch.  There is plenty more info in Russell's readme:

 

http://downloads.raspberrypi.org/tools/ukscone/RaspberryPi-Development%20VM%20v0.8/README.txt

 

However, he does caution "as things currently stand this VM does not actually emulate any of the RaspberryPi hardware" and "it is only meant to help build/port software using desktop tools".

 

Well, now, let me give a quick look at what I did:

 

1) I'm running Ubuntu 11.04 and did not have VirtualBox, so I installed it this way:

 

apt-get install virtualbox-ose-qt

If you are on another OS, then check out the VirtualBox website to download and install the correct version for you:

 

https://www.virtualbox.org/https://www.virtualbox.org/wiki/Downloads

 

 

2) Then I had to import the downloaded .ova file into VirtualBox which I did via:

VBoxManage import RaspberryPi-Development-VM-v0.8.ova

I hadn't used VirtualBox before so please comment if there is a better way to do this.  It did take a noticable amount of time to finish (~15 min), and I pretty much couldn't do anything else on my system during it due to the load.  Here's a screenshot of my terminal:

image

 

3) Finally I was ready to fire up VirtualBox which I did via Applications->Accessories->VirtualBox OSE in my GNOME desktop (consult the VirtualBox website for details on other OSes).  I clicked ok through a couple dialogs about configuration and then finally the VirtualBox manager window opened:

image

4) I happily clicked the Start button and the VM booted.  It is an Ubuntu system running LXDE.  To do a quick test of the cross-compliation, I typed up a quick C program and compiled it for the ARM target:

image

 

And that's all I've done so far.  I'm thankful that Russell put in the hard work to make it easier for everyone else.  He mentioned that he will release updates as just tarballs, so folks will be spared having to do the massive download again.  I'm very curious to see if some clever people get emulation working in the VM, so that the executables could be tested out.  I also think this VM could be useful once I eventually get a Pi and want to take advantage of my laptop's Intel horsepower to compile additional software I may need.

 

Has anyone tried this VM (or others)?  I'd be interested to hear what your experience was like and what you are using it for.

 

 

Cheers,

Drew

  • Sign in to reply
  • Cancel
  • fustini
    fustini over 14 years ago

    I just came across Russell's YouTube channel which has some interesting demo videos for those working with this VM:

     

    http://www.youtube.com/user/ukscone?feature=watch

     

    Including the latest:

     

    Acorn Electron emulator elkulator running in the RaspberryPi development VM


    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 10 years ago

    I've found this forum, but it's almost four years old (a lifetime in developer time). the link to the torrent is way out of date. Do you have a more up-do-date link?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 10 years ago in reply to e14 Contributor

    The "deveoper VM" was a good idea back in 2012: There were too few raspberry pi's around for everybody, and the pi is not a terribly quick machine.

     

    Nowadays, you can get as many raspberry pis as you need, but more importantly using a raspberry pi 2 as a development machine is quite acceptable performance wise. So I don't think anybody can be motivated to maintain such a software system that is not very useful anymore.

    (If the link had still worked, the VM would have been outdated!)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 10 years ago in reply to rew

    I'm a bit of a latecomer when it comes to these little devices, but very enthusiastic. I managed to hook up my first RPiB2+ on wireless that is controlling a K8200 3D printer my roommies and I recently build from a kit, and instaled OctoPi (OctoPrint for RPi). I was hoping to develop images in a VM environment, but I suppose I can just pop the OPi SD card out and fool around with the actual hardware on a different card when we aren't printing stuff. I found a couple of .ova's for VirtualBox, but they are pre-loaded with some other flavor of the OS. Again, found this today and wanted to ask, thanks again for the reply.

     

    - MT

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube