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

Difference between revisions of "DSDP/TML/How to configure TmL demo"

< DSDP‎ | TML
(Configuring the example org.eclipse.tml.device.qemuarm)
(Configuring the example org.eclipse.tml.device.qemureact)
Line 24: Line 24:
  
 
== Configuring the example org.eclipse.tml.device.qemureact ==
 
== Configuring the example org.eclipse.tml.device.qemureact ==
# Go to [http://www.eclipse.org/dsdp/tml/download/device.php|qemuarm download]
+
# Go to [http://www.reactos.org/en/download.html|qemureact download page]
# Get the file xxxxx [http://|(link)]
+
# Get the file Preloaded with QEMU [http://downloads.sourceforge.net/reactos/ReactOS-0.3.3-REL-qemu.zip (directly link)].
# Open this file into a temporary folder (Example: C:\Temp\qemuarm
+
# Unzip this file into a temporary folder (Example: C:\Temp\)
# This folder has the files: xxxxxxx and folders: xxxx
+
# After unzip, open the folder qemu-0.9.0-arm
 +
# Inside of this folder there are two subfolders: keymaps and License and a lot of files.
 
# Copy all files and folders to qemu folder on org.eclipse.tml.device.qemuarm plugin in your workspace.
 
# Copy all files and folders to qemu folder on org.eclipse.tml.device.qemuarm plugin in your workspace.
# Rename file qemu-arm.exe to qemu-arm.exe
+
# Change files arm_root.img and integratorcp.zImage to read only.
# Change file xxx to read only.
+

Revision as of 13:51, 19 December 2007

Platform

  • Eclipse Europa 3.3

Getting the TmL Code

Getting VNC Component

  1. Go to vnc download page
  2. Get the file tml-vnc-anonymous.psf (link)
  3. Import this file into Eclipse workspace. Please see cvs setup page for more details.

Getting Device Framework

  1. Go to download page
  2. Get the file tml-device-anonymous.psf (link)
  3. Import this file into Eclipse workspace. Please see cvs setup page for more details.

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

  1. Go to download
  2. Get the file qemu-0.9.0-arm.zip in this site or click here to directly 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 download page
  2. Get the file Preloaded with QEMU (directly link).
  3. Unzip this file into a temporary folder (Example: C:\Temp\)
  4. After unzip, 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.

Back to the top