embeded/raspberry pi2015. 11. 27. 17:34


어?!?! 국내 판매가가 세금포함해서 1.5만이 될줄 알았떠니

VAT 별도로 15485원?!?!?! 에엥?!?!?

5$가 아니라 15$ 였냐!?!?




[링크 : http://www.element14.com/community/docs/DOC-79263/l/introducing-the-raspberry-pi-zero]

'embeded > raspberry pi' 카테고리의 다른 글

openELEC 6.0.0 릴리즈  (0) 2016.01.03
라즈베리 2b lirc + openELEC 설정  (0) 2015.12.12
라즈베리 파이 Zero @ 5$ ?!?!?  (2) 2015.11.26
rtos on rpi  (0) 2015.11.11
clcd - bona cm04075 / lc1628  (0) 2015.11.04
Posted by 구차니
Programming/openCV2015. 11. 27. 15:25

혹시 imshow가 바로 그리지 않아서 일려나?

나중에 복사 이후 imshow에서

바로 updateWindow() 해주고

그거까지 묶어줘봐야 겠다


[링크 : http://docs.opencv.org/2.4/modules/highgui/doc/user_interface.html#updatewindow]

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

opencv stitch  (0) 2016.07.14
opencv rtsp  (0) 2016.07.13
openMP + openCV 미스테리..  (0) 2015.11.09
휴 모멘트?  (0) 2015.10.20
opencv 카메라 왜곡 수정  (0) 2015.10.20
Posted by 구차니
embeded/openRISC2015. 11. 27. 11:53

Latest version

Note: This is not an official release but should still be fine to use.

for Ubuntu 32-bit built from SVN rev. 789, also contains or1ksim


[링크 : http://opencores.org/or1k/Or32Toolchain]



+

or32는 구형 버전이고 신형은 or1k로 시작한다고 한다.


Note: Older versions of the toolchain used the or32- prefix instead of or1k-. Please consider using the new or1k toolchain, unless you have special requirements regarding backwards compatibility with existing code. Binaries, build instructions and more information about the or32- toolchain is available on the or32 toolchain page.

[링크 : http://opencores.org/or1k/OpenRISC_GNU_tool_chain]

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

openRISC on FPGA  (0) 2018.01.29
or32 컴파일러.. 삽질  (0) 2015.12.14
openRISC OR1k(1000) OR1200  (0) 2015.12.11
openrisc 어셈블리  (0) 2015.12.10
Posted by 구차니
embeded/raspberry pi2015. 11. 26. 17:14

좀 오바 스럽지만

극단적인 ARM11 + microSD 보드라고 하면되려나?

usb 포트도 1개만 달고(USB 허브 삭제)

CPU 2835로 구형 ARM11 딱 하나에 PoP 구조니 

실장되는건 딱 하나의 BCM2385 칩 하나 ㄷㄷㄷ


그래서 저런 미친 가격이 가능할지도 ㄷㄷ



근데 한국이잖아?

들어 오면 1만원이 되겠지? 안될꺼야.. (먼산)



암튼 이게 대박나면.. 아두이노 따윈 꺼지게 될지도 ㄷㄷ


[링크 : http://makezine.com/2015/11/25/raspberry-pi-announces-5-computer-model-zero/]

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리 2b lirc + openELEC 설정  (0) 2015.12.12
라즈베리 파이 zero...???  (0) 2015.11.27
rtos on rpi  (0) 2015.11.11
clcd - bona cm04075 / lc1628  (0) 2015.11.04
라즈베리 파이 CLCD 라이브러리  (0) 2015.11.03
Posted by 구차니

$ svnadmin help dump

dump: usage: svnadmin dump REPOS_PATH [-r LOWER[:UPPER] [--incremental]]


$ svnadmin dump repos/ > repos.dmp

svnadmin: Expected FS format between '1' and '4'; found format '6'


하.. 이 써글 버전..

꺼부기 에서 최신버전 해놨더니 DB 버전이 6이 되어버려서

리눅스에서는 구버전인지라.. 인식이 안되나 보다.. ㅠㅠ


옳은 해결방법은 아니지만 강제로 db 버전을 4라고 속여서 궈궈 ㅠㅠ

[링크 : http://stackoverflow.com/.../subversion-svn-e160043-expected-fs-format-between-1-and-4]


$ vi repos/db/format

6

layout sharded 1000


$ sudo vi repos/db/format

4

layout sharded 1000


$ svnadmin dump /home/minimonk/repos > repos.dmp

* Dumped revision 0.

...

* Dumped revision 135.


$ file repos.dmp
repos.dmp: Subversion dumpfile (version: 2)

$ svnadmin help load
load: usage: svnadmin load REPOS_PATH

Read a 'dumpfile'-formatted stream from stdin, committing
new revisions into the repository's filesystem.  If the repository
was previously empty, its UUID will, by default, be changed to the
one specified in the stream.  Progress feedback is sent to stdout.

Valid options:
  -q [--quiet]             : no progress (only errors) to stderr
  --ignore-uuid            : ignore any repos UUID found in the stream
  --force-uuid             : set repos UUID to that found in stream, if any
  --use-pre-commit-hook    : call pre-commit hook before committing revisions
  --use-post-commit-hook   : call post-commit hook after committing revisions
  --parent-dir ARG         : load at specified directory in repository

으아아아 해보지 않으니 안되는걸 알리가.. ㅠㅠ
< 로 stdin에서 파일을 받아야 하는데 왜 그걸 안알랴준거야!!!

$ sudo svnadmin load repos1 --parent-dir temp < repos.dmp
<<< Started new transaction, based on original revision 1
     * adding path : temp/rev133-150114 ... done.
     * adding path : temp/rev133-150114/App ... done.

...

------- Committed new rev 1213 (loaded from original rev 135) >>>

완료!!
svn repo browser로 보니 원하는 경로였던
svn 저장소 상의 /temp에 잘 들어가있고 리비전 히스토리까지 다 들어가 있다!! 우오오오

그런데.. 새로 받아야지 UUID가 달라서 switch도 relocate도 안된다 ㅠㅠ



[링크 : http://unix.stackexchange.com/questions/6676/svn-switch-relocate-wrong-uuid]


2015/06/06 - [프로그램 사용/CVS / SVN / GIT / Mercurial] - svn 저장소 합치기

2011/01/08 - [프로그램 사용/CVS / SVN / GIT / Mercurial] - SVN 저장소 합치기 - merging SVN repositories


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

svn merge... 두근두근  (6) 2016.02.17
tortoiseSVN merge 페이지 번역  (0) 2015.12.02
svn merge  (0) 2015.08.19
svn switch - shares no common ancestry with  (0) 2015.06.16
svn 저장소 합치기  (0) 2015.06.06
Posted by 구차니

험블번들 미친듯

새벽 4시에 3.70$ 인데

9시에 보니 4.86$

결제하고 보니 4.87$ ㄷㄷㄷ


다행히.. 가지고 있는 게임은 overlord 1/2 뿐인가 -ㅁ- ㄷㄷㄷ


아무튼 레이싱 게임중에 dirt랑 grid 사고 싶었는데

GRID 1만 있었기에 po결we제r!


+

ㄷㄷㄷ 스팀게임 188개




'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글

오리진의 선물  (0) 2015.12.03
인디갈라 무료 게임!  (0) 2015.11.30
인디갈라.. 좋은 녀석이야!  (0) 2015.11.23
헐 스팀 원화 결과..  (0) 2015.11.15
걍 지름 - 위클리 험블번들  (0) 2015.11.06
Posted by 구차니
이론 관련/전기 전자2015. 11. 24. 09:19

단지.. 내부 제어 주파수가 올라갔을뿐

PWM인건 그대로다...


그럼 왜 디지털이지?!

난또 디지털 서보라길래

PWM이 아닌 디지털 통신으로 하는줄 알았구만 -_-


[링크 : https://www.eleparts.co.kr/EPX4UK7H]

[링크 : http://blog.whattomake.co.kr/110]

[링크 : http://www.servodatabase.com/servo/skyholic/hds-577]

'이론 관련 > 전기 전자' 카테고리의 다른 글

tri-state  (0) 2016.03.30
solid state  (0) 2016.01.17
DMOS?  (0) 2015.10.20
PID 제어 (Proportional Integral Differential)  (0) 2015.10.13
전류제어  (0) 2015.09.11
Posted by 구차니

예전 멀티프로세서 환경에서의 세마포어 등을 공부할때(OS 수업)

들은거 같은데 기억이 안나서 뒤적이다가 겨우 찾았네..


왜 쓸데없는(?!) TLB랑 용어를 헷갈린거지?


[링크 : https://en.wikipedia.org/wiki/Test-and-set]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

RAID6  (2) 2016.01.28
file system snapshot  (0) 2016.01.28
SNTP - Simple NTP  (0) 2015.11.12
MMIO <-> PMIO  (0) 2015.07.28
pkzip 포맷  (0) 2015.04.17
Posted by 구차니

게임 두개 획득!





둘다 대체로 부정적 ㄷㄷㄷ

glacier 3는 이름만 보고는 RPG 나 액션일줄 알았는데

레이싱이네? ㄷㄷㄷ




'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글

인디갈라 무료 게임!  (0) 2015.11.30
아 몰랑 질러 ㄷㄷㄷㄷ  (0) 2015.11.25
헐 스팀 원화 결과..  (0) 2015.11.15
걍 지름 - 위클리 험블번들  (0) 2015.11.06
캡콤 험블번들 지름  (0) 2015.10.23
Posted by 구차니

canvas에 직접 그리는 느낌이긴한데..

차이점은 모르겠지만...


html5의 video 태그가 live video는 안되는데 반해

웹소켓을 통해서 전송해주고

office-ambient.mpg 파일로 해서 스트리밍을 하는 것 같긴한데 ... 흐음...


[링크 : http://phoboslab.org/log/2013/09/html5-live-video-streaming-via-websockets]

'Programming > javascript & HTML' 카테고리의 다른 글

div 쪼금 이해 될락말락...  (0) 2016.01.08
setTimeout()와 setInterval()  (0) 2016.01.07
div span 블럭구조 및 원형테두리  (0) 2015.09.23
ul / li로 메뉴 꾸미기  (0) 2015.09.16
<link> 관련 약어 정리  (0) 2015.09.14
Posted by 구차니