embeded/raspberry pi2021. 9. 11. 23:39

ir tx 회로랑 rx 회뢰를 구성하고

lirc를 또 잘 구워삶아 봐야지

 

[링크 : https://www.instructables.com/How-To-Useemulate-remotes-with-Arduino-and-Raspber/]

 

 

 

'embeded > raspberry pi' 카테고리의 다른 글

lirc 제조사별 키코드  (0) 2021.09.16
lirc를 이용한 리모컨 신호 복제  (0) 2021.09.13
rpi 3b update, install 실패  (0) 2021.09.10
vc4cl - VideoCore IV OpenCL  (0) 2021.09.09
rpi 3b 4k 24p  (0) 2021.08.27
Posted by 구차니
embeded/raspberry pi2021. 9. 10. 17:16

먼가 설치하려면 죄다 에러가 나서 안되는데..

After this operation, 161 MB of additional disk space will be used.
Err:1 http://raspbian.raspberrypi.org/raspbian buster/main armhf libwebp6 armhf 0.6.1-2
  404  Not Found [IP: 93.93.128.193 80]
Err:2 http://raspbian.raspberrypi.org/raspbian buster/main armhf libtiff5 armhf 4.1.0+git191117-2~deb10u1
  404  Not Found [IP: 93.93.128.193 80]
Err:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf libproxy1v5 armhf 0.4.15-5
  404  Not Found [IP: 93.93.128.193 80]
Err:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf libavahi-client3 armhf 0.7-4+b1
  404  Not Found [IP: 93.93.128.193 80]
Err:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf libcups2 armhf 2.2.10-6+deb10u3
  404  Not Found [IP: 93.93.128.193 80]
Err:6 http://raspbian.raspberrypi.org/raspbian buster/main armhf libjs-jquery all 3.3.1~dfsg-3
  404  Not Found [IP: 93.93.128.193 80]
Err:7 http://raspbian.raspberrypi.org/raspbian buster/main armhf ruby2.5 armhf 2.5.5-3+deb10u2
  404  Not Found [IP: 93.93.128.193 80]
Err:8 http://raspbian.raspberrypi.org/raspbian buster/main armhf libruby2.5 armhf 2.5.5-3+deb10u2
  404  Not Found [IP: 93.93.128.193 80]

 

apt-get update 해보니 어라..? 에러 발생?

Suite 값이 stable에서 oldstable로 바뀌었다?

$ sudo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

 

메시지로 찾아보니 릴리즈 정보 변경을 허용하면 된다는데

$ sudo apt-get update --allow-releaseinfo-change

[링크 : https://github.com/NVIDIA/nvidia-docker/issues/1349]

 

확실히 에러는 발생하지 않고 넘어가긴 한데.. 매번 저 옵션을 주고 해야하나?

$ sudo apt-get update --allow-releaseinfo-change
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
Get:4 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.7 kB]
Get:5 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [104 kB]
Fetched 13.2 MB in 34s (386 kB/s)
Reading package lists... Done
N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

 

 

+

stretch -> buster -> bullseye 로 배포판 명칭이 변경되면서 buster는 oldstable로 변경된 듯.

[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=318302]

'embeded > raspberry pi' 카테고리의 다른 글

lirc를 이용한 리모컨 신호 복제  (0) 2021.09.13
rpi 에서 ir 읽기  (0) 2021.09.11
vc4cl - VideoCore IV OpenCL  (0) 2021.09.09
rpi 3b 4k 24p  (0) 2021.08.27
흐음.. 그냥 라즈베리 2나 1으로 내려갈까..  (0) 2021.08.26
Posted by 구차니
embeded/raspberry pi2021. 9. 9. 20:05

라즈베리 파이의 비디오 가속 하드웨어인 VideoCore 4를 openCL로 쓸 수 있도록 래핑한 프레임워크?

아무튼 라즈베리 1~3가 vc4 를 채용하고 있으니 의외로 범용성은 넓어 보이는데

성능이 얼마나 나올런지?

 

라즈베리파이 1-3 videocore iv 채용

라즈베리파이 4 videocore vi 채용

[링크 : https://en.wikipedia.org/wiki/VideoCore]

 

[링크 : https://github.com/doe300/VC4CL/wiki]

[링크 : https://www.element14.com/.../raspberry-pi-now-with-opencl-gpu-support-vc4cl-videocore-iv-opencl]

 

'embeded > raspberry pi' 카테고리의 다른 글

rpi 에서 ir 읽기  (0) 2021.09.11
rpi 3b update, install 실패  (0) 2021.09.10
rpi 3b 4k 24p  (0) 2021.08.27
흐음.. 그냥 라즈베리 2나 1으로 내려갈까..  (0) 2021.08.26
ubuntu 64bit server / rpi 로그인 느려!  (0) 2021.08.26
Posted by 구차니
embeded/raspberry pi2021. 8. 27. 12:24

4k 60p는 바라지 않았지만.. 30p는 무리인가?
[링크 : https://sysadmin-central.com/2019/08/14/raspberry-pi-how-to-output-4k-resolution-to-a-tv/]

 

2014년 글이면 라즈베리 2b인것 같은데.. 오호..

[링크 : https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=79330]

'embeded > raspberry pi' 카테고리의 다른 글

rpi 3b update, install 실패  (0) 2021.09.10
vc4cl - VideoCore IV OpenCL  (0) 2021.09.09
흐음.. 그냥 라즈베리 2나 1으로 내려갈까..  (0) 2021.08.26
ubuntu 64bit server / rpi 로그인 느려!  (0) 2021.08.26
rpi power led off  (0) 2021.08.24
Posted by 구차니
embeded/raspberry pi2021. 8. 26. 23:41

라즈베리 3 64bit 버전은 로그인도 느리고 (우분투 릴리즈라 그런건가..)

결정적으로 온도가 로그인시 60도가 찍히고 있다. 밤이라 25도 정도인데도

케이스 덮어두었다는 이유로 그 정도 찍히는거 보면 쿨러 없이는 작동 시키기 불안한 수준?

 

옆에있는  odroid c2도 비슷한 온도 느낌이라 발열이 적은 라즈베리 2나 라즈베리 1을 터미널 서버로

그 안에서 접속하게 하게 하고, 릴레이를 이용해서 전원 관리를 하는게 낫지 않나 생각이 든다.

 

+

 대기전력이 비슷비슷한 느낌인데

[링크 : https://www.clien.net/service/board/cm_rasp/11124061]

 

3b+에서 wifi/bt 끄면 더 줄일수 있다고 하니 시도는 해볼까?

[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=208110]

'embeded > raspberry pi' 카테고리의 다른 글

vc4cl - VideoCore IV OpenCL  (0) 2021.09.09
rpi 3b 4k 24p  (0) 2021.08.27
ubuntu 64bit server / rpi 로그인 느려!  (0) 2021.08.26
rpi power led off  (0) 2021.08.24
raspberry pi ubuntu 20.04 64bit server  (0) 2021.08.23
Posted by 구차니
embeded/raspberry pi2021. 8. 26. 21:12

어느게 오래 먹는진 모르겠지만

Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-1042-raspi aarch64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Thu Aug 26 14:12:39 UTC 2021

  System load:  0.05               Temperature:           55.8 C
  Usage of /:   19.2% of 14.30GB   Processes:             134
  Memory usage: 29%                Users logged in:       0
  Swap usage:   0%                 IPv4 address for eth0: 192.168.219.201

 * Super-optimized for small spaces - read how we shrank the memory
   footprint of MicroK8s to make it the smallest full K8s around.

   https://ubuntu.com/blog/microk8s-memory-optimisation

22 updates can be applied immediately.
1 of these updates is a standard security update.
To see these additional updates run: apt list --upgradable


Last login: Thu Aug 26 14:07:37 2021 from 192.168.219.44

 

하나씩 실행해봐도 50-landscape-sysinfo 가 조금 먹는것 외에는 그리 느리지 않는데

머가 문제이려나..

/etc/update-motd.d$ ls -al
total 56
drwxr-xr-x  2 root root 4096 Aug 23 10:34 .
drwxr-xr-x 94 root root 4096 Aug 26 14:04 ..
-rwxr-xr-x  1 root root 1220 Dec  5  2019 00-header
-rwxr-xr-x  1 root root 1157 Dec  5  2019 10-help-text
lrwxrwxrwx  1 root root   46 Aug 23 10:33 50-landscape-sysinfo -> /usr/share/landscape/landscape-sysinfo.wrapper
-rwxr-xr-x  1 root root 5023 Aug 17  2020 50-motd-news
-rwxr-xr-x  1 root root   96 Jun 18  2020 85-fwupd
-rwxr-xr-x  1 root root  218 Dec  7  2020 90-updates-available
-rwxr-xr-x  1 root root  374 Jul 17  2020 91-release-upgrade
-rwxr-xr-x  1 root root  165 Jul 21  2020 92-unattended-upgrades
-rwxr-xr-x  1 root root  129 Dec  4  2020 95-hwe-eol
-rwxr-xr-x  1 root root  111 Feb 25  2020 97-overlayroot
-rwxr-xr-x  1 root root  142 Dec  4  2020 98-fsck-at-reboot
-rwxr-xr-x  1 root root  144 Dec  4  2020 98-reboot-required

[링크 : https://jwillmer.de/blog/tutorial/custom-message-of-the-day-motd]

'embeded > raspberry pi' 카테고리의 다른 글

rpi 3b 4k 24p  (0) 2021.08.27
흐음.. 그냥 라즈베리 2나 1으로 내려갈까..  (0) 2021.08.26
rpi power led off  (0) 2021.08.24
raspberry pi ubuntu 20.04 64bit server  (0) 2021.08.23
라즈베리 파이 3B+ 겟!  (2) 2021.08.22
Posted by 구차니
embeded/raspberry pi2021. 8. 24. 20:04

소비전력 줄이기 위해 power on 시 들어오는 불도 끌 수 있다고 하네

 

[링크 : https://www.pidramble.com/wiki/benchmarks/power-consumption]

[링크 : https://raspberrypi.stackexchange.com/questions/112134/raspberry-pi-4-turn-red-led-off-via-software]

 

Posted by 구차니
embeded/raspberry pi2021. 8. 23. 18:20

pi:raspberry 인줄 알았는데 안되서 찾아보니

ubuntu:ubunt 라니!!!

캐노니컬 그룹이 관리하는거라 당연하면 당연한건가.. ㅠㅠ

[링크 : https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#4-boot-ubuntu-server]

 

이전에는 pi:raspberry 로 구성된 이미지를 쓴 것 같은데...?!

[링크 : https://downloads.raspberrypi.org/raspios_lite_arm64/images/]

  [링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=275370]

'embeded > raspberry pi' 카테고리의 다른 글

ubuntu 64bit server / rpi 로그인 느려!  (0) 2021.08.26
rpi power led off  (0) 2021.08.24
라즈베리 파이 3B+ 겟!  (2) 2021.08.22
rpi dsi to csi  (0) 2021.08.22
라즈베리 파이 2 USB 부팅(SD 있어야 함)  (0) 2021.08.20
Posted by 구차니
embeded/raspberry pi2021. 8. 22. 21:59

3B 인줄 알고 그냥 어쩔수 없지.. 라는 느낌으로 사러갔는데 받고 보니 3B+ 오오오오오!!!

게다가 내 눈에는 이쁘진 않지만 (...) 공식 라즈베리 케이스도 같이!

그런데.. 라즈베리 3의 LED 위치와는 안 맞네.. 원래 공식 케이스가 모델별로 따로있나?

 

SD 메모리는 덤으로 하나 끌려왔는데 클래스 4 나 10은 봤는데 6은 첨보네 -ㅁ-

말로만 기가비트고 실제로는 200mbps 정도? usb3.0은 아니니 어쩔수 없나..

[링크 : http://https://magpi.raspberrypi.org/articles/raspberry-pi-3bplus-specs-benchmarks]

'embeded > raspberry pi' 카테고리의 다른 글

rpi power led off  (0) 2021.08.24
raspberry pi ubuntu 20.04 64bit server  (0) 2021.08.23
rpi dsi to csi  (0) 2021.08.22
라즈베리 파이 2 USB 부팅(SD 있어야 함)  (0) 2021.08.20
rpi pico pwm channel  (0) 2021.08.02
Posted by 구차니
embeded/raspberry pi2021. 8. 22. 17:31

DSI가 720p 정도가 한계라고 차라리 HDMI to CSI 칩을 쓰라는 이야기가 나올 정도로

그리 희망적이진 못한 내용..

 

DSI / CSI가 있으니까 다른 장치의 영상을 받아서 전송하여

bmc(baseboard management controller) 처럼 쓸 수 있지 않을까 조금 희망을 가졌건만..

 

근데 어짜피 fb를 gstreamer로 전송하면 되니 의미없나?

 

 

[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=230690]

'embeded > raspberry pi' 카테고리의 다른 글

raspberry pi ubuntu 20.04 64bit server  (0) 2021.08.23
라즈베리 파이 3B+ 겟!  (2) 2021.08.22
라즈베리 파이 2 USB 부팅(SD 있어야 함)  (0) 2021.08.20
rpi pico pwm channel  (0) 2021.08.02
rpi wiring pi pwm  (0) 2021.07.31
Posted by 구차니