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
(New page: == Platform == * Eclipse Europa 3.3 == Getting the TmL Code == === Getting VNC Component === # Go to [http://www.eclipse.org/dsdp/tml/download/vnc.php|vnc download page] # Get the file t...)
 
(Getting the TmL Code)
Line 5: Line 5:
  
 
=== Getting VNC Component ===
 
=== Getting VNC Component ===
# Go to [http://www.eclipse.org/dsdp/tml/download/vnc.php|vnc download page]
+
# Go to [http://www.eclipse.org/dsdp/tml/download/vnc.php vnc download page]
# Get the file tml-vnc-anonymous.psf [http://www.eclipse.org/dsdp/tml/download/tml-vnc-anonymous.psf|(link)]
+
# Get the file tml-vnc-anonymous.psf [http://www.eclipse.org/dsdp/tml/download/tml-vnc-anonymous.psf (link)]
# Import this file into Eclipse workspace. Please see [http://www.eclipse.org/dsdp/tml/development/cvs_setup.php|cvs setup page] for more details.
+
# Import this file into Eclipse workspace. Please see [http://www.eclipse.org/dsdp/tml/development/cvs_setup.php cvs setup page] for more details.
  
 
=== Getting Device Framework ===
 
=== Getting Device Framework ===
 
# Go to [http://www.eclipse.org/dsdp/tml/download/device.php|device download page]
 
# Go to [http://www.eclipse.org/dsdp/tml/download/device.php|device download page]
# Get the file tml-device-anonymous.psf [http://www.eclipse.org/dsdp/tml/download/tml-device-anonymous.psf|(link)]
+
# Get the file tml-device-anonymous.psf [http://www.eclipse.org/dsdp/tml/download/tml-device-anonymous.psf (link)]
# Import this file into Eclipse workspace. Please see [http://www.eclipse.org/dsdp/tml/development/cvs_setup.php|cvs setup page] for more details.
+
# Import this file into Eclipse workspace. Please see [http://www.eclipse.org/dsdp/tml/development/cvs_setup.php cvs setup page] for more details.
  
 
== Configuring the example org.eclipse.tml.device.qemuarm ==
 
== Configuring the example org.eclipse.tml.device.qemuarm ==

Revision as of 13:21, 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 xxxxx [1]
  3. Open this file into a temporary folder (Example: C:\Temp\qemuarm
  4. This folder has the files: xxxxxxx and folders: xxxx
  5. Copy all files and folders to qemu folder on org.eclipse.tml.device.qemuarm plugin in your workspace.
  6. Rename file qemu-arm.exe to qemu-arm.exe
  7. Change file xxx to read only.


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

  1. Go to download
  2. Get the file xxxxx [2]
  3. Open this file into a temporary folder (Example: C:\Temp\qemuarm
  4. This folder has the files: xxxxxxx and folders: xxxx
  5. Copy all files and folders to qemu folder on org.eclipse.tml.device.qemuarm plugin in your workspace.
  6. Rename file qemu-arm.exe to qemu-arm.exe
  7. Change file xxx to read only.

Back to the top