'Raspberry Pi/rasberry_pi_problems'에 해당되는 글 2건

  1. 2022.11.21 rasp python2.7 downgrade
  2. 2021.01.27 모니터 연결 없이 라즈베리 파이 정상 부팅

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
: