Users Guide
Table Of Contents
- Dell Edge Gateway 3001 설치 및 작동 설명서
- 개요
- 시스템 보기
- Edge Gateway 설치
- ZigBee 동글 설정
- 운영 체제 설정
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Ubuntu Server
- 개요
- 이더넷 포트 1을 사용하여 Edge Gateway에 로그인
- DHCP(Dynamic Host Configuration Protocol) 디먼 설치 또는 구성
- Ubuntu Server 드라이버 정보
- Ubuntu Server에서의 펌웨어 관리
- WDT(Watchdog Timer) 구성
- 신뢰할 수 있는 플랫폼 모듈(TPM)
- 클라우드 LED 켜기/끄기
- ALSA(Advanced Linux Sound Architecture)
- GPS(Global Positioning Systems)
- 직렬 포트
- GPIO
- 센서
- 점화 핀
- 시스템 전원 관리
- Ubuntu 네트워크 관리자
- Ubuntu Server 복원
- OS 복구 USB 플래시 드라이브 생성
- BIOS 액세스 및 업데이트
- 참고 자료
- 부록
- Dell에 문의하기
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 서로 페어링합니다.
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
Bluetooth V2.1부터 SPP는 Edge Gateway에 적용 가능한 세 가지 디바이스 페어링 방법을 제공합니다.
● Just Works(바로 작동)
● Numeric Comparison(숫자 비교)
● Passkey Entry(패스키 입력)
노트: Bluetooth 페어링에 대한 자세한 내용은 blog.bluetooth.com/bluetooth-pairing-part-4를 참조하십시오.
4. SPP를 구성합니다.
서버 디바이스
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when client
comes>
Press CTRL-C for hangup
그런 다음, 터미널의 새 인스턴스를 생성하여 Bluetooth 직렬을 통해 데이터를 차단합니다.
$ cat /dev/rfcomm0
클라이언트 디바이스
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r connect /dev/rfcomm0 YY:YY:YY:YY:YY:YY 22
그런 다음, 터미널의 새 인스턴스(예: ssh의 새 인스턴스)를 생성하여 데이터를 보냅니다.
# echo "test" > /dev/rfcomm0
노트: rfcomm 명령은 이 명령에서 사용할 수 없습니다. 필요한 경우, Ubuntu 16.04 이상을 실행하는 AMD64 기반 시스템에서
Edge Gateway에 바이너리를 복사할 수 있습니다.
Ubuntu Server 복원
Ubuntu Server에 대해 정의된 복구 방법 중 하나를 사용하여 Ubuntu Server를 복원할 수 있습니다. 자세한 내용은 Ubuntu Core 16 복
원을 참조하십시오.
OS 복구 USB 플래시 드라이브 생성
전제 조건:
● Edge Gateway의 서비스 태그
● NET Framework 4.5.2 이상
● 관리자 권한이 있는 Windows 컴퓨터 및 Dell ISO 복구 이미지를 다운로드하는 데 사용할 수 있는 최소 8GB의 스토리지 공간
● 최소 8GB의 스토리지 공간이 있는 빈 USB 플래시 드라이브입니다.
주의: 다음 단계에 따라 USB 플래시 드라이브의 모든 데이터를 삭제합니다.
1. Dell ISO 복구 이미지 파일을 다음 에서 다운로드하여 저장합니다.
● Windows용: dell.com/support/home/us/en/19/drivers/osiso/win
● Ubuntu용: dell.com/support/home/us/en/19/drivers/osiso/linux
운영 체제 설정 83