목록Linux (72)
Brise
우분투에서는(로컬에서) 여러개의 가상 세션을 지원한다. 총 F1에서 F7까지 7개의 세션을 지원하는데 부팅 시에는 기본적으로 F7세션을 이용하여 부팅한다. 각 모드의 변환은 컨트롤+알트+평션1~7로 가능하다. 따라서 GUI 부팅 후 콘솔모드로 접근하기 위해서는 C-M-F1~F6을 누르면 된다. 간단하게 정리하면 아래와 같다. 콘솔모드 ctrl + alt + F1 x-windows ctrl + alt + F7
http://stackoverflow.com/questions/15291985/configuring-cross-compiler-to-use-custom-library-search-path arm-linux-gnueabihf-gcc -print-search-dirs | grep libraries | sed 's/:/\n/g'
#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include RT_TASK my_task; int run=0; int i; static unsigned int cycle_ns; #define TASK_PERIOD_NS 500000 void my_task_proc(void *arg); RTIME *time_test; int main(int argc,char **argv) { int ret; cycle_ns = TASK..
http://undergnak.blogspot.kr/2014/05/embedded-linux-xenomai-rtos-with.html
사용자 어플리케이션에서 커널 자원을 활용하기 위해 접근하는 함수 http://cr3denza.blogspot.kr/2014/05/linux-system-call_12.html http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Assembly/Documents/article_linux_systemcall_quick_reference
http://www.ubuntu-kr.org/viewtopic.php?p=116843 Code:sudo apt-get -f install 이 명령으로 안되시면, Code:sudo apt-get install aptitude sudo aptitude -f install 만약 *.deb파일을 받아 설치한 경우에는 의존성이 해결 될 수 없다. 나의 경우엔 최신버전 설치하기 위해서, dpkg명령어를 이용해 설치했기 때문에 문제가 생겼던 모양.
Sabre 보드 부팅시에 CRC Warning 이 뜨는 이유http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment-> u-boot -> saveenv 면 더이상 출력되지 않는다. line 2 in /etc/fstab is bad 에러 -> vi /etc/fstab기존 내용을 주석처리 후/dev/mmcblk0p1 / auto errors=remount-ro 0 1 복사 및 저장