5
Embedded System Lab Subject – ES Lab Software Required - Ubuntu, ULK Control Panel, Eclipse Class – BE (Computer Engineering) Hardware Required - Desktop Computer STANDARED OPERATING PROCEDURE FOR RUNNING THE PROJECT USING ECLIPSE AND ULK CONTROL PANEL 1 Turn ON the Power Supply of Desktop Computer in LAB. 2 Double Click on This Eclipse icon on Desktop. 3 Select a Workspace in Eclipse.

prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

Embedded System LabSubject – ES Lab Software Required - Ubuntu, ULK Control

Panel, EclipseClass – BE (Computer Engineering) Hardware Required - Desktop Computer STANDARED OPERATING PROCEDURE FOR RUNNING THE PROJECT USING ECLIPSE AND ULK CONTROL PANEL

1 Turn ON the Power Supply of Desktop Computer in LAB.

2

Double Click on This Eclipse icon on Desktop.

3

Select a Workspace in Eclipse.

Page 2: prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

4

It will open Eclipse Galileo IDE.

5

Select file menu then choose new option after that select c project. Give project name then select make file project as linux gcc and then finish.

6

Right click on project select new file and give file name as main.c.

Page 3: prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

7

Add header file macros.h. Also add project.lds and makefile and then save into project.

8

Write a program into main.c and saved it. Right click on project name and choose CLEAN PROJECT option then .bin file will be created.

9

Go to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this command to set new IP sudo ifconfig eth0 192.168.2.90 up. Enter password of the system. Again write ifconfig and see new IP address is set or not.

Page 4: prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

10

Double Click on This ULK Control Panel icon on Desktop.

11

Set ULK count=1 then Click on list ULK. Select the ulk which is detected and then establish the connection.

12 Load the .bin file into target system from host system.

Page 5: prasadmahale.files.wordpress.com€¦ · Web viewGo to command prompt (terminal) Type ifconfig to know IP address. If IP address is already set then it is okay. Otherwise type this

13

Click on Run to Run the Project.