Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DSDP/TML/How to use device examples

< DSDP‎ | TML

Configuring the example org.eclipse.tml.device.qemuarm

  1. Go to qemuarm download page
  2. Get the file qemu-0.9.0-arm.zip link).
  3. Unzip this file into a temporary folder (Example: C:\Temp\)
  4. After unzip it, open the folder qemu-0.9.0-arm
  5. Inside of this folder there are two subfolders: keymaps and License and a lot of files.
  6. Copy all files and folders to qemu folder on org.eclipse.tml.device.qemuarm plugin in your workspace.
  7. Change files arm_root.img and integratorcp.zImage to read only.

Configuring the example org.eclipse.tml.device.qemureact

  1. Go to qemureact download page.
  2. Get the file Preloaded with QEMU (link).
  3. Unzip this file into a temporary folder (Example: C:\Temp\).
  4. After unzip, open the folder ReactOS-0.3.3-QEMU and subfolder files.
  5. Inside of this folder there are two subfolders: keymaps and License and a lot of files.
  6. Copy all files and folders to qemu folder on org.eclipse.tml.device.qemureact plugin in your workspace.
  7. Change the file ReactOS.vmdk to read only.

Back to the top