Dream never gets old.

고정 헤더 영역

글 제목

메뉴 레이어

Dream never gets old.

메뉴 리스트

  • Home
  • Tag
  • MediaLog
  • LocationLog
  • Guestbook
  • Admin
  • Write
  • 분류 전체보기 (279)
    • [A-01] Expert (0)
    • [B-01] Quad-rotor (13)
    • [C-01] STM32F103RB (17)
    • [C-02] LM3S8962 (6)
    • [C-03] AT91SAM9260 (11)
    • [C-04] ATmega2560 (16)
    • [C-05] STi7105 (20)
    • [C-06] S5PV210 (16)
    • [C-07] STi7108 (1)
    • [C-08] BCM7231 (3)
    • [C-09] BCM7424 (5)
    • [C-10] NEXELL (1)
    • [C-11] Hi3716C (8)
    • [C-12] Exynos 5250 (4)
    • [C-13] Hi3719C (3)
    • [C-14] STM32F373VC (1)
    • [D-01] Linux (82)
    • [D-02] Windows CE (0)
    • [D-03] uC/OS-II (4)
    • [D-04] uCLinux (1)
    • [E-01] Bootloader (2)
    • [F-01] Compiler (0)
    • [G-01] Device (11)
    • [H-01] File System (2)
    • [I-01] Sensor (0)
    • [Z-01] 참고 (52)

검색 레이어

Dream never gets old.

검색 영역

컨텐츠 검색

전체 글

  • [UTIL] WinHex - Hex 코드 편집기

    2011.04.14 by eoseontaek

  • [7108] "CFG_I2C_NOPROBES" configuration 설명

    2011.03.21 by eoseontaek

  • [site] Free Electrons

    2011.03.18 by eoseontaek

  • [mango210] start.S의 분석

    2011.03.17 by eoseontaek

  • [mango210] u-boot.lds 분석

    2011.03.17 by eoseontaek

  • [mango210] u-boot hardware point

    2011.03.16 by eoseontaek

  • [mango210] u-boot 디렉토리 구조

    2011.03.16 by eoseontaek

  • [glossary] CVBS란?

    2011.03.11 by eoseontaek

[UTIL] WinHex - Hex 코드 편집기

Download http://www.winhex.com/

[Z-01] 참고 2011. 4. 14. 10:21

[7108] "CFG_I2C_NOPROBES" configuration 설명

CFG_I2C_NOPROBES 이 옵션은 'i2c probe' 명령이 issue되었을 때, skipp될 I2C device의 list를 명시한다. 만약 CONFIG_I2C_MULTI_BUS 가 설정되었다면 bus-device pairs의 list를 명시하고, 그렇지 않으면 device address의 1차 배열을 명시해서 사용한다. e.g. #undef CONFIG_I2C_MULTI_BUS #define CFG_I2C_NOPROBES {0x50,0x68} 하나의 i2c bus에서 0x50, 0x68의 address를 skip할 것이다. #define CONFIG_I2C_MULTI_BUS #define CFG_I2C_MULTI_NOPROBES {{0,0x50},{0,0x68},{1,0x54}} bus0에서..

[C-07] STi7108 2011. 3. 21. 09:45

[site] Free Electrons

Embedded Linux 포팅관련 문서를 얻을 수 있는 곳 http://free-electrons.com/

[Z-01] 참고 2011. 3. 18. 15:19

[mango210] start.S의 분석

file : (TOPDIR)/cpu/s5pc11x/start.S ⊙ ARM process의 power on(reset)후 actions ..... ⊙ ENTRY POINT (_start) Supervisor mode,arm state,pc 값이 0x0이므로 Linker script file의 entry point에서 선언된 ‘_start’부터 프로그램 코드가 실행된다. .globl _start @ flash start _start: b reset @ offset jump이므로 dram으로 이동하지 않는다. ldr pc, _undefined_instruction ldr pc, _software_interrupt ldr pc, _prefetch_abort ldr pc, _data_abort ldr pc, _..

[C-06] S5PV210 2011. 3. 17. 19:41

[mango210] u-boot.lds 분석

File : (TOPDIR)/board/samsung/mango210/u-boot.lds LD(loader & Linker)의 input으로 주어져서, object 파일을 생성하는데 규칙을 제공한다. OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") /*OUTPUT_FORMAT("elf32-arm", "elf32-arm", "elf32-arm")*/ OUTPUT_ARCH(arm) ENTRY(_start) SECTIONS { . = 0x00000000; . = ALIGN(4); .text : { cpu/s5pc11x/start.o (.text) cpu/s5pc11x/s5pc110/cpu_init.o (.text) board/sam..

[C-06] S5PV210 2011. 3. 17. 19:30

[mango210] u-boot hardware point

Bootloader에서 handling하는 hardware list core에 의존적인 것들 Processor mode Interrupt Cache, MMU SOC에 의존적인 것들 Interrupt, Watchdog Clock Memory interface(dram controller) Timer UART RTC 외부장치 Flash Nand Flash Ethernet controller RTC LCD Contoller Keyboard controller

[C-06] S5PV210 2011. 3. 16. 20:28

[mango210] u-boot 디렉토리 구조

u-boot 1.3.4 board .board에 의존적인 파일 common .architecture에 독립적인 파일 cpu .architecture에 독립적인 파일 disk .code for disk drive partition handling doc .u-boot 관련 문서 driver .외부 장치의 driver파일 examples .u-boot을 위한 test 실행 파일 fs .uboot에서 지원하는 file system관련 파일 include .header file lib_arm .arm architecture관련 라이브러리 파일 net .network 관련 파일 post .Power On Self Test tools .Tools to build S-Record or U-Boot images, etc.

[C-06] S5PV210 2011. 3. 16. 20:23

[glossary] CVBS란?

텔레비전이나 비디오 같은 영상관련기기 뒤에 연결하는 신호선 단자에 쓰여있는 것을 보셨을 겁니다. CVBS(Composite Video Banking Sync)는 텔레비전 신호의 종류를 나타내는 말인데, 영상신호(색차, 휘도, 싱크)가 한 개의 신호선에 모두 섞여있고 오디오신호는 포함되지 않는 것을 말합니다. 각각의 영상관련 신호는 TV 내부의 회로에서 분리되므로, RGB 컴포넌트 입력처럼 각 신호가 다 분리되어 있는 경우보다 아무래도 화질이 떨어집니다. 이보다 낮은 레벨의 신호는 텔레비전 안테나선으로 들어오는 RF(또는 HF) 신호로, 이것에는 영상과 음성이 모두 다 섞여있습니다. 그래서 화질이 더 나쁘지요. CVBS보다 높은 레벨의 신호는 Y/C 신호로 휘도와 싱크가 섞여있고 색차는 분리되어있는 신호입..

[C-05] STi7105 2011. 3. 11. 10:06

추가 정보

인기글

최신글

페이징

이전
1 ··· 5 6 7 8 9 10 11 ··· 35
다음
TISTORY
Dream never gets old. © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바