전체 글 (265) 썸네일형 리스트형 LibreELEC - ssh 기본 비밀번호 NOOBS OS를 이용하여 LibreELEC 설치하였다면 기본 ssh의 아이디/패스워드는 다음과 같다. ID : rootPASSWORD : libreelec 자 이제 변경해보자. 우선 IP 주소부터 확인한다. 메인 메뉴 > 시스템 > 시스템 정보 IP주소를 알았으니 ssh로 접속하면 된다. $ ssh root@192.168.25.53 LibreELEC - config.txt 변경하는 방법 LibreELEC OS에서 config.txt를 변경하려면 아래와 같이 해야 한다. $ mount -o remount,rw /flash$ nano /flash/config.txt 라즈비안(Raspbian) OS는 boot/config.txt에서 바로 변경이 가능하지만LibreELEC에서는 flash라는 폴더(Partition)가 boot 폴더와 동일한 역할을 하고 있다.하지만 읽기 전용 모드이기에 읽기 쓰기 모드로 다시 마운트(remount)를 한 후설정 값을 변경 해줘야 한다. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 54: ordinal not in range(128) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 54: ordinal not in range(128) 위의 문제는 locale이 안 맞아서 생기는 문제이다.아래와 같이 LC_ALL=C를 추가해주면 Locale을 영어로 기준잡고 pip install을 실행한다. $ export LC_ALL=C$ pip install numpy Your display is too small to run Menuconfig! Your display is too small to run Menuconfig!It must be at least 19 lines by 80 columns. make menuconfig를 실행하기 위해서는 최소한 19줄, 80글자 이상되는 터미널 창이 되야 한다. 터미널 창을 키우면 끝난다. [LTIB 빌드 에러] dhcp Unknown system. ltib 로 빌드시 dhcp에서 빌드 에러가 날 수 있다. "Unknown system. If this is an SCO system running ODT 3.0 or" echo "higher, type \`\`./configure sco''. Otherwise, this is a" echo "configuration that isn't supported or hasn't been tested." ltib/dist/lfs-5.1/dhcp/dhcp.spec 파일 안에서 아래와 같이 수정하자 make install prefix=$RPM_BUILD_ROOT/%{pfx}mkdir -p $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/share-mv $RPM_BUILD_ROOT/%{pfx}/usr/m.. 라즈베리파이 삼바 마운트시 에러 mount: wrong fs type, bad option, bad superblock on //192.168.25.XX/XXXXXXXXX/,missing codepage or helper program, or other error(for several filesystems (e.g. nfs, cifs) you mightneed a /sbin/mount. helper program) In some cases useful info is found in syslog - trydmesg | tail or so. 삼바 서버를 연결하려고 마운트 시도하였으나위와 같은 에러가 발생하면서 실패를 하였다면 파일 시스템이 없어서 생긴 문제일 수 있다.삼바 파일 시스템을 설치해주자. $ sudo apt-get install.. emergency mode! 어느 날 부팅했는데아래와 같은 에러 메시지와 함께 GUI가 아닌검은색 터미널 화면이 나타났다면... Welcome to emergency mode! After logging in, type "journalctl -xb" to viewsystem logs, "systemctl reboot" to reboot, "systemctl default" to try againto boot into default mode.Give root password for maintenance(or type Control-D to continue): 왜 이런 문제가 발생했는지는 모르겠다;;;;; 어찌되었건 boot 파티션에 문제가 발생한 것이다. 일단 enter를 쳐서 터미널로 진입한다. 그다음 아래와 같이 입력 하면 된다.$.. 라즈베리 파이 v4l2 드라이버 활성화하기 라즈베리 파이 에서는 기본적으로 v4l2 드라이버가 활성화되어 있지 않다. 아래의 명령으로 활성화 시킬 수 있다. $ sudo modprobe bcm2835-v4l2 opencv를 사용한다든지 하면 필요할 것이다. 이전 1 ··· 26 27 28 29 30 31 32 ··· 34 다음