728x90
반응형
최초 부팅 후, 한국 지역 설정 언어 및 키보드는 US로 사용하도록 체크 박스 선택
터미널을 실행하여 다음과 같이 필수 패키지를 설치합니다.
$ sudo apt update -qq
All packages are up to date.
$ sudo apt install net-tools openssh-server screen
gstreamer에서 "x264enc" 인코딩을 지원하기 위하여 "gstreamer1.0-plugins-ugly" 패키지를 설치합니다.
$ sudo apt install gstreamer1.0-plugins-ugly
UART 사용을 위하여 "/boot/config.txt" 파일에서 다음과 같이 수정합니다.
$ sudo vi /boot/config.txt
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
dtparam=i2c_arm=off
dtparam=spi=off
[all]
#dtoverlay=vc4-fkms-v3d
start_x=1
gpu_mem=128
enable_uart=1
'Linux,Unix,BSD' 카테고리의 다른 글
HAProxy http -> https로 전달 설정하기 (0) | 2021.08.07 |
---|---|
HAProxy-2.4.2 설치하기 on Ubuntu 20.04 (0) | 2021.08.01 |
HAProxy-2.4.2 설치하기 on CentOS8 (0) | 2021.07.12 |
[shell] root 권한으로 pipe 처리하기 (파일에 내용 추가하기) (0) | 2021.05.25 |
[linux] curl을 이용한 Basic 인증하기 (0) | 2021.05.09 |