'Raspberry Pi'에 해당되는 글 3건

  1. 2023.02.03 Rasp Terminal 자동 실행 및 script 자동 실행
  2. 2022.11.21 rasp python2.7 downgrade
  3. 2021.01.27 모니터 연결 없이 라즈베리 파이 정상 부팅

Rasp Terminal 자동 실행 및 script 자동 실행

Raspberry Pi 2023. 2. 3. 15:58

https://diggingfun.tistory.com/233

 

라즈베리파이 부팅 후 터미널 자동실행

라즈베리파이의 터미널을 자주 쓰는데 매번 부팅이 완료된 후 터미널을 두 개 열어서 크기를 늘이고... 아..정말 너무 번거롭다는 생각이 들어서 찾아봤다. www.raspberrypi.org/forums/viewtopic.php?t=65607 H

diggingfun.tistory.com

 

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
최 하단, @lxterminal -e python /home/pi/path/AAA.py

:

rasp python2.7 downgrade

Raspberry Pi/rasberry_pi_problems 2022. 11. 21. 15:47

sudo apt autoremove python

sudo apt install python2.7

 

alias python=python2.7

 

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py 

sudo python2.7 get-pip.py

 

이런거 하지말고 그냥 구버전 받기
20200205버전 받기 얌전히

:

모니터 연결 없이 라즈베리 파이 정상 부팅

Raspberry Pi/rasberry_pi_problems 2021. 1. 27. 14:19

raspberry pi 4 not use monitor boot

https://www.raspberrypi.org/forums/viewtopic.php?t=253312


Adding hdmi_force_hotplug=1 to /boot/config.txt seems to have solved the problem. The Pi4 is running headless,

'Raspberry Pi > rasberry_pi_problems' 카테고리의 다른 글

rasp python2.7 downgrade  (0) 2022.11.21
: