프로그램 사용/xen2012. 3. 25. 23:19
혹시나 해서 신버전(?)으로 찾아보니
$ sudo apt-get install xen-hypervisor-4.1-amd64 xen-utils-4.1 xenwatch xen-tools xen-utils-common xenstore-utils  
[링크 : http://www.beyondlinux.com/2011/11/02/install-xen-4-1-and-setup-your-cloud-os-on-ubuntu-11-10/]   
xen 하이퍼바이저 바이너리가 존재한다.

With kernels 2.6.39+ for the first time it is possible to provide a dom0 and domU without the kernel patch.
[링크 : http://martincarstenbach.wordpress.com/.../getting-started-with-xen-virtualisation-on-ubuntu-11-10/


---
+ 혹시나 해서 10.04 LTS에서 검색을 xen-hypervisor로 검색을 하니 3.3 버전이 나온다.
음.. 12.04가 코앞이니 머 상관없으려나?
[링크 : http://packages.ubuntu.com/search?keywords=xen-hypervisor-3.3

$ sudo apt-cache search xen | grep ^xen
xen-docs-3.3 - documentation for XEN, a Virtual Machine Monitor
xen-hypervisor-3.3 - The Xen Hypervisor for i386 and amd64.
xen-utils-3.3 - XEN administrative tools
xenner - An xen emulator without the need of a xen hypervisor.
xenomai-doc - Xenomai documentation
xenomai-runtime - Xenomai runtime utilities
xenwatch - Virtualization utilities, mostly for Xen 
 

'프로그램 사용 > xen' 카테고리의 다른 글

xm list 에러  (0) 2012.03.27
ubuntu 10.04 LTS에 xen 설치하기  (0) 2012.03.27
kvm - Kernel mode Virtual Machine  (0) 2012.03.06
xen 사용가능한 cpu 확인하기  (0) 2012.01.25
xen 설치관련 문서링크  (0) 2010.11.14
Posted by 구차니
embeded/ARM2012. 3. 23. 10:16
리셋이 안된다고 배째는데
아무튼 TAP 값은 맞으니까 칩 종류를 받아오는 것일테고 -_-
의심이 가는건 nTRST 연결 상태?

  • nSRST bi-directional (open collector)
    This pin serves two purposes. It can be used by the adapter to reset the target board, which is most useful during remote debugging. Furthermore, the adapter is able to detect that the reset is triggered on the target by another event, like pressing the reset button or a watchdog timeout.
  • nTRST from adapter to target
    According to the JTAG standard, the TAP controller is reset to a known state by keeping TMS high for five consecutive TCK cycles. However, some targets have problems with this sequence and thus require a hardware reset, which is marked optional in the IEEE specification. On several chips, like the AT91R40008 used on Ethernut 3, nSRST and nTRST are internally tied together. The disadvantage with this design is, that you can’t trigger a breakpoint immediately after a target hardware reset. If this signal is not used on the target, it is recommended to pull up this line with 10kOhm.
[링크 : http://www.jtagprogrammer.com/jtag-signals/]
2010/06/26 - [embeded/ARM] - ARM JTAG - Wiggler 14pin , 20pin pinout

arm 설명에서는 반드시있을 이유는 없지만, 하는걸 권장한다고 한다.
2012/03/23 - [embeded/ARM] - KEIL MDK(ARM)에 H-JTAG 사용하기

[링크 : http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3887.html]
    [링크 : http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3894.html] nTRST 
    [링크 : http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3895.html] nSRST

nTRST는 Target ReSeT 인거 같은데
nSRST는 무슨 리셋이려나? 
Posted by 구차니
embeded/ARM2012. 3. 23. 09:50
MDK with Wiggler parallel jtag

Step 1. H-JTAG을 설치하고 메뉴에서 ToolConf 를 실행한다.
           기본값대로 KEIL MDK를 설치했다면 "C:\Keil" 경로를 선택한다.


Step 2. Utilities 와 Debug 탭에서 Target Driver를 H-JTAG 으로 변경한다.



Step 3. H-JTAG를 실행하여 tray에 들어갔는지 확인한다.
          H-JTAG 프로그램을 실행하지 않은 상태라면 아래와 같은 에러가 발생한다.


Step 4. 굽는다.




그런데 회사에서 사용하는 보드가 JTAG 케이블이 잘못 연결되었는지
장치 인식은 되지만 TAP configuration을 확인하라면서 정작 구워지지는 않는다.


[링크 : http://www.hjtag.com/en/upimg/H-JTAG%20USER%20MANUAL%20(EN).rar]
2012/01/27 - [embeded/ARM] - Cortex-M3 LM3S1968 Evaluation board

'embeded > ARM' 카테고리의 다른 글

TI LM3S1607 time epoch  (0) 2012.03.27
H-JTAG 에러이유?  (0) 2012.03.23
lm flash example  (0) 2012.03.13
TI LM3S 시리즈 특징 - hibernate module / non-volatile memory  (0) 2012.03.06
arm-linux-gcc 와 arm-elf-gcc의 차이점  (2) 2012.01.16
Posted by 구차니
특정 파일을 선택한 후 우클릭 - TortoiseSVN - Properties에서
Add Property를 하면 아래의 창이 뜨고 원하는 속성을 추가하면 된다.



 [링크 : http://johnbokma.com/mexit/2008/09/30/subversion-svn-keywords-property.html]

---
2012.03.23 추가
소스에서 $Rev$를 추가하고
위의 과정을 통해 snv:keywords 에서 property value를 Rev로 입력해준다.
그리고 나서 커밋을 하면 아래와 같이 소스가 변경된다.


다시 해제 하면 아래와 같이 소스가 변경됨을 알 수 있다.


 
Posted by 구차니
워낙 놀아댄것도 없진 않지만
남들 한 3주치를 3일 만에 한 기분...


이전에 너무 놀았나 -ㅁ-? 
Posted by 구차니
게임/마비노기2012. 3. 20. 23:46


"천년묵은 갈색 그리즐리 베어"
접은지 1년반 동안에 새로생긴 녀석인가?
Posted by 구차니
부제 : 아우!!!!! 짱나!!!



한달만에 먼가 뚝딱 혼자서 만들어 내라고 던져놓은게 한달이 되서
내일이 1차 데드라인 이라 마구마구 뚝딱 막들어 내니
과장이 하는 말이 얘는 바로바로 말하면 더 빨리해요 라고 한다 -_-


하드웨어 설계하는 사람이라 그런지 이런소리 한다고 해야하나?
아무튼 가끔 내가 하는 말(내가 몰라서 하는 것도 있지만)에 대해서
"어떻게 그렇게 생각하지? 소프트웨어라서 그런가?"  이런 말을 들으면 짜증이 x2




솔찍히 개발자가 막판 스퍼트(?) 하는 이유는
그 이전에 서브루틴을 만들어 놓고 검증을 해놓고 마지막에 올리는 작업을 해서 그렇게 보이는 거거든요?



+
하드웨어 출신이라 그런지
개발의 소요시간 예측이 딱딱 떨어지는 줄 아는듯 -_-
처음 사용하는 마이콤인데 -_-!!!
Posted by 구차니
게임/마비노기2012. 3. 19. 18:55
포기할까 하다가 그냥 아는 넘에게 떠넘기기 스킬!
글루아스의 요리던전 -_-

몇번 하다가 하는법을 몰라서 땔치고 있다가 이제야 대충했으니..
야근하고 퇴근해서 메인스트림 간만에 진행고고?

 
Posted by 구차니
Programming/Java2012. 3. 18. 11:31
C:\Program Files\Java\jdk1.7.0_03

에 설치되어 있다
C:\Program Files\Oracle 하위에 있을줄 알았는데 낚인 기분이군 -_-

'Programming > Java' 카테고리의 다른 글

java framework  (0) 2014.03.06
java tutorial docs  (0) 2014.03.06
java arraylist에서 중복항목 제거하기  (2) 2012.02.16
java xml dom 파싱  (0) 2012.02.06
Java 에서 파일 목록 얻어오기 2 - 하위 디렉토리까지  (0) 2011.11.15
Posted by 구차니
개소리 왈왈/자전거2012. 3. 17. 23:03
머 코스야 뻔하고 목적지도 뻔하지만
몇달만인지도 기억이 안나는데..
63빌딩 왕복하고 반병신 모드 -_- 

성수대교 부근에서 지쳐서 헉헉대고 있는데
어떤 커플이 자전거 배우는거 같길래 보고 있노라니

여자애가 남자애 가르쳐주는 상황!!!
헐.. 부러워 ㅠ.ㅠ 

'개소리 왈왈 > 자전거' 카테고리의 다른 글

최고속도 갱신!  (4) 2012.05.19
간만에 자전거  (4) 2012.05.12
자전거 핸들 스템  (1) 2011.12.21
자전거 팔아먹어? 돈을 발라?  (0) 2011.12.08
초속/분속/시속  (0) 2011.08.08
Posted by 구차니