XMOS XK-XMP-64 Quick Start Manual Download Page 6

XMOS

5

/7

• Run the following command to start the Tools:

xde

• Click OK when prompted to select a workspace.

• Download the XK-XMP-64 Tutorial from:

http://www.xmos.com/xmp64

The tutorial explains how to write programs that run on the XK-XMP-
64.

5

Install a patch for the 10.4 tools

The XMOS website hosts a ZIP archive containing the XK-XMP-64 configura-
tion file. Please download the ZIP archive from

http://www.xmos.com/xmp64/

(“Tools patch” under the Software header). Open the ZIP archive and move the

XK-XMP-46.xn

file to the folder that contains all XN files:

/Applications/XMOS 10.4/configs

on MacOSX

/home/user/XMOS 10.4/configs

on Linux

Program Files/XMOS/Desktop Tools/10.4/configs

on

Windows

6

Compile and Run a Program

You should now be able to compile and run a program. Type in the following
program into a file

main.xc

:

#include <print.h>

#include <xs1.h>

out port led = XS1_PORT_1E;

main() {

printstr("Hello world\n");

led <: 1;

while(1) { }

}

Compile this program using:

XK-XMP-64 Q

UICK

S

TART

G

UIDE

(10.4)

2010/05/13

Summary of Contents for XK-XMP-64

Page 1: ...XK XMP 64 Quick Start Guide VERSION 10 4 2010 05 13 Authors Copyright 2010 XMOS Ltd All Rights Reserved...

Page 2: ...wn mains connectors and you may need to acquire a cable for your country To program the XK XMP 64 you need to download a set of free Software Devel opment Tools from the XMOS website The tools let you...

Page 3: ...o Windows Update Click Next Select INSTALL FROM LIST and then click Advanced Browse to the drivers installation directory default PROGRAM FILES X MOS DESKTOP TOOLS 10 4 DRIVERS XTAG2 and select the XT...

Page 4: ...it and then drag the XMOS icon into your Applications folder When the tools have been installed eject the DMG file CMD E and drag it to the Trash to delete it 3 Patch the tools see Section 5 4 Start...

Page 5: ...the USB file systems for example umount proc bus usb umount dev bus usb Remount the USB file systems for example mount proc bus usb mount dev bus usb Log out from root access 2 Download and install th...

Page 6: ...http www xmos com xmp64 Tools patch under the Software header Open the ZIP archive and move the XK XMP 46 xn file to the folder that contains all XN files Applications XMOS 10 4 configs on MacOSX hom...

Page 7: ...e XK XMP 64 board XK XMP 64 Hardware Manual hardware features on the XK XMP 64 board XMOS Tools Guide how to use the development tools XS1 G System Specification information on switching routing and p...

Page 8: ...d express or implied and shall have no liability in relation to its use XMOS Ltd makes no representation that the Information or any particular implementa tion thereof is or will be free from any clai...

Reviews: