본문 바로가기

Linux_ubuntu

라즈베리파이에 우분투 서버 설치

라즈베리파이 imager를 이용하여 우분투 서버 버전 설치

Other general-pupose OS
Ubuntu
64bit server 설치

우분투 서버의 경우 라즈베리파이 OS를 설치해서 사용할 시 필요한 raspi-config 를 이용한 설정변경이 필요하지 않지만

UPS가 I2C를 사용하기 때문에 설치해야 하기 때문에 window 터미널로 ssh 접속

 

raspi-coinfig 설치

wget -4 https://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20210604_all.deb -P /tmp
sudo apt-get install libnewt0.52 whiptail parted triggerhappy lua5.1 alsa-utils -y
sudo apt-get install -fy
dpkg -i /tmp/raspi-config_20210604_all.deb
sudo mount /dev/mmcblk0p1 /boot

 

 

Enable i2c on raspberry pi Ubuntu

I'm trying to enable i2c on my raspberry pi 3B running Ubuntu 18.04 server for arm64. The standard method (using raspi-config) fails because the command cannot be found nor installed (unable to loc...

askubuntu.com

 

설치 후 

 

sudo raspi-config

 

 

필요한 인터페이스를 설정

 

'Linux_ubuntu' 카테고리의 다른 글

파이썬 코드 우분투 시작 프로그램 등록  (0) 2022.05.14
우분투 서버_설치 프로그램 리스트  (0) 2022.05.14
MyCli Error  (0) 2022.04.21