Posted by eoseontaek
2011. 3. 11. 10:06

텔레비전이나 비디오 같은 영상관련기기 뒤에 연결하는 신호선 단자에 쓰여있는 것을 보셨을 겁니다.

CVBS(Composite Video Banking Sync)는 텔레비전 신호의 종류를 나타내는 말인데, 영상신호(색차, 휘도, 싱크)가 한 개의 신호선에 모두 섞여있고 오디오신호는 포함되지 않는 것을 말합니다. 각각의 영상관련 신호는 TV 내부의 회로에서 분리되므로, RGB 컴포넌트 입력처럼 각 신호가 다 분리되어 있는 경우보다 아무래도 화질이 떨어집니다.

이보다 낮은 레벨의 신호는 텔레비전 안테나선으로 들어오는 RF(또는 HF) 신호로, 이것에는 영상과 음성이 모두 다 섞여있습니다. 그래서 화질이 더 나쁘지요.

CVBS보다 높은 레벨의 신호는 Y/C 신호로 휘도와 싱크가 섞여있고 색차는 분리되어있는 신호입니다. (RGB는 R, G, B, 싱크 다 분리되어있습니다.)

요약하면, CVBS는 영상저장매체와 텔레비전사이에 주고받는 신호중에, 선 하나로 영상이 제대로 나오게 해 주는 신호를 말합니다.

http://blog.daum.net/_blog/BlogTypeView.do?blogid=0O534&articleno=23#ajax_history_home


Posted by eoseontaek

-g 옵션 없이 빌드한 커널이 예상치 않게 코어 덤프를 했을 때 무엇을 할 수 있을까요? 걱정하지 마시기 바랍니다. 모든 정보를 잃어버리진 않습니다.

물론, 손상된 커널의 덤프가 제대로 이루어지도록 설정할 필요가 있습니다. 이를 위해서, 윗부분의 내용에서 설정해야 할 옵션들을 참조하시기 바랍니다.

커널 컴파일 디렉토리로 가서 COPTFLAGS?=-O를 포함하는 라인을 수정하여 -g옵션을 추가해야 합니다(그러나 어떤 단계의 최적화 옵션도 수정하지 * 마시기* 바랍니다). 만약 잘못된 코드의 위치를 대충 짐작할 수 있을 경우(예: 위 예제에서의 pcvt 드라이버 코드), 해당 코드에 대한 오브젝트 파일을 삭제하고 커널을 다시 빌드하기 바랍니다. Makefile 내의 타임 스탬프가 바뀌기 때문에 trap.o와 같은 오브젝트 파일들이 다시 컴파일됩니다. 약간의 운이 따른다면, 추가된 -g 옵션은 생성된 코드에 대해 아무런 변화도 주지 않을 것이며, 따라서 몇가지 디버깅 심볼을 제외하고 문제를 일으킨 것과 같은 코드의 새로운 커널을 만들 수 있을 것입니다. 반드시 size(1) 명령을 사용하여 바뀌기 이전과 이후의 크기를 체크하여야 합니다. 만약 일치하지 않는다면, 여기서 포기하는 수 밖에 없읍니다.

위에서 설명한 대로 덤프를 확인하시기 바랍니다. 디버깅 심볼은 위 예제의 스택 추적에서 몇몇 함수들이 라인 번호 및 인수 리스트가 출력이 되지 않는 것에서 볼 수 있듯이 군데군데 불완전할 수 있습니다. 만약 디버깅 심볼이 더 필요하다면, 원하는 오브젝트 파일을 지우고 충분한 정보를 알아낼 수 있을 때까지 kgdb 세션을 반복해야 합니다.

위에서 설명한 내용은 모든 경우에 대해서 완전하게 동작한다고 보장할 수 없지만, 대부분의 경우에는 만족스럽게 동작합니다.


Note

http://www.kr.freebsd.org/handbook/handbook306.shtml

Posted by eoseontaek
Posted by eoseontaek

SLC : Single Level Cell
MLC : Multi Level Cell

SLC는 저장공간에 해당하는 셀이 1비트, 즉 0과 1, 두개의 정보를 기억하는 단위로 사용되지만 MLC는 2비트, 즉 00, 01, 10, 11 등 4개의 정보를 기억하는 방식이기 때문에 SLC 보다 많은 양의 데이터를 저장할 수 있다. 그렇지만 읽고 쓰는데 걸리는 시간은 SLC보다 오래 걸린다.

MLC는 나중에 나온 기술이기는 하지만 SLC보다 읽기와 쓰기 속도가 떨어지고 내구도 또한 떨어진다.

MLC 타입의 nand flash가 시장에 주류를 차지하는 이유는 가격 때문이다.



참고

http://www.soondesign.co.kr/1432


Posted by eoseontaek
Posted by eoseontaek

'[C-05] STi7105' 카테고리의 다른 글

[device] flash memory의 SLC와 MLC  (0) 2010.10.05
[filesystems] BusyBox 사이트  (0) 2010.10.04
[device] SCSI parameter - DPO, FUA  (0) 2010.10.04
[glossary] IP-XACT  (0) 2010.09.14
[u-boot] u-boot에서 ping 체크  (0) 2010.09.10
Posted by eoseontaek
Posted by eoseontaek
2010. 9. 14. 18:13


IP-XACT is an XML format that defines and describes electronic components and their designs. IP-XACT was created by the SPIRIT Consortium as a standard to enable automated configuration and integration through tools.

- 참 고 -
Wikipedia
http://en.wikipedia.org/wiki/IP-XACT


Posted by eoseontaek


u-boot PING command :

board> ping [ip address]

example>

MB680> ping 111.111.111.160                             

Warning: MAC addresses don't match:
        HW MAC address:  FF:FF:FF:FF:FF:FF
        "ethaddr" value: 00:0E:2D:00:06:E5
Using MAC Address 00:0E:2D:00:06:E5
STM-GMAC: Realtek RTL8201CP found.
STM-GMAC: 100Mbs full duplex link detected
host 111.111.111.160 is alive



host 111.111.111.160 is alive 이면 정상적으로 network에 연결된 것이다.

Posted by eoseontaek

LSA
link-state advertisement(링크 상태 애드버타이징)의 약어. 인접 장치들과 경로 비용에 관한 정보를 담고 있는, 링크 상태 프로토콜에 의해 사용되는 브로드캐스트 패킷. LSA는 수신 라우터들이 라우팅 테이블을 관리하는데 사용한다. 때때로 LSP라고 한다.


- 참 고 -
http://www.cisco.com/web/KR/networking/glossary/l.html


'[C-05] STi7105' 카테고리의 다른 글

[glossary] IP-XACT  (0) 2010.09.14
[u-boot] u-boot에서 ping 체크  (0) 2010.09.10
[glossary] PHY - jabber  (0) 2010.09.10
[glossary] PHY - auto-negotiation  (0) 2010.09.10
[device] DDR2SDRAM : EDE1108ACBG  (0) 2010.09.06
Posted by eoseontaek

jabber (재버)

1. 네트워크 장치가 의미 없는 데이터를 무작위로 네트워크로 계속 전송하는 오류 상태.
2. IEEE 802.3에서 표준에 미리 규정돼 있는 것보다 긴 길이의 데이터 패킷.


- 참고 -
http://hackersnews.org/hn/read.cgi?board=hn_hack&nnew=2&y_number=1967




Posted by eoseontaek

Autonegotiation은 이더넷 장비간 스피드와 duplex 모드를 자동으로 맞춰 주게 해 주는 IEEE 802.3u 표준 기술이다. 양 이더넷 장비는 서로의 정보를 교환하여, 최적의 스피드를 맞춘다. 과거 이 기능이 제대로 실행되지 않아 수동으로 설정해 주는 경향이 많았는데, 현재는 서로의 호환성이 좋아져서 모든 이더넷 장비는 초기 출하시 Autonegotiation으로 셋팅되어 나오고 있다.

스피드와 Duplex 모드가 서로 맞지 않으면, Late Collision이라고 하는 심각한 에러 현상이 발생하여, 네트워크 성능을 심각하게 저하 시킬 수 있다.


- 참고 -
http://onlybible.tistory.com/entry/Autonegotiation

Posted by eoseontaek

Elipda Memory 상의 1Gb DDR2 SDRAM,

EDE1108ACBG-8E-E

Product Info :


'[C-05] STi7105' 카테고리의 다른 글

[glossary] PHY - jabber  (0) 2010.09.10
[glossary] PHY - auto-negotiation  (0) 2010.09.10
HDCP Specification  (0) 2010.08.24
[Architecture] SuperH 32-bit RISC series (SH-4, ST40 system architecture)  (0) 2010.08.04
[Device] SDRAM latency  (0) 2010.08.03
Posted by eoseontaek
2010. 8. 24. 16:08

- DCP (Digital Content Protection)




Posted by eoseontaek

'[C-05] STi7105' 카테고리의 다른 글

[device] DDR2SDRAM : EDE1108ACBG  (0) 2010.09.06
HDCP Specification  (0) 2010.08.24
[Device] SDRAM latency  (0) 2010.08.03
[Glossary] tri-state  (0) 2010.07.21
DVB-S2  (0) 2010.04.19
Posted by eoseontaek
SDRAM의 latency에 대하여 wikipedia에 등록되 글이다.

SDRAM access has four main measurements (quantified in FSB clock cycles) important in defining the SDRAM latency in a given computer (the 't' prefixes are for 'time'):

tCAS
The number of clock cycles needed to access a certain column of data in SDRAM. CAS latency, or simply CAS, is known as Column Address Strobe time, sometimes referred to as tCL.
tRCD (RAS to CAS Delay)
The number of clock cycles needed between a row address strobe (RAS) and a CAS. It is the time required between the computer defining the row and column of the given memory block and the actual read or write to that location. tRCD stands for Row address to Column address Delay time.
tRP (RAS Precharge)
The number of clock cycles needed to terminate access to an open row of memory, and open access to the next row. It stands for Row Precharge time.
tRAS (Row Active Time)
The minimum number of clock cycles needed to access a certain row of data in RAM between the data request and the precharge command. It's known as active to precharge delay. According to Mushkin, in practice for DDR SDRAM, this should be set to at least tRCD + tCAS + 2 to allow enough time for data to be streamed out. [1]. It stands for Row Address Strobe time.






Posted by eoseontaek


출력을 하이 임피던스로 할 수 있는 출력 회로를 「트라이 스테이트」(tri-state : 세 가지 상태)

Link : http://ko.wikipedia.org/wiki/%EB%94%94%EC%A7%80%ED%84%B8_%EC%A0%84%EC%9E%90%EA%B3%B5%ED%95%99


Posted by eoseontaek
2010. 4. 19. 10:51
전 세계 통합 수신기, 디코더(IRD) 솔루션에 적용되어 있는 초기 디지털 영상 방송-위성(DVB-S : Digital Video Broadcasting over Satellite) 표준을 확장해 개선한 위성 방송 표준을 말한다.
DVB-S2는 DVB-S보다 높은 변조 효율을 제공하며, 고선명 텔레비전(HDTV) 방송 및 양방향 텔레비전 서비스를 위한 H.264(MPEG-4 Part 10/AVC) 등의 동영상 압축 기술과 함께 사용될 경우 부가 콘텐츠, 고품격 프로그램 제공에 있어 대역폭 효율을 향상시키는 장점이 있다.


Link : http://blog.naver.com/PostView.nhn?blogId=barunaya&logNo=20103255080&redirect=Dlog&widgetTypeCall=true

Posted by eoseontaek


A digital video recorder (DVR) or personal video recorder (PVR) is a device that records video in a digital format to a disk drive, USB flash drive, sd memory card or other memory medium within a device. The term includes stand-alone set-top boxes, portable media players (PMP) and recorders (PMR as camcorders that record in memory cards) and software for personal computers which enables video capture and playback to and from disk. More and more manufacturers have started to offer television sets with digital video-recording hardware and software built into the television itself; LG was first to launch one in 2007.

Link :  http://en.wikipedia.org/wiki/Digital_video_recorder

'[C-05] STi7105' 카테고리의 다른 글

HDCP Specification  (0) 2010.08.24
[Architecture] SuperH 32-bit RISC series (SH-4, ST40 system architecture)  (0) 2010.08.04
[Device] SDRAM latency  (0) 2010.08.03
[Glossary] tri-state  (0) 2010.07.21
DVB-S2  (0) 2010.04.19
Posted by eoseontaek
이전버튼 1 이전버튼