메이플의 개발 스토리
우분투 /boot/config.txt 설정이 안 돼요 본문
라즈베리파이에 우분투 19.10 64bit를 설치해서 온도 센서 값을 읽어오도록 조작을 하는데..
이게 아무리해도 온도 센서를 읽어오도록 설정이 안 되는거에요.
분명 다른 OS에서는 잘 작동했는데..
왜 안 되는지 열심히 검색해보니깐 우분투 19.10은 설정 파일이 /boot/config.txt가 아닌 /boot/firmware/usercfg.txt이더라고요...
이 사실을 몰라서 그렇게 헤맨거죠.
혹시 저처럼 열심히 정보를 찾고 있는 사람이 있을수도 있으니깐 이렇게 블로그에 글을 남깁니다!
우분투 설정 파일
먼저 본인이 설치한 우분투의 버전을 알고 싶다면 아래에 나온 두 명령어 중에서 아무거나 입력하시면 되요!
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
ubuntu@ubuntu:~$ cat /etc/issue
Ubuntu 19.10 \n \l
/boot/firmware/usercfg.txt 파일에 가셔서 /boot/config.txt에 설정하려고 하셨던 것처럼 그대로 붙여놓으시면 됩니다!
ubuntu@ubuntu:~$ cat /boot/firmware/usercfg.txt
# Place "config.txt" changes (dtparam, dtoverlay, disable_overscan, etc.) in
# this file. Please refer to the README file for a description of the various
# configuration files on the boot partition.
dtoverlay=w1-gpio
'OS > Linux' 카테고리의 다른 글
[리눅스 - 파일 시스템 마운트 명령어] mount, unmount, eject, fdisk, mkfs (0) | 2021.11.29 |
---|---|
라즈베리파이에 우분투 설치하는 방법 (0) | 2020.03.22 |
[라즈베리파이/우분투 마테] - 무선 인터넷 연결 (0) | 2020.02.23 |
[Ubuntu] USB 마운트(mount)/언마운트(unmount) 하는 방법 (0) | 2020.01.30 |
Comments