테스터가 없어서
회사 들고와서 전압을 체크 했는데
통전 시험 ok
전압 3.3v ok
전압 5.5v ok
머지 -ㅁ-?
---
device tree overlay 관련해서 lirc-rpi만 했는데
아래것들도 해줘야 하는건가 ...
# Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Uncomment this to override the defaults for the lirc-rpi module #dtparam=gpio_out_pin=16 #dtparam=gpio_in_pin=17 #dtparam=gpio_in_pull=down [링크 : https://www.raspberrypi.org/documentation/configuration/device-tree.md] |
dtoverlay=lirc-rpi dtparam=gpio_out_pin=16 dtparam=gpio_in_pin=17 dtparam=gpio_in_pull=down or appended to the overlay line like this: dtoverlay=lirc-rpi:gpio_out_pin=16,gpio_in_pin=17,gpio_in_pull=down [링크 : https://www.raspberrypi.org/documentation/configuration/device-tree.md] |
GPIO16/17은 먼데 설정을 해주지 -ㅁ-?
[링크 : http://elinux.org/RPi_BCM2835_GPIOs]
+
[링크 : http://alexba.in/blog/2013/01/06/setting-up-lirc-on-the-raspberrypi/]
'embeded > raspberry pi' 카테고리의 다른 글
라즈베리 파이 2 initramfs 커널패닉 해결!! (0) | 2015.04.28 |
---|---|
라즈베리 파이 2 - lirc 검증.. (0) | 2015.04.27 |
라즈베리 파이 2 - 늘솜 GPIO 확장보드 손보기 (0) | 2015.04.23 |
라즈베리 파이 2 / kodi helix / ir receiver (0) | 2015.04.22 |
라즈베리 파이 / raspbian + raspi-config (0) | 2015.04.22 |