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.

검색 영역

컨텐츠 검색

분류 전체보기

  • [linux] 최신 버전 커널 확인 방법

    2010.10.04 by eoseontaek

  • [glossary] DLNA (Digital Living Network Alliance)

    2010.10.04 by eoseontaek

  • [linux] 리눅스 명령어 dd

    2010.10.04 by eoseontaek

  • [device] SCSI parameter - DPO, FUA

    2010.10.04 by eoseontaek

  • [Linux] Linux 한글 깨짐 현상 시방

    2010.10.01 by eoseontaek

  • [Linux] 리눅스에서 cpu 정보 확인하기

    2010.09.17 by eoseontaek

  • [glossary] IP-XACT

    2010.09.14 by eoseontaek

  • [u-boot] u-boot에서 ping 체크

    2010.09.10 by eoseontaek

[linux] 최신 버전 커널 확인 방법

[host@]$ finger @finger.kernel.org The latest linux-next version of the Linux kernel is: next-20101004 The latest snapshot 2.6 version of the Linux kernel is: 2.6.36-rc6-git2 The latest mainline 2.6 version of the Linux kernel is: 2.6.36-rc6 The latest stable 2.6.35 version of the Linux kernel is: 2.6.35.7 The latest stable 2.6.34 version of the Linux kernel is: 2.6.34.7 The latest stable 2.6.33..

[D-01] Linux 2010. 10. 4. 18:17

[glossary] DLNA (Digital Living Network Alliance)

참 고 http://lgtvblog.com/957 http://www.dlna.org/home

[C-05] STi7105 2010. 10. 4. 18:12

[linux] 리눅스 명령어 dd

dd - convert and copy a file a-하드를 통째로 b-하드로 복사하기 [host@]$ dd if=/dev/sda of=/dev/sdb 리눅스 partition을 zero로 채우는 방법 [host@]$ dd if=/dev/zero of=/dev/sdb 참 고 http://www.servergoogle.net/entry/dd-%EB%AA%85%EB%A0%B9%EC%96%B4-%EB%A6%AC%EB%88%85%EC%8A%A4%ED%95%98%EB%93%9C%EC%B9%B4%ED%94%BC http://blog.daum.net/_blog/BlogTypeView.do?blogid=0K8PK&articleno=3880625&_bloghome_menu=recenttext#ajax_history_h..

[D-01] Linux 2010. 10. 4. 16:23

[device] SCSI parameter - DPO, FUA

Disable Page Out (DPO) Force Unit Access (FUA) 참고 - wikipedia - http://en.wikipedia.org/wiki/SCSI_Read_Commands http://en.wikipedia.org/wiki/SCSI_Write_Commands - ubunturouums.org - http://ubuntuforums.org/archive/index.php/t-984157.html

[C-05] STi7105 2010. 10. 4. 15:39

[Linux] Linux 한글 깨짐 현상 시방

SSH 접속시 한글 깨짐 # vi /etc/sysconfig/i18n LANG="ko_KR.eucKR" SUPPORTED=""ko_KR.eucKR:ko_KR:ko" SYSFONT="lat0-sun16" SYSFONTACM="8859-15" man에서 한글 깨짐 # vi /etc/man.config PAGEG /usr/bin/less -isr 윈도우 파티션 마운트시 한글 깨짐 # mount -t vfat /dev/ha1 /mnt/windows -o iocharset=euc_kr 콘솔에서 한글 깨짐 # vi /etc/profile export LC_ALL=ko_KR.eucKR export LANG=ko_KR.eucKR vi 에서 설정 set encoding=euc-kr 참고 http://zeroit.tist..

[D-01] Linux 2010. 10. 1. 11:17

[Linux] 리눅스에서 cpu 정보 확인하기

[user]$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 3 cpu MHz : 2800.095 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu ..

[D-01] Linux 2010. 9. 17. 13:33

[glossary] IP-XACT

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

[C-05] STi7105 2010. 9. 14. 18:13

[u-boot] u-boot에서 ping 체크

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에 연결된 것이다.

[C-05] STi7105 2010. 9. 10. 16:33

추가 정보

인기글

최신글

페이징

이전
1 ··· 11 12 13 14 15 16 17 ··· 35
다음
TISTORY
Dream never gets old. © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바