Microsoft PowerPoint - esl2-08-wince1.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - esl2-08-wince1.ppt"

Transcription

1 Windows CE.NET Development Environment 경희대학교컴퓨터공학과 조진성 Embedded System Lab. II

2 목차 Overview of Windows CE.NET Serial Number 받기 Platform builder.net 4.2 설치 Microsoft Embedded C++ 4.0설치 JFlashMM 설치 EBOOT download Handheld device만들기 Application 개발 Embedded System Lab. II 2

3 Overview of Windows CE.NET Embedded System Lab. II

4 Overview of Windows CE.NET Windows CE.NET: Design Goals What is New in Windows CE.NET? Basic Configurations Target Hardware Support Embedded System Lab. II 4

5 Windows CE.NET: Design Goals Modular and compact operating system Highly modular Customized to meet to the specific product requirements of a range of devices Only the required modules can be included in the operating system image Wireless and wired connectivity Allows you to build scalable wireless platform Flexibly connect mobile devices into existing infrastructures Provide broad wireless support for PAN(Personal Area Network)s, LANs, and WANs Including Bluetooth, Wireless LAN Zero Configuration(802.11) Support PAN : Bluetooh 나 IrDA( 적외선 ) 이용한근거리개인네트웍 Embedded System Lab. II 5

6 Windows CE.NET: Design Goals Robust real-time capabilities Hard RTOS kernel support Efficiently enabling the most demanding real-time embedded designs Rich multimedia and multilingual support Provide the latest multimedia experiences Allow you to efficiently build localized embedded devices Strong development tool support Embedded System Lab. II 6

7 What Is New in Windows CE.NET? Internet Explorer 5.5 for CE Wireless support Multimedia Customizable UI Security Services Real-time collaboration and communication Better multi-language support ClearType Embedded System Lab. II 7

8 Basic Configurations 이란? There are 13 different starting points to develop your platform Each one targets a particular class of device To reduce product development Once a basic configuration has been chosen, you may modify it to suit your specific needs Embedded System Lab. II 8

9 Basic Configurations PDA or mobile handheld device Variants with or without applications, such as WordPad Cell phone/smart phone Web Pad 160x220 nominal display resolution Touch-screen user interface and 640x480 or larger display Internet appliance Non-mobile, Browser-based device with a fixed (CRT or LCD) display and a keyboard. Internet Appliance with Browser Consumer Internet Appliance with mouse-based UI and 640x480 or larger display Internet Appliance with Browser and Applications Embedded System Lab. II 9

10 Basic Configurations (continued) Media appliance Playback or store music, video, and other electronic media Digital Audio Receiver/Jukebox Networked device that stores, decodes, and plays Windows Media Audio and MP3 music files Digital Audio Receiver Without local storage Portable Audio Player with Wireless Networking Portable DVD Player Electronic Picture Frame Retrieve and display picture from the internet or a home network Digital imaging device Camera, projector, and printer Embedded System Lab. II 10

11 Basic Configurations (continued) Set-top box Connects to a TV for display of Internet / media content Residential gateway Connects to the Internet and shares that connection with a wired or wireless home network Industrial automation device Human Machine Interface (HMI) or Programmable Logic Controller (PLC) variants Retail Point-of-Sale device Self-service kiosks, electronic payment terminals, POS terminals Windows thin client Minimal remote access terminal with constrained shell and RDP Embedded System Lab. II 11

12 Basic Configurations (continued) Tiny Kernel Smallest functional Windows CE image Starting point for the most compact, headless devices Custom Device The most fully customizable configuration Allows you to choose from all operating system features Also a variant for devices without displays Embedded System Lab. II 12

13 Target Hardware Support Processor Family CPU SDB BSP Name ARM Intel SA1110 Intel SA111x Assabet SDB SA11X0BD ARM920 ARM1020 ARM Integrator AP SDB ARMINTEGRATOR Intel Xscale Intel Lubbock SDB TBD MIPS NEC Vr4122 NEC DDB-Vr4122 Eagle SDB EAGLE NEC Vr5432 NEC DDB-Vrc5476 Boston SDB DDB5476 SHx SH Hitachi SH4 Aspen SDB ASPEN SH Hitachi SH3 Keywest SDB KEYWEST x86 P5/P4/PIII/PII/ CelK6x/Athlon CEPC CEPC NS Geode National Geode Reference Platform GEODE Embedded System Lab. II 13

14 Core Operating System Architecture Applications Programming Interfaces (Win32, COM, MFC, ATL) Communications interfaces (Winsock, RAS, TAPI) Kernel GWES Device Manager Filesys Networking and Communications System OAL Device Drivers Hardware Embedded System Lab. II 14

15 The OEM Adaptation Layer Layer between the Kernel and the hardware Set of functions related to system startup, interrupt handling, power mana gement, profiling, timer, and clock Included in BSPs for supported SDBs Coded by OEMs to adapt windows CE to their own custom platforms Linked with code provided by Microsoft to build the Kernel Embedded System Lab. II 15

16 The Kernel Module Portable across supported processors Kernel is portable as most of the operating system is written in C NK.EXE, COREDLL.DLL NK.EXE contains Kernel code and Coredll.dll is the operating system core DLL module Saving system resources CE loader is designed to save system resources by loading application pages as and w hen needed and by keeping only one physical copy of a DLL Demand paging Loads virtual memory pages into physical memory when needed Multiple execute in place regions Allows applications to execute code directly from read-only memory Embedded System Lab. II 16

17 Device Driver System Device driver Links an operating system and a device Built-in Drivers vs. Installable Drivers Built-in drivers are installed by the platform manufacturer Installable drivers are third-party peripheral devices that end users can connect to a Windows CE-based platform Native Drivers vs. Stream Drivers All of the device drivers managed by GWES are native device drivers Device manager loads stream interface drivers when the system boots, if those drivers are listed in the registry Monolithic Drivers vs. Layered Drivers Monolithic drivers implement interface directly in terms of actions on the device they control Layered drivers separate the implementation into two layers Embedded System Lab. II 17

18 The GWES Module Graphics, Windowing, and Event Subsystem Graphic output: display and printer User input: keyboard, stylus, and mouse Window management: message routing Graphic Device Interface (GDI) Is the drawing subsystem of GWES Controls how text and graphics are displayed Uses a device context to store drawing attributes for a specified device Embedded System Lab. II 18

19 The Filesys Module The Filesys Module Implements the object store File systems Registry Property Database Substitutes for a hard drive on an embedded drive Resides in ROM, RAM, or both Can have a maximum size of 256 MB Embedded System Lab. II 19

20 The Filesys Module (continued) Storage manager Is responsible for all external storage items, including all the file systems and block drivers Installable file systems Can provide access to a floppy diskette, a hard drive, a flash file system on a PC Card, or to other external storage devices File-shadowing mechanism Allows a file to be stored both in RAM and ROM. Differences from other Windows file systems No letters assigned to file systems No concept of current directory No support for overlapped I/O All files stored in RAM are automatically compressed Embedded System Lab. II 20

21 The Filesys Module (continued) Registry Provides a common repository for system settings, application data, and user preferences Resides in RAM, if not present in RAM, the registry can be reloaded from per sistent storage or rebuilt from ROM Registry functions specific to Windows CE Property Database Provides a lightweight database management system Accessible using a new set of Win32 API functions specific to Windows CE Data stored in a flat model Accessible to ActiveX Data Objects for Windows CE (ADOCE) Supports multiple volumes on installable file systems Embedded System Lab. II 21

22 Real Time Operating System Bounded interrupt response latency Timer precision configurable (1 millisecond default) System timer tick independent of thread quantum Nested interrupt support Priority inheritance Protected virtual memory Synchronization objects Embedded System Lab. II 22

23 Power Management Features Power management features respond to system calls for turning the system off or for idling Device level power states, DO-D4 D0 Full on: Full power with full functionality D1 Low On: Slightly reduced functionality, lower power and/or performance D2 Standby: Partial power with automatic wake D3 Sleep: Partial power with device initiated wake D4 Off: Power off The only device power state that all devices must support is D0, full on Embedded System Lab. II 23

24 Advanced Features of Windows CE.NET Networking and Communications Real-Time Communication Multimedia Security Internationalization Embedded System Lab. II 24

25 Get the Serial Number Embedded System Lab. II

26 Serial Number 받기 [ Product : Windows CE.NET 4.2 Platform builder 와 embedded C++ 에서사용할 Serial Number 를구한다. Platform builder 는 120 일의 evaluation version. Embedded C++ 은 freeware. 을통해 serial number 가발송된다. Embedded System Lab. II 26

27 Embedded System Lab. II 27 [Windows CE.NET 4.2] 을선택한다.

28 Platform builder.net 4.2 설치 Embedded System Lab. II

29 Platform builder.net 4.2 MS Windows CE.Net 플랫폼을개발하는프로그램이다. Visual studio 같은통합개발환경을제공한다. Windows CE.NET 플랫폼을디자인, 작성, 빌드, 테스트및디버깅하는데필요한모든개발도구가포함되어있다. 상용프로그램이고 120 일 Evaluation version 은 MS 사에서무료로받을수있다. Embedded System Lab. II 29

30 임베디드시스템의 custom Windows CE 의 OS 개발툴 개발과정 Basic platform building Customize Platform Download to target device Platform Builder Configure Platform Configure Platform Customize Platform Develop device drivers Debug Debug Platform Platform Create or add custom components Modify source code configuration files Configure Platform Configure Platform Build Build OS image OS image Custom target device? No Yes No Platform complete? Yes Develop OAL Develop OAL board support package board support package and bootloader and bootloader Embedded System Lab. II 30 Export SDK Export SDK

31 Platform builder 설치 CD 를넣으면위와같은창이뜬다. Install 을선택한다. Embedded System Lab. II 31

32 [I accept the terms in the license agreement] 를선택. [Next] 를선택. Embedded System Lab. II 32

33 Product key 를입력하고 [Next] 를선택한다. Product key 는 evaluation version 이고, MS 홈페이지에서얻을수있다. Embedded System Lab. II 33

34 Custom 을선택후, [Next] 를클릭한다. Embedded System Lab. II 34

35 원하는폴더를지정후 [Next] 선택 Embedded System Lab. II 35

36 [ARMV4], [ARMV4I], [XSCALE] 은반드시설치하여야한다. [Shared Source for windows CE.NET 4.2] 는커널소스이다. 굳이포함시킬필요는없다. Embedded System Lab. II 36

37 설치가진행되는과정이다. Embedded System Lab. II 37

38 설치가완료되었다. [Finish] 버튼을선택하여설치를종료한다. Embedded System Lab. II 38

39 Platform builder 가실행된모습이다. Embedded System Lab. II 39

40 PXA255-Pro3 Pro3 용 BSP 설치 Embedded System Lab. II

41 BSP Board support package 의약자이다. 제공된 CD 를통해설치한다. [BSP 설치방법.txt] 파일을참조해서설치할수있다. 1. CD 의 BSP 디렉토리의 PXA255PRO3 디렉토리를 COPY 하여, C:\WINCE420\PLATFORM 디렉토리에 PASTE 한다. 이때, CD 의내용대신, 강의홈페이지의 PXA255PRO3_BSP.zip 의내용을 /Platform/PXA255Pro3 folder 로복사한다. 2. 제공된.msi 파일을더블클릭하여실행한다. 3. ( 주 ) 휴인스에서제공한 BSP 설치된것을확인한다. (Catalog window 의 Third party 의 BSPs 에서확인 ) Embedded System Lab. II 41

42 BSP 설치 BSP 설치모습이다. [Next] 를선택한다. Embedded System Lab. II 42

43 별다른설정없이 BSP 설치가완료되었다. [Finish] 를선택하여 BSP 설치를종료한다. Embedded System Lab. II 43

44 MS Embedded C 설치 Embedded System Lab. II

45 Embedded Visual C MS 에서제공하는 Windows CE.NET 용소프트웨어를개발하는프로그램이다. Visual studio 와같은통합개발환경을제공한다. 이프로그램자체가개발프로그램이므로 Visual studio 없이개발할수있다. 무료개발프로그램이다. Embedded System Lab. II 45

46 Embedded C++ 설치 Embedded C++ 설치시작모습이다. [Next] 를선택하여다음으로진행한다. Embedded System Lab. II 46

47 License 동의에관한화면이다. [I accept the agreement] 를선택하고 [Next] 를클릭한다. Embedded System Lab. II 47

48 이전에구한 serial number 를입력하고 [Next] 를선택한다. Embedded System Lab. II 48

49 설치할항목을선택하는화면이다. 이미모두선택되어있으므로, [Next] 를선택한다. Embedded System Lab. II 49

50 설치할폴더를묻는화면이다. 적절한폴더를선택후, [Next] 를클릭한다. Embedded System Lab. II 50

51 설치가시작되는화면이다. [Continue] 를눌러계속진행한다. Embedded System Lab. II 51

52 설치할항목을다시묻고있다. [Continue] 를선택한다. Embedded System Lab. II 52

53 설치가완료되었음을알려주는화면이다. [OK] 를선택해설치를종료한다. Embedded System Lab. II 53

54 JFlashMM 설치 Embedded System Lab. II

55 JFlashMM Intel 에서제공하는 Rom Writer 이다. JTAG 케이블을이용해보드에장착되어있는 Flash 에 Writing 할수있는프로그램이다. Intel Website 에서최신버전을 download 받을수있다. Embedded System Lab. II 55

56 JFlashMM 설치 제공된 CD 또는 [ hmm.htm] 를통해설치한다. Embedded System Lab. II 56

57 License 동의를묻는화면이다. [Yes] 를선택한다. Embedded System Lab. II 57

58 설치할폴더를선택하는화면이다. 적절한폴더를지정후, [Next] 를선택한다. Embedded System Lab. II 58

59 설치가완료되었음을나타내는화면이다. [Finish] 를선택하여설치를종료한다. Embedded System Lab. II 59

60 GIVEIO driver 설치 Embedded System Lab. II

61 GIVEIO driver 설치 GIVEIO driver GIVEIO driver 는 JFlashMM 을사용하기위해설치해야한다. Parallel port 와 IO 를수행하기위해필요한 device driver 이다. [C:\Program Files\Intel Corporation\JFlash_MM\GIVEIO.SYS] 파일을 [C:\windows\system32\drivers] 에복사한다. Embedded System Lab. II 61

62 제어판에서 [ 새하드웨어추가 ] 를실행한다. 하드웨어추가마법사창에서 [ 다음 ] 을클릭한다. Embedded System Lab. II 62

63 [ 예, 하드웨어를이미연결했습니다 ] 를선택한다. [ 다음 ] 을선택한다. Embedded System Lab. II 63

64 제일하단에있는 [ 새하드웨어장치추가 ] 를선택한다. [ 다음 ] 을선택한다. Embedded System Lab. II 64

65 [ 목록에서직접선택한하드웨어설치 ] 를선택한다. [ 다음 ] 을선택한다. Embedded System Lab. II 65

66 [ 포트 (COM 및 LPT)] 를선택하고, [ 다음 ] 을선택한다. Embedded System Lab. II 66

67 [ 디스크있음 ] 을선택한다. Embedded System Lab. II 67

68 적절한폴더선택 [giveio.inf] 가있는파일경로를지정하고, [ 확인 ] 을선택한다. Embedded System Lab. II 68

69 [giveio] 가위와같이잡히는지확인한다. [ 다음 ] 을선택한다. Embedded System Lab. II 69

70 [ 다음 ] 을선택한다. Embedded System Lab. II 70

71 하드웨어의호환성을묻고있다. [ 계속 ] 을선택한다. Embedded System Lab. II 71

72 [giveio] driver 가정상적으로설치되었다. [ 마침 ] 을선택한다. Embedded System Lab. II 72

73 잘설치되었는지장치관리자에서확인한다. Embedded System Lab. II 73

74 Eboot download Embedded System Lab. II

75 EBOOT Ethernet Bootloader. MS Windows CE 에서기본적으로제공하는 Bootloader 이다. Eboot는보드에전원이들어가면 CPU의 GPIO, 메모리컨트롤러, Interrupt controller, 클럭등을초기화한다. 그후, Ethernet controller 를초기화하고 TFTP 를통해 Windows CE OS 이미지를받아온다. Embedded System Lab. II 75

76 JFlashMM console 선택 Embedded System Lab. II 76

77 EBOOT download Program 을선택하면 DOS 창이뜬다. 여기서 [Jflashmm] 을실행시킬수있다. Embedded System Lab. II 77

78 제공된 CD 에있는 [\Utilties\JFlash_MM\acumen.dat] 파일과 [\Image\EBOOT.nb0] 파일을 [C:\Program Files\Intel Corporation\JFlash_MM] 에복사해넣는다. Embedded System Lab. II 78

79 [Jflashmm] 을실행시킨다. Embedded System Lab. II 79

80 [Enter platform data file name :] 에 [acumen] 을입력한다. 뒤의 [.dat] 는입력하지않는다. Embedded System Lab. II 80

81 [Enter Binary file name :] 에 [EBOOT.nb0] 를입력한다. Embedded System Lab. II 81

82 Writing 과 Verifying 을거쳐 download 가성공적으로완료되었다. Embedded System Lab. II 82

83 하이퍼터미널 Eboot 가정상적으로 download 되었는지확인하기위해사용한다. [ 보조프로그램 ]->[ 통신 ]->[ 하이퍼터미널 ] Embedded System Lab. II 83

84 적당한이름을입력하고 [ 확인 ] 을선택한다. Embedded System Lab. II 84

85 알맞은 COM port 를선택하고 [ 확인 ] 을선택한다. Embedded System Lab. II 85

86 위와같이설정을하고 [ 확인 ] 을선택한다. board 를 reset 하면 boot loader 가동작하는것을볼수있다. Embedded System Lab. II 86

87 [enter] 키를누르면 ethernet 을통해새로운부트로더이미지를다운로드한다. [space] 키를누르면 boot loader option 을변경할수있다. Eboot 가잘동작하는것을확인하였다. Embedded System Lab. II 87

88 Handheld Device 만들기 Embedded System Lab. II

89 [New Platform] 을선택한다. Embedded System Lab. II 89

90 New platform wizard 가나타나는데, [Next] 를선택한다. Embedded System Lab. II 90

91 BSP 를설치했으므로 PXA255PRO3 를선택한다. [Next] 를선택한다. Embedded System Lab. II 91

92 [Mobile Handheld] 선택후, Platform name 을설정한다. [Next] 를선택한다. Embedded System Lab. II 92

93 설정을그대로유지한채, [NEXT] 버튼을클릭한다. Embedded System Lab. II 93

94 설정을그대로유지한채, [NEXT] 버튼을클릭한다. Embedded System Lab. II 94

95 모든 [Notification acknowledged] 에체크를한후, [NEXT] 버튼을클릭한다. Embedded System Lab. II 95

96 모든설정이완료되었다. [Finish] 버튼을클릭한다. Embedded System Lab. II 96

97 Active configuration 변경 Platform 에도 debug Mode 와 Release Mode 가있다. Debug Mode Kernel을 SDRAM에올린다. 이때, ethernet cable은항상연결되어있어야한다. Host에서 debugging message를볼수있다. Release Mode Kernel 을 FLASH 에올린다. Debugging 정보를포함하지않으며, 속도가 debug 모드보다는빠르다. Test 중에는 Debug Mode 로사용하기로한다. Embedded System Lab. II 97

98 Resolve Features 현재 platform 에맞는 features 를선택해야빌드가가능하다. [Device Driver] 에서오른쪽버튼을누른다. [Resolve Features] 를선택한다. 여기서 board 에해당하는 device 를선택해준다. Debug/Release Mode 를각각설정해주어야한다. Embedded System Lab. II 98

99 Audio : UCB1400 Waveform Audio device Embedded System Lab. II 99

100 Display : XSC1BD LCD Embedded System Lab. II 100

101 PCMCIA : SA11x1 PCMCIA Embedded System Lab. II 101

102 Serial : XSC1BD Serial Embedded System Lab. II 102

103 USB Function : XSC1BD USB Function( Serial interface ) 모든설정을완료하고 [OK] 버튼은누른다. Embedded System Lab. II 103

104 Exclude power button Board 에는 power button 이존재하지않으므로 exclude 시킨다. Board 에달린 power button 과위 power button 은다르다. 이과정을수행하지않으면커널이제대로동작하지않는다. Debug/Release Mode 모두설정해야한다. Embedded System Lab. II 104

105 PXA255PRO3.bat 파일수정 \platform\pxa255pro3\pxa255pro3.bat Kernel 이정상적으로동작하기위해서는위파일을수정해야한다. 수정할부분은다음과같다. SET BSP_LAN91C111, BSP_NOUSBSER, BSP_NOUSB SET BSP_LAN91C111= SET BSP_NOUSBSER=1 SET BSP_NOUSB=1 강의홈페이지의 PXA255PRO3_BSP.zip 으로 BSP 를설치한경우, 이미수정이되어있다. Embedded System Lab. II 105

106 Platform.reg \platform\pxa255pro3\files\platform.reg Scotg.dll 부분을 IF 문으로감싸준다. IF BSP_SCOTG [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TD242] ENDIF 강의홈페이지의 PXA255PRO3_BSP.zip 으로 BSP 를설치한경우, 이미수정이되어있다. Embedded System Lab. II 106

107 Build kernel [Build]->[Build Platform] 을선택한다. 시간이꽤걸리므로설정을정확히하고컴파일하는것이좋다. ( 약 10 분소요 ) Embedded System Lab. II 107

108 컴파일이에러없이완료되었는지확인한다. Embedded System Lab. II 108

109 Configure remote connection [Target]->[Configure Remote Connection] 을선택한다. Board 에 download 하는방식을설정한다. 이과정을수행해야만 board 에 download 할수있다. Embedded System Lab. II 109

110 Download/Kernel 을모두 Ethernet 으로설정. [Configure] 버튼을선택한다. Embedded System Lab. II 110

111 Platform builder 는그대로둔채, 하이퍼터미널을연결하고보드의전원을킨다. [space] 키를통해 IP 등을설정한다. Embedded System Lab. II 111

112 IP/Subnet 을설정후, [D] 를통해 kernel 을 download 한다. Embedded System Lab. II 112

113 BOOTME message 가보내지는것을확인한다. Embedded System Lab. II 113

114 BOOTME message가전송되는것을확인한다. Platform builder를보면, available device가추가된것을볼수있다. 이것을선택하고 [OK] 를누른다. Board와 platform builder와의연결이완료되었다. Embedded System Lab. II 114

115 [Target] -> [Download/Initialize] 를통해 kernel 을 download 한다. Embedded System Lab. II 115

116 [YES] 를누르고계속진행한다. Embedded System Lab. II 116

117 Download 가진행되는것을볼수있다. Embedded System Lab. II 117

118 Download 가완료되고나면, Platform builder 는 debuging 모드가되고, Board 의 TFTLCD 에는 WINCE 가동작하는것을볼수있다. Embedded System Lab. II 118

119 Application 제작 Embedded System Lab. II

120 Application 개발 Application 을개발하기위해서는 Embedded C++ 이필요하다. Platform builder 를통해 SDK 를생성한후, Embedded C++ 을이용해 application 을제작한다. Application 은 Hello World 라는글자를화면에표시한다. Embedded System Lab. II 120

121 SDK 제작 Embedded System Lab. II

122 SDK 제작 Platform builder 에서 [Platform]->[Configure SDK] 를선택한다. Embedded System Lab. II 122

123 [ 다음 ] 을선택한다. Embedded System Lab. II 123

124 적절한이름을입력한후, [ 다음 ] 을클릭한다. Embedded System Lab. II 124

125 MFC 로 application 을제작할것이므로, 위그림대로선택한다. visual studio.net 으로개발할것이라면.NET Compact framework 도선택한다. Embedded System Lab. II 125

126 설정이완료되었다. [Finish] 를눌러완료한다. Embedded System Lab. II 126

127 Build SDK [Platform]->[Build SDK] 를선택한다. Embedded System Lab. II 127

128 Build 가완료되었다. SDK 가만들어진위치를확인한다. Error 가없는것을확인하고, [Done] 버튼을누른다. Embedded System Lab. II 128

129 SDK 설치 SDK 가생성된위치로가서 msi 파일을실행한다. Embedded System Lab. II 129

130 License 에동의를하고 [Next] 를선택한다. Embedded System Lab. II 130

131 적당한내용을입력한후, [Next] 를선택한다. Embedded System Lab. II 131

132 [Custom] 을선택한다. Embedded System Lab. II 132

133 모두선택되어있으므로, [Next] 를선택한다. Embedded System Lab. II 133

134 [Install] 을선택한다. Embedded System Lab. II 134

135 설치가진행되고있다. Embedded System Lab. II 135

136 설치가완료되었다. Embedded C++ 을실행한다. Embedded System Lab. II 136

137 Embedded C++ 을이용한 application 개발 Embedded System Lab. II

138 Embedded C++ 에서 [File]->[New] 를선택한다. Embedded System Lab. II 138

139 위와같이설정후, [OK] 를선택한다. Embedded System Lab. II 139

140 [Finish] 를선택한다. Embedded System Lab. II 140

141 [OK] 를선택하면 app_test 라는 project 가생성된다 Embedded System Lab. II 141

142 왼쪽화면과같이코드가생성된것을볼수있다. Platform builder 와 board 가연결되어있는상태에서다음을진행한다. Embedded System Lab. II 142

143 실행전설정사항 [tools]->[configure platform manager] 를선택하면위와같은화면이나타난다. PXA255PRO3_MH device 를선택하고 [Properties] 를선택한다. Embedded System Lab. II 143

144 Transport 와 startup Server 를왼쪽과같이설정한다. Transport 의 configure 버튼을누른다. Embedded System Lab. II 144

145 Named connection 을제작한 SDK 에맞는이름을선택한다. [OK] 를통해선택을마치고 embedded C++ 에서프로그램을실행하면보드에서윈도우가뜨는것을확인할수있다. Embedded System Lab. II 145

WinCE 실험실습 #1

WinCE 실험실습 #1 WinCE 실험실습 #1 주제 실습보드에 WinCE 이미지포팅 실습보드상에서애플리케이션제작 개요 1. 플랫폼생성개요 2. BSP 설치및제작 3. 플랫폼생성및이미지빌딩 4. 커널이미지다운로드 & 실행 5. Win-CE 애플리케이션제작 Windows CE.NET 2 1.1 Win-CE Core Architecture Bootloader (Eboot) Board-dependent

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

Windows Embedded Compact 2013 [그림 1]은 Windows CE 로 알려진 Microsoft의 Windows Embedded Compact OS의 history를 보여주고 있다. [표 1] 은 각 Windows CE 버전들의 주요 특징들을 담고

Windows Embedded Compact 2013 [그림 1]은 Windows CE 로 알려진 Microsoft의 Windows Embedded Compact OS의 history를 보여주고 있다. [표 1] 은 각 Windows CE 버전들의 주요 특징들을 담고 OT S / SOFTWARE 임베디드 시스템에 최적화된 Windows Embedded Compact 2013 MDS테크놀로지 / ES사업부 SE팀 김재형 부장 / jaei@mdstec.com 또 다른 산업혁명이 도래한 시점에 아직도 자신을 떳떳이 드러내지 못하고 있는 Windows Embedded Compact를 오랫동안 지켜보면서, 필자는 여기서 그와 관련된

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

슬라이드 1

슬라이드 1 Windows CE 운영체제 개요 개요 초기부터임베디드운영체제시장을위해설계 임베디드시스템을위한실시간운영체제 차세대스마트모바일장치및메모리를적게차지하는장치를신속하게개발할수있도록지원 풍부한운영체제기능및완벽한개발환경을제공 다양한네트워킹기능, 하드실시간, 적은메모리점유율, 풍부한멀티미디어, 웹브라우징기능등 사용자정의 Windows CE 기반장치를개발하는데필요한모든기능을포함

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

More information

KDTÁ¾ÇÕ-1-07/03

KDTÁ¾ÇÕ-1-07/03 CIMON-PLC CIMON-SCADA CIMON-TOUCH CIMON-Xpanel www.kdtsys.com CIMON-PLC Total Solution for Industrial Automation PLC (Program Logic Controller) Sphere 8 Total Solution For Industrial Automation PLC Application

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

Windows CE 5.0 OS 올리는 방법[051123].hwp

Windows CE 5.0 OS 올리는 방법[051123].hwp Huins, Inc. R&D Page 1 of 22 Issue date: 11/23/05 OS 올리는방법 이문서는기존의문서를 ( 주) 휴인스문서를참조해서작성하였습니다. 문서에대해서수정사항이나문의사항이있으면연락주세요. ( 주) 휴인스기술연구소임성호 e-mail : limsh@huins.com 순서 1. Platform Builder 설치 2. BSP 설치 3.

More information

KDTÁ¾ÇÕ-2-07/03

KDTÁ¾ÇÕ-2-07/03 CIMON-PLC CIMON-SCADA CIMON-TOUCH CIMON-Xpanel www.kdtsys.com CIMON-SCADA Total Solution for Industrial Automation Industrial Automatic Software sphere 16 Total Solution For Industrial Automation SCADA

More information

ESP1ºÎ-04

ESP1ºÎ-04 Chapter 04 4.1..,..,.,.,.,. RTOS(Real-Time Operating System)., RTOS.. VxWorks(www.windriver.com), psos(www.windriver.com), VRTX(www.mento. com), QNX(www.qnx.com), OSE(www.ose.com), Nucleus(www.atinudclus.

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

More information

슬라이드 1

슬라이드 1 사용 전에 사용자 주의 사항을 반드시 읽고 정확하게 지켜주시기 바랍니다. 사용설명서의 구성품 형상과 색상은 실제와 다를 수 있습니다. 사용설명서의 내용은 제품의 소프트웨어 버전이나 통신 사업자의 사정에 따라 다를 수 있습니다. 본 사용설명서는 저작권법에 의해 보호를 받고 있습니다. 본 사용설명서는 주식회사 블루버드소프트에서 제작한 것으로 편집 오류, 정보 누락

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

Microsoft PowerPoint Android-SDK설치.HelloAndroid(1.0h).pptx

Microsoft PowerPoint Android-SDK설치.HelloAndroid(1.0h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 Eclipse (IDE) JDK Android SDK with ADT IDE: Integrated Development Environment JDK: Java Development Kit (Java SDK) ADT: Android Development Tools 2 JDK 설치 Eclipse

More information

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA.

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA. http://dx.doi.org/10.5909/jeb.2012.17.1.37 DLNA a), a), a) Effective Utilization of DLNA Functions in Home Media Devices Ki Cheol Kang a), Se Young Kim a), and Dae Jin Kim a) DLNA(Digital Living Network

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

ISP and CodeVisionAVR C Compiler.hwp

ISP and CodeVisionAVR C Compiler.hwp USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler http://www.avrmall.com/ November 12, 2007 Copyright (c) 2003-2008 All Rights Reserved. USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨 최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

감각형 증강현실을 이용한

감각형 증강현실을 이용한 대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

TEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

Microsoft PowerPoint SDK설치.HelloAndroid(1.5h).pptx

Microsoft PowerPoint SDK설치.HelloAndroid(1.5h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 개발환경구조및설치순서 JDK 설치 Eclipse 설치 안드로이드 SDK 설치 ADT(Androd Development Tools) 설치 AVD(Android Virtual Device) 생성 Hello Android! 2 Eclipse (IDE) JDK Android SDK with

More information

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다.

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다. Eclipse 개발환경에서 WindowBuilder 를이용한 Java 프로그램개발 이예는 Java 프로그램의기초를이해하고있는사람을대상으로 Embedded Microcomputer 를이용한제어시스템을 PC 에서 Serial 통신으로제어 (Graphical User Interface (GUI) 환경에서 ) 하는프로그램개발예를설명한다. WindowBuilder:

More information

기초에서 활용까지 윈도우즈 임베디드 CE 프로그래밍

기초에서 활용까지 윈도우즈 임베디드 CE 프로그래밍 . Microsoft,, MVP Regional Director Shu-Fen Cally. Microsoft MVP. IT,. Microsoft.NET INETA, 70 50%,. Windows Mobile..,. Windows CE 10,.., Mobile Device,. 18 Windows Embedded CE Progra mming Microsoft Mobile

More information

Microsoft Word - 임베디드월드_WindowsEmbeddedCompact7_rev

Microsoft Word - 임베디드월드_WindowsEmbeddedCompact7_rev 글 : 김재형팀장, MDS테크놀로지 ES사업부 SE팀 www.mdstec.com 진보된기술과화려한사용자환경, 다양한응용프로그램들로무장한 스마트폰쓰나미 가몰려오고있다. 이쓰나미의영향은단지휴대용통신기기에만미치지않고, 주저하던임베디드시스템에도막대한영향을끼치고있다. 하지만임베디드시스템개발자와사용자라면누구나이 스마트폰쓰나미 의시초가임베디드시스템이었음을인정할것이다. 수많은미래지향적아이디어들을현실화하면서새로운

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

Analyst Briefing

Analyst Briefing . Improve your Outlook on Email and File Management iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat... Improve your Outlook on Email and File Management :, 2003 1 29.. Collaboration Suite - Key Messages

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

SK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M

More information

(SW3704) Gingerbread Source Build & Working Guide

(SW3704) Gingerbread Source Build & Working Guide (Mango-M32F4) Test Guide http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys CRZ Technology 1 Document History

More information

Microsoft PowerPoint - Windows CE Programming_2008 [호환 모드]

Microsoft PowerPoint - Windows CE Programming_2008 [호환 모드] Programming 고재관 Microsoft Mobile Device MVP Speaker 고재관 myaustin@korea.com Microsoft MVP 2006-2008 2008 Mobile Devices 분야 500 시간세미나 / 강의 실무경력 15 년메신저 Portable Device since 1995 집필도서 커뮤니티 http://myaustin.egloos.com

More information

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이 모바일웹 플랫폼과 Device API 표준 이강찬 TTA 유비쿼터스 웹 응용 실무반(WG6052)의장, ETRI 선임연구원 1. 머리말 현재 소개되어 이용되는 모바일 플랫폼은 아이폰, 윈 도 모바일, 안드로이드, 심비안, 모조, 리모, 팜 WebOS, 바다 등이 있으며, 플랫폼별로 버전을 고려하면 그 수 를 열거하기 힘들 정도로 다양하게 이용되고 있다. 이

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT A (MN)

DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT A (MN) DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT2201-002A (MN) 2 3 [ ] CLASS 1 LASER PRODUCT 4 1 2 Language AV Input R-CAM Interrupt Panel Color Preout

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

More information

VZ94-한글매뉴얼

VZ94-한글매뉴얼 KOREAN / KOREAN VZ9-4 #1 #2 #3 IR #4 #5 #6 #7 ( ) #8 #9 #10 #11 IR ( ) #12 #13 IR ( ) #14 ( ) #15 #16 #17 (#6) #18 HDMI #19 RGB #20 HDMI-1 #21 HDMI-2 #22 #23 #24 USB (WLAN ) #25 USB ( ) #26 USB ( ) #27

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

GNU/Linux 1, GNU/Linux MS-DOS LOADLIN DOS-MBR LILO DOS-MBR LILO... 6

GNU/Linux 1, GNU/Linux MS-DOS LOADLIN DOS-MBR LILO DOS-MBR LILO... 6 GNU/ 1, qkim@pecetrirekr GNU/ 1 1 2 2 3 4 31 MS-DOS 5 32 LOADLIN 5 33 DOS- LILO 6 34 DOS- 6 35 LILO 6 4 7 41 BIOS 7 42 8 43 8 44 8 45 9 46 9 47 2 9 5 X86 GNU/LINUX 10 1 GNU/, GNU/ 2, 3, 1 : V 11, 2001

More information

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다.

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다. PDMLink 에등록된 Office 문서들의 PDF 문서변환기능및 Viewer 기능을알아보자 PDM Link에서지원하는 [Product View Document Support] 기능은 Windows-Base 기반의 Microsoft Office 문서들을 PDMLink용 Viewer인 Product View를통한읽기가가능한 PDF Format 으로변환하는기능이다.

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우.

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우. 소프트웨어매뉴얼 윈도우드라이버 Rev. 3.03 SLP-TX220 / TX223 SLP-TX420 / TX423 SLP-TX400 / TX403 SLP-DX220 / DX223 SLP-DX420 / DX423 SLP-DL410 / DL413 SLP-T400 / T403 SLP-T400R / T403R SLP-D220 / D223 SLP-D420 / D423

More information

PowerPoint Presentation

PowerPoint Presentation Data Protection Rapid Recovery x86 DR Agent based Backup - Physical Machine - Virtual Machine - Cluster Agentless Backup - VMware ESXi Deploy Agents - Windows - AD, ESXi Restore Machine - Live Recovery

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

Microsoft Word - Automap3

Microsoft Word - Automap3 사 용 설 명 서 본 설명서는 뮤직메트로에서 제공합니다. 순 서 소개 -------------------------------------------------------------------------------------------------------------------------------------------- 3 제품 등록 --------------------------------------------------------------------------------------------------------------------------------------

More information

11111111111111111111111111111111111111111111111111111111111111111111111111111

11111111111111111111111111111111111111111111111111111111111111111111111111111 서울시 금천구 가산동 448 대륭테크노타운 3차 301호 전화 : (02)838-0760 팩스 : (02)838-0782 메일 : support@gyrosoft.co.kr www.gyrosoft.co.kr www.gyro3d.com 매뉴얼 버전 : 1.00 (발행 2008.6.1) 이 설명서의 어느 부분도 자이로소프트(주)의 승인 없이 일부 또는 전부를 복제하여

More information

00 SPH-V6900_....

00 SPH-V6900_.... SPH-V6900 사용설명서 사용전에 안전을 위한 경고 및 주의사항을 반드시 읽고 바르게 사용해 주세요. 사용설명서의 화면과 그림은 실물과 다를 수 있습니다. 사용설명서의 내용은 휴대전화의 소프트웨어 버전 또는 KTF 사업자의 사정에 따라 다를 수 있으며, 사용자에게 통보없이 일부 변경될 수 있습니다. 휴대전화의 소프트웨어는 사용자가 최신 버전으로 업그레이드

More information

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 Digital Video Recorder 간편설명서 XD3316 안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 차단하고, 전원 플러그를 동시에

More information

슬라이드 1

슬라이드 1 전자정부개발프레임워크 1 일차실습 LAB 개발환경 - 1 - 실습목차 LAB 1-1 프로젝트생성실습 LAB 1-2 Code Generation 실습 LAB 1-3 DBIO 실습 ( 별첨 ) LAB 1-4 공통컴포넌트생성및조립도구실습 LAB 1-5 템플릿프로젝트생성실습 - 2 - LAB 1-1 프로젝트생성실습 (1/2) Step 1-1-01. 구현도구에서 egovframe>start>new

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의

Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의 HP ENVY 15 사용 설명서 Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의 미국 등록 상표입니다. Bluetooth 는 해당 소유권

More information

임베디드시스템설계강의자료 4 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과

임베디드시스템설계강의자료 4 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과 임베디드시스템설계강의자료 4 (2014 년도 1 학기 ) 김영진 아주대학교전자공학과 Outline n n n n n n 보드개요보드연결필수패키지, Tool-Chain 설치 Kernel, file system build Fastboot 및 Tera Term설치 Kernel, file system 이미지전송및설치 - 2 - Young-Jin Kim X-Hyper320TKU

More information

C. KHU-EE xmega Board 에서는 Button 을 2 개만사용하기때문에 GPIO_PUSH_BUTTON_2 과 GPIO_PUSH_BUTTON_3 define 을 Comment 처리 한다. D. AT45DBX 도사용하지않기때문에 Comment 처리한다. E.

C. KHU-EE xmega Board 에서는 Button 을 2 개만사용하기때문에 GPIO_PUSH_BUTTON_2 과 GPIO_PUSH_BUTTON_3 define 을 Comment 처리 한다. D. AT45DBX 도사용하지않기때문에 Comment 처리한다. E. ASF(Atmel Software Framework) 환경을이용한프로그램개발 1. New Project Template 만들기 A. STK600 Board Template를이용한 Project 만들기 i. New Project -> Installed(C/C++) -> GCC C ASF Board Project를선택하고, 1. Name: 창에 Project Name(

More information

untitled

untitled Huvitz Digital Microscope HDS-5800 Dimensions unit : mm Huvitz Digital Microscope HDS-5800 HDS-MC HDS-SS50 HDS-TS50 SUPERIORITY Smart Optical Solutions for You! Huvitz Digital Microscope HDS-5800 Contents

More information

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: E-M

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL:   E-M Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: http://www.olivetech.co.kr E-Mail: tech@olivetech.co.kr TEL: 031-726-4217 FAX: 031-726-4219

More information

Integ

Integ HP Integrity HP Chipset Itanium 2(Processor 9100) HP Integrity HP, Itanium. HP Integrity Blade BL860c HP Integrity Blade BL870c HP Integrity rx2660 HP Integrity rx3600 HP Integrity rx6600 2 HP Integrity

More information

LG-LU6200_ICS_UG_V1.0_ indd

LG-LU6200_ICS_UG_V1.0_ indd 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

More information

<4D6963726F736F667420506F776572506F696E74202D20C0BDBCBA484D4920C0FBBFEB20C5DAB7B9B8C5C6BDBDBA20B4DCB8BBB1E228B9DFC7A5C0DAB7E129>

<4D6963726F736F667420506F776572506F696E74202D20C0BDBCBA484D4920C0FBBFEB20C5DAB7B9B8C5C6BDBDBA20B4DCB8BBB1E228B9DFC7A5C0DAB7E129> Terminal Platform 권오일 (koi@haco.co.kr) 현대오토넷 목차 1. 텔레매틱스 시스템 개요 P3 2. 텔레매틱스 단말기 개요 P4 3. 텔레매틱스 단말기 하드웨어 P9 4. 텔레매틱스 단말기 소프트웨어 P15 5. 음성 HMI 적용 전체 시나리오 P22 6. 향후 계획 P26 2 1. 텔레매틱스 시스템 개요 3 Block Diagram

More information

USER Manual

USER Manual KOR V1.2 EPIC-QM77 PLC Quick Guide Web: www.altsoft.kr E-mail: altsoft@altsoft.kr Tel: 02-547-2344 Features Processor - Intel 3rd Core i7-3555le/celeron 847E Memory - 204-pin SODIMM DDR3 1333/1600MHz,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 1 Tizen 실습예제 : Remote Key Framework 시스템소프트웨어특론 (2014 년 2 학기 ) Sungkyunkwan University Contents 2 Motivation and Concept Requirements Design Implementation Virtual Input Device Driver 제작 Tizen Service 개발절차

More information

ODS-FM1

ODS-FM1 OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core

More information

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER < Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...

More information

Microsoft PowerPoint - eSlim SV5-2410 [20080402]

Microsoft PowerPoint - eSlim SV5-2410 [20080402] Innovation for Total Solution Provider!! eslim SV5-2410 Opteron Server 2008. 3 ESLIM KOREA INC. 1. 제 품 개 요 eslim SV5-2410 Server Quad-Core and Dual-Core Opteron 2000 Series Max. 4 Disk Bays for SAS and

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

Microsoft Word - Armjtag_문서1.doc

Microsoft Word - Armjtag_문서1.doc ARM JTAG (wiggler 호환 ) 사용방법 ( IAR EWARM 에서 ARM-JTAG 로 Debugging 하기 ) Test Board : AT91SAM7S256 IAR EWARM : Kickstart for ARM ARM-JTAG : ver 1.0 ( 씨링크테크 ) 1. IAR EWARM (Kickstart for ARM) 설치 2. Macraigor

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

airDACManualOnline_Kor.key

airDACManualOnline_Kor.key 5F InnoValley E Bldg., 255 Pangyo-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea (Zip 463-400) T 031 8018 7333 F 031 8018 7330 airdac AD200 F1/F2/F3 141x141x35 mm (xx) 350 g LED LED1/LED2/LED3 USB RCA

More information

4S 1차년도 평가 발표자료

4S 1차년도 평가 발표자료 모바일 S/W 프로그래밍 안드로이드개발환경설치 2012.09.05. 오병우 모바일공학과 JDK (Java Development Kit) SE (Standard Edition) 설치순서 Eclipse ADT (Android Development Tool) Plug-in Android SDK (Software Development Kit) SDK Components

More information

Mango220 Android How to compile and Transfer image to Target

Mango220 Android How to compile and Transfer image to Target Mango220 Android How to compile and Transfer image to Target http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

More information

Microsoft PowerPoint - eSlim SV5-2510 [080116]

Microsoft PowerPoint - eSlim SV5-2510 [080116] Innovation for Total Solution Provider!! eslim SV5-2510 Opteron Server 2008. 03 ESLIM KOREA INC. 1. 제 품 개 요 eslim SV5-2510 Server Quad-Core and Dual-Core Opteron 2000 Series 6 internal HDD bays for SAS

More information

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related Virtual Machine Sun Fire X4800 M : E4570 0 8 Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

05Àå

05Àå CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE

More information

untitled

untitled 3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

Install stm32cubemx and st-link utility

Install stm32cubemx and st-link utility STM32CubeMX and ST-LINK Utility for STM32 Development 본문서는 ST Microelectronics 의 ARM Cortex-M 시리즈 Microcontroller 개발을위해제공되는 STM32CubeMX 와 STM32 ST-LINK Utility 프로그램의설치과정을설명합니다. 본문서는 Microsoft Windows 7

More information

istay

istay ` istay Enhanced the guest experience A Smart Hotel Solution What is istay Guest (Proof of Presence). istay Guest (Proof of Presence). QR.. No App, No Login istay. POP(Proof Of Presence) istay /.. 5% /

More information