원문정보
Implementation of Embedded Remote Control System using Web Server
초록
영어
In this study, we suggest the process and the technique required for implementing web-based remote control system based on embedded system with Arm Core Process. Cross-compile environment for target embedded system should be constructed on host computer, and bootloader in charge of Linux booting may be loaded on the target system. Then, kernel image is compiled and loaded on the target system. Embedded Linux porting process is completed when ram disk image is generated. Finally, we load wed-server and make device driver for device control on embedded linux system that we verified remote control of web using CGI. Through the above process, we implement web-based remote control system and present the result.
한국어
본 논문에서는 Arm Core Process 이용해서 임베디드 웹 시스템 기반의 원격 제어시스템을 구현하기 위한 기법 을 제안하였다. 타겟 시스템 개발을 위하여 호스트 컴퓨터에 크로스 컴파일 개발 환경을 구축하고 임베디드 시스템의 부팅을 위해서 부트 로더를 타겟 보드에 포팅하고 컴파일 된 커널 이미지와 램 디스크 이미지를 타겟 보드에 올리면 타겟 시스템을 위한 임베디드 리눅스 포팅 과정이 완료된다. 마지막으로 임베디드 리눅스 시스템에 웹 서버 구축과 장 치 제어를 위한 디바이스 드라이버를 만들어서 CGI 방식을 이용한 웹 기반의 원격제어를 확인하였다. 위의 과정을 통 해 웹 기반 원격 제어시스템의 구현 과정과 결과를 제시하였다.
목차
Abstract
Ⅰ. 서론
Ⅱ. 시스템 구현
2.1 웹 서버 제작
2.2 디바이스 드라이버 제작
2.3 CGI 구현
2.4 구현
Ⅲ. 결론
REFERENCES