'[Z-01] 참고 ' 카테고리의 다른 글

[utility] memtester  (0) 2010.12.07
[Site] Open handset alliance  (0) 2010.12.01
[Tool] Merge Tool의 비교 분석.  (0) 2010.08.27
[기타] 원격데스크탑 연결  (0) 2010.08.10
매력적인 사람이 되는 방법, 꽃에게 배운다  (0) 2010.07.06
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

[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 version of the Linux kernel is:      2.6.33.7 
The latest stable 2.6.32 version of the Linux kernel is:      2.6.32.24
The latest stable 2.6.31 version of the Linux kernel is:      2.6.31.14
The latest stable 2.6.27 version of the Linux kernel is:      2.6.27.54
The latest stable 2.4.37 version of the Linux kernel is:      2.4.37.10
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

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_home

Posted by eoseontaek
Posted by eoseontaek

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.tistory.com/223



'[D-01] Linux' 카테고리의 다른 글

[linux] 최신 버전 커널 확인 방법  (0) 2010.10.04
[linux] 리눅스 명령어 dd  (0) 2010.10.04
[Linux] 리눅스에서 cpu 정보 확인하기  (0) 2010.09.17
[Linux] Bootstrap 이란?  (0) 2010.09.06
[Linux] Pipe, Filter, Redirection  (0) 2010.08.16
Posted by eoseontaek


[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 vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts pni monitor ds_cpl cid
bogomips        : 5600.19
clflush size    : 64
power management:
processor       : 1
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          : 1
initial apicid  : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 5
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts pni monitor ds_cpl cid
bogomips        : 5599.20
clflush size    : 64
power management:




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
시스템에 전원이 들어와서 새롭게 시작되는 것을 부팅이라고 한다. 이 부팅 과정을 BootStrap이라고 하는데 BootStrap이란 
    장화(Boot)의 끈(Strap)을 묶고서 일어서려는 사람을 가르킨다.
      * Cold Booting : 컴퓨터에 전원을 넣는 것. (일반적으로 Cold Booting일 경우에만 POST과정이 진행된다)
      * Warm Booting : 전원이 들어와 있는 상태에서 하는 부팅


※ More info.

Posted by eoseontaek


Merge Tool의 비교 분석


Posted by eoseontaek
2010. 8. 24. 16:08

- DCP (Digital Content Protection)




Posted by eoseontaek
Posted by eoseontaek