Skip to content

davgar/beaglebone_qemu_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

beaglebone_qemu_emulator

The following instructions should work in Windows, OS X, and Linux the same.

** all commands are issued from a command prompt/terminal

  1. Install Vagrant and Virtual Box
  2. Create a folder and within the folder enter "vagrant init boxcutter/debian82-i386; vagrant up --provider virtualbox"
  3. Once it is finished downloading and says machine booted ready type to enter the vagrant ssh
  4. Run the following commands sudo apt-get update and sudo apt-get upgrade
  5. sudo apt-get install gcc and g++ build-essential flex bison dh-autoreconf gdisk libglib2.0-dev zlib1g-dev libpixman-1-dev libfdt-dev git linaro-image-tools qemu-system
  6. sudo apt-get remove qemu-system-arm
  7. mkdir downloads
  8. cd downloads
  9. wget http://releases.linaro.org/platform/linaro-n/nano/final/linaro-natty-nano-tar-20110527-1.tar.gz
  10. wget http://releases.linaro.org/platform/linaro-n/nano/final/hwpack_linaro-omap3_20110526-1_armel_supported.tar.gz
  11. cd ..
  12. mkdir linaro
  13. cd linaro
  14. git clone git://git.linaro.org/qemu/qemu-linaro.git
  15. cd qemu-linaro
  16. mkdir build
  17. cd build
  18. ../configure --prefix=/opt --target-list=arm-softmmu --enable-kvm
  19. make -j8
  20. sudo make install
  21. ../../../downloads/
  22. sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-natty-nano-tar-20110527-1.tar.gz --hwpack hwpack_linaro-omap3_20110526-1_armel_supported.tar.gz
  23. sudo /opt/bin/qemu-system-arm -M beagle -m 256 -sd ./beagle_sd.img -clock unix -serial stdio
  24. At this point you should be logged into the newly created image.

Sources : http://stackoverflow.com/questions/28564692/set-up-beagleboard-emulator-with-qemu-in-ubuntu http://www.cnx-software.com/2011/09/26/beagleboard-emulator-in-ubuntu-with-qemu/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published