embeded/raspberry pi2015. 5. 24. 01:27

별별 쓸데없는 글이겠지만...




class10이 15MB 근접하게 나오는데 반해

class6은 10MB 근접하게 나오는 수준..


라즈베리 파이에서는 SDXC UHS를 지원안하니 SDHC class 10이 그나마.. 최선의 방법이려나?

Posted by 구차니
embeded/raspberry pi2015. 5. 23. 19:21

USB 카메라 달아서 vlc 통해서 비디오 보려니

첫 프레임 오고 나서 뻗어버림 -_-


아마도.. 100mA 제한이 걸린거라 그런걸지도 모르겠지만...

흐음.. 보드를 수정하는 식으로 어떻게 리미트를 해제할 방법이 없으려나?

어짜피 파워는 외부에서 2A로 공급을 받는녀석인데...



허허허 찾아보니..

elinux 왈...

powered hub에서 하나는 파워로 해서 라즈베리 연결하고

허브에 라즈베리 USB를 연결해라.. -_-



[링크 : http://elinux.org/RPi_Powered_USB_Hubs]


The HDMI port uses 50mA, the camera module requires 250mA, and keyboards and mice can take as little as 100mA

[링크 : https://www.raspberrypi.org/documentation/hardware/raspberrypi/power/README.md]

[링크 : https://www.raspberrypi.org/help/faqs/#powerReqs]

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리파이 2 커널 AMD 945 에서 빌드  (0) 2015.05.31
class 6 SDHC 굽는 속도  (0) 2015.05.24
openelec 5.0.8 lirc 활성화 확인  (0) 2015.05.12
openELEC 5.0.8  (0) 2015.05.12
wiring Pi  (0) 2015.05.12
Posted by 구차니
embeded/raspberry pi2015. 5. 12. 20:44

config.txt

dtoverlay=lirc-rpi,gpio_in_pin=18,debug=on


으로 설정하니 예전 5.0.4랑 차이가 없는 것으로 보인다.

gpio-18은 언제 쯤 나오려나.. ㅠㅠ


OpenELEC:~ # modprobe lirc_rpi debug=1


OpenELEC:~ # cat /sys/kernel/debug/gpio


GPIOs 0-53, platform/3f200000.gpio, pinctrl-bcm2835:

 gpio-35  (led1                ) in  hi

 gpio-47  (led0                ) out lo


OpenELEC:~ # cat /proc/interrupts

            CPU0       CPU1       CPU2       CPU3

 16:          0          0          0          0   ARMCTRL  16  bcm2708_fb dma

 24:         35          0          0          0   ARMCTRL  24  DMA IRQ

 25:       1414          0          0          0   ARMCTRL  25  DMA IRQ

 32:      28402          0          0          0   ARMCTRL  32  dwc_otg, dwc_otg_pcd, dwc_otg_hcd:usb1

 49:          0          0          0          0   ARMCTRL  49  3f200000.gpio:bank0

 50:          0          0          0          0   ARMCTRL  50  3f200000.gpio:bank1

 65:         28          0          0          0   ARMCTRL  65  ARM Mailbox IRQ

 66:      37570          0          0          0   ARMCTRL  66  VCHIQ doorbell

 75:          1          0          0          0   ARMCTRL  75

 84:       5247          0          0          0   ARMCTRL  84  mmc0

 99:       7986       6287       9505       6913   ARMCTRL  99  arch_timer

466:          0          0          0          0  pinctrl-bcm2835  18  lirc_rpi

FIQ:              usb_fiq

IPI0:          0          0          0          0  CPU wakeup interrupts

IPI1:          0          0          0          0  Timer broadcast interrupts

IPI2:       9274      26365      21700      11433  Rescheduling interrupts

IPI3:          1          3          5          5  Function call interrupts

IPI4:          3          1          0          1  Single function call interrupts

IPI5:          0          0          0          0  CPU stop interrupts

IPI6:          1          0          0          0  IRQ work interrupts

IPI7:          0          0          0          0  completion interrupts

Err:          0


OpenELEC:~ # dmesg | grep -i lirc

[    5.758491] lirc_dev: IR Remote Control driver registered, major 248

[    5.784692] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.

[    5.786415] lirc_rpi: to_irq 466

[    6.679084] lirc_rpi: auto-detected active high receiver on GPIO pin 18

[    6.679548] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at minor = 0

[    6.679576] lirc_rpi: driver registered!

[    6.917559] input: lircd as /devices/virtual/input/input1

[    7.945875] lirc_rpi: Interrupt 466 obtained

[    7.945897] lirc_rpi: in init_timing_params, freq=38000 pulse=13157, space=13158


OpenELEC:~ # lsmod | grep irc

lirc_rpi                5882  3

lirc_dev                7578  1 lirc_rpi

rc_core                14603  1 lirc_dev 



'embeded > raspberry pi' 카테고리의 다른 글

class 6 SDHC 굽는 속도  (0) 2015.05.24
어허허 파워드 허브를 사야하나? -_-  (0) 2015.05.23
openELEC 5.0.8  (0) 2015.05.12
wiring Pi  (0) 2015.05.12
UHS 지원여부?  (0) 2015.05.11
Posted by 구차니
embeded/raspberry pi2015. 5. 12. 20:10

기존에 테스트 하던건 5.0.4 였네

좀 달라졌으려나...



2015년 3월 31일 릴리즈 버전이다.

'embeded > raspberry pi' 카테고리의 다른 글

어허허 파워드 허브를 사야하나? -_-  (0) 2015.05.23
openelec 5.0.8 lirc 활성화 확인  (0) 2015.05.12
wiring Pi  (0) 2015.05.12
UHS 지원여부?  (0) 2015.05.11
cortex-a7 / NEON 그리고.. 멀티프로세서  (0) 2015.05.07
Posted by 구차니
embeded/raspberry pi2015. 5. 12. 13:03


기본 통합된건 없는것 같긴한데..

라즈베리 파이용 GPIO 컨트롤 라이브러리 라고 하면 되려나?

[링크 : http://wiringpi.com/download-and-install/]


pi4j는 wireing PI의 자바버전

[링크 : http://pi4j.com/]



void pinMode (int pin, int mode) ;

void pullUpDnControl (int pin, int pud) ;

void digitalWrite (int pin, int value) ;

void pwmWrite (int pin, int value) ;

int digitalRead (int pin) ;

analogRead (int pin) ;

analogWrite (int pin, int value) ;

[링크 : http://wiringpi.com/reference/core-functions/]

[링크 : http://wiringpi.com/reference/raspberry-pi-specifics/]

'embeded > raspberry pi' 카테고리의 다른 글

openelec 5.0.8 lirc 활성화 확인  (0) 2015.05.12
openELEC 5.0.8  (0) 2015.05.12
UHS 지원여부?  (0) 2015.05.11
cortex-a7 / NEON 그리고.. 멀티프로세서  (0) 2015.05.07
라즈베리 파이 2- 라즈비안 lirc  (0) 2015.05.05
Posted by 구차니
embeded/raspberry pi2015. 5. 11. 14:41


라즈베리에서는 UHS SD 스펙을 지원하지 않는건가?


[링크 : http://www.hardkernel.com/main/products/prdt_info.php]


일단.. SD 위원회 자료로는 UHS SD 카드라고 해도 장비에서 지원하지 않으면

Class 10 으로 하향 접속이 되는 것으로 보인다.

[링크 : https://www.sdcard.org/developers/overview/speed_class/]

'embeded > raspberry pi' 카테고리의 다른 글

openELEC 5.0.8  (0) 2015.05.12
wiring Pi  (0) 2015.05.12
cortex-a7 / NEON 그리고.. 멀티프로세서  (0) 2015.05.07
라즈베리 파이 2- 라즈비안 lirc  (0) 2015.05.05
BCM2708/BCM2835 ???  (0) 2015.04.30
Posted by 구차니
embeded/raspberry pi2015. 5. 7. 10:20

그림 상으로는 프로세서 코어 별로 NEON과 VFP가 독립적으로 내장되어 있는데..

4코어니까

openMP로 4 프로세스를 프로세서 별로 돌리면서 각각 NEON을 돌리는게 가능하려나?




[링크 : http://www.arm.com/products/processors/cortex-a/cortex-a7.php]

'embeded > raspberry pi' 카테고리의 다른 글

wiring Pi  (0) 2015.05.12
UHS 지원여부?  (0) 2015.05.11
라즈베리 파이 2- 라즈비안 lirc  (0) 2015.05.05
BCM2708/BCM2835 ???  (0) 2015.04.30
라즈베리 파이 SoC 관련  (0) 2015.04.29
Posted by 구차니
embeded/raspberry pi2015. 5. 5. 21:39

음..

로그를 기록하진 못했는데..


dmesg 존재

interrupt 누락

lsmod 존재

gpio 설정내용 누락


openelec 보다 더 지원이 안되는 것 같다.

'embeded > raspberry pi' 카테고리의 다른 글

UHS 지원여부?  (0) 2015.05.11
cortex-a7 / NEON 그리고.. 멀티프로세서  (0) 2015.05.07
BCM2708/BCM2835 ???  (0) 2015.04.30
라즈베리 파이 SoC 관련  (0) 2015.04.29
라즈베리 파이 2 - openelec 디바이스 트리 덤프  (0) 2015.04.29
Posted by 구차니
embeded/raspberry pi2015. 4. 30. 11:12

결국 소득은.. 공식적인건 없고..

broadcom 에서 bcm2708 family로 그중에 실제 칩이름이 bcm2385 라는건가..

(요녀석은 ARM11 계열)



그래서..

bcm2709/bcm2836 cortex-a7 quad core 라고 명명된건가...



Power-on Value of User ID Register 0x2708A000 

[링크 : https://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf]


[PATCH] ARM: add support for BCM2708/BCM2835 and Raspberry Pi

[링크 : http://www.spinics.net/lists/arm-kernel/msg192883.html

Posted by 구차니
embeded/raspberry pi2015. 4. 29. 22:14

라즈베리 파이 2로 하면.. bcm2709나 bcm2708이 보이는데

공식홈페이지에는 bcm2836으로 기재가 된다.. 머지?


bcm2708 / bcm2835 ARM1176 - A/B/B+/Compute Module

bcm2709 / bcm2836 Cortex-A7 - 2 B


[링크 : http://elinux.org/RPi_HardwareHistory]

    [링크 : http://sourceforge.net/p/lcdproc/discussion/312/thread/c106d4b8/]

[링크 : http://www.raspberry-projects.com/pi/pi-hardware/bcm2835]


Technically 2708 is the family, and 2835 is a specific implementation

I actually get the impression all VC4 SoCs are based on the bcm2708, while VC3 is bcm2707

[링크 : http://raspberrypi.stackexchange.com/...sometimes-referred-to-as-bcm2708-sometimes-bcm2835]


음.. 결론은.. bmc270x는 GPU only 제품이고

bcm2836이 라즈베리 파이에 정식 cpu 명칭인건가? 모호하네...

도대체 커널에서 무수히 뿌려대는 bcm2708 bcm2709는 멀까?



[링크 : https://en.wikipedia.org/wiki/VideoCore#Table_of_SoCs_adopting_VideoCore_SIP_blocks]

Posted by 구차니