fluidcanvas_r2pi:raspberry_pi_os_installation_and_optimization
This is an old revision of the document!
Raspberry Pi OS Installation and Optimization
라즈베리파이 3B에 Raspberry Pi OS Desktop(64-bit)을 설치한 뒤 FluidSynth를 구동하기 위한 최적화를 실시한다. GUI가 자동으로 시작되지 않도록 하고 Wi-Fi를 이용한 SSH 접속만 허용한다. USB 오디오 출력장치는 Roland SC-D70 또는 Behringer UCA200을 사용한다.
추천하는 OS는 Raspberry Pi OS Lite (64bit)이다. OS 설치 후에는 다음과 같 패키지를 추가한다.
sudo apt update sudo apt install fluidsynth sudo apt install qsynth sudo apt install jackd
설치 후 설정 변경
sudo raspi-config
- Systems Option → Boot / Auto Login에서 Console 선택
- Systems Option → Interface Options → SSH Enable ('ssh ID@192.168.1.100')
sudo systemctl disable lightdm # GUI 서비스 끄기(복원 가능) sudo systemctl set-default multi-user.target # 부팅 목표를 콘솔로 설정
불필요한 서비스 끄기
sudo systemctl disable bluetooth sudo systemctl disable avahi-daemon sudo systemctl disable triggerhappy sudo systemctl disable hciuart
boot time 확인
systemd-analyze systemd-analyze blame
기타: gpu_mem=16, hmdi_force_hotplut=1
fluidcanvas_r2pi/raspberry_pi_os_installation_and_optimization.1773571705.txt.gz · Last modified: by hyjeong
