'2021/11/22'에 해당되는 글 5건

  1. 2021.11.22 wayland on odroid-c2
  2. 2021.11.22 wayland on rpi
  3. 2021.11.22 wayland weston flow
  4. 2021.11.22 PCB 동박 두께 oz
  5. 2021.11.22 윈10 탐색기 복수 확장자 검색하기
embeded/odroid2021. 11. 22. 22:17

라즈베리 파이랑 비슷하네

일단 odroid-c2 / Ubuntu 20.04.3 LTS (GNU/Linux 3.16.85-65 aarch64) 버전인데

$ sudo apt-cache search wayland
libwayland-client++0 - wayland compositor infrastructure - client library C++ bindings
libwayland-client-extra++0 - wayland compositor infrastructure - client library extra C++ bindings
libwayland-cursor++0 - wayland compositor infrastructure - cursor library C++ bindings
libwayland-egl++0 - wayland compositor infrastructure - EGL library C++ bindings
libwayland-egl1-mesa - transitional dummy package
libweston-8-0 - reference implementation of a wayland compositor (shared libs)
libweston-8-dev - reference implementation of a wayland compositor (shared libs)
weston - reference implementation of a wayland compositor

 

그나저나.. 패키지가 라즈베리에 비하면 많이 적어 보이네

$ sudo apt-get install weston
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libegl1-mesa libfreerdp2-2 libpipewire-0.2-1 libweston-8-0 libwinpr2-2 libxcb-composite0
Suggested packages:
  freerdp2-x11
The following NEW packages will be installed:
  libegl1-mesa libfreerdp2-2 libpipewire-0.2-1 libweston-8-0 libwinpr2-2 libxcb-composite0 weston
0 upgraded, 7 newly installed, 0 to remove and 119 not upgraded.
Need to get 3942 kB of archives.
After this operation, 17.5 MB of additional disk space will be used.
Do you want to continue? [Y/n]

 

그래도.. 라즈베리 보단 메모리가 큰데 돌려볼만 하려나?

아니면 저사양에서도 문제없이 잘 돌아가려나?

'embeded > odroid' 카테고리의 다른 글

ordroid c2 - mrs 명령어 고찰  (0) 2023.09.05
odroid c2 gpio 와 wiringpi  (0) 2021.09.29
g_mass_storage rpi - odroid c2  (0) 2021.09.28
g_mass_storage ins/rm 실패  (0) 2021.09.28
odroid c2 ubuntu 18.04, 20.04 kernel 버전 정보  (0) 2021.09.27
Posted by 구차니
embeded/raspberry pi2021. 11. 22. 22:10

라즈베리 파이 2B 이긴한데 buster 버전.

$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

$ cat /etc/rpi-issue
Raspberry Pi reference 2020-08-20
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 9a3a10bf1019ebb2d59053564dc6b90068bad27d, stage2l

 

혹시나 해서 검색해보는데 흐음...

$ sudo apt-cache search wayland
libwayland-bin - wayland compositor infrastructure - binary utilities
libwayland-client0 - wayland compositor infrastructure - client library
libwayland-cursor0 - wayland compositor infrastructure - cursor library
libwayland-dev - wayland compositor infrastructure - development files
libwayland-doc - wayland compositor infrastructure - documentation files
libwayland-egl-backend-dev - wayland compositor infrastructure - EGL backend development files
libwayland-egl1 - wayland compositor infrastructure - EGL library
libwayland-egl1-mesa - transitional dummy package
libwayland-server0 - wayland compositor infrastructure - server library
libweston-5-0 - reference implementation of a wayland compositor (shared libs)
libweston-5-dev - reference implementation of a wayland compositor (shared libs)
wayland-protocols - wayland compositor protocols
weston - reference implementation of a wayland compositor

 

weston에 줄줄이 비엔나로 깔리는데 한번 시도는 해볼까나?

$ sudo apt-get install weston
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libegl1-mesa libevdev2 libgbm1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libgudev-1.0-0
  libinput-bin libinput10 libllvm9 libmtdev1 libsensors-config libsensors5 libwacom-bin libwacom-common libwacom2 libwayland-server0 libweston-5-0 libx11-xcb1 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxshmfence1
Suggested packages:
  lm-sensors
The following NEW packages will be installed:
  libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libegl1-mesa libevdev2 libgbm1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libgudev-1.0-0
  libinput-bin libinput10 libllvm9 libmtdev1 libsensors-config libsensors5 libwacom-bin libwacom-common libwacom2 libwayland-server0 libweston-5-0 libx11-xcb1 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxshmfence1 weston
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 21.6 MB of archives.
After this operation, 554 MB of additional disk space will be used.
Do you want to continue? [Y/n]

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

rpitx on rpi4  (0) 2021.12.22
rpitx  (0) 2021.12.16
rpi 3b 2초 부팅 fs  (0) 2021.11.20
img 파일 마운트 하기  (0) 2021.11.20
rpi 3b 2초 부팅 이미지 테스트  (0) 2021.11.17
Posted by 구차니
프로그램 사용/wayland2021. 11. 22. 18:02

'프로그램 사용 > wayland' 카테고리의 다른 글

weston shell  (0) 2021.11.26
weston_log()  (0) 2021.11.25
wayland weston 구조  (0) 2021.11.24
wayland / weston  (0) 2021.11.18
wayland weston  (0) 2021.11.17
Posted by 구차니

대개 물병에 보면 몇 oz / ml 이런식으로 표기해서 oz는 부피 단위 같은데

(다시 찾아보니 무게 단위라고)

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

 

도대체.. PCB에 뜬금없이 왜 부피가 들어가나 검색을 해보게 됨

 

구리 1oz는 약 28.35g 이라는데

온도에 따른 부피 변화를 또 고려해야 하는건 아니겠지 -ㅁ-

아무튼 그정도 무게의 구리를 펴서 쫘악 바르면

1피트 * 1피트(약 30cm)의 PCB 기반 기분 약 35um 정도 두께로 쫘약 펴면 그 크기가 만들어 진다고

[링크 : https://my-know-how.tistory.com/3]

 

다만 얇으면 얇을수록 흐를 수 있는 전류가 낮아지고

아무래도 얇으면 열을 흡수할 수 있는 매질이 부족해지니, 이래저래 trade-off가 존재할 수 밖에 없을 듯.

게다가 원자재값 상승으로 구리가 비싸지면.. 흐음...

[링크 : https://dailylifetip.tistory.com/entry/PCB-동박두께Base-Copper-clad-관련-요약]

[링크 : https://igotit.tistory.com/entry/PCB-동박-두께-05-온스-1온스-2온스]

'이론 관련 > 하드웨어 관련' 카테고리의 다른 글

cyclocopter - 사이클로콥터  (0) 2016.11.23
adc - single ended / differential  (0) 2015.11.17
adc - 시그마델타 / SAR  (0) 2015.11.16
가속도/각속도/기울기 센서  (0) 2015.08.25
NTC 온도센서?  (0) 2015.08.07
Posted by 구차니
Microsoft/Windows2021. 11. 22. 10:22

'Microsoft > Windows' 카테고리의 다른 글

dependency walker  (0) 2022.02.18
winPE format  (0) 2022.02.18
강제 edge 브라우저 이동 끄기  (0) 2021.06.11
원격 데스크탑 멀티 모니터  (0) 2020.11.13
원격 데스크톱 바로가기 만들기  (0) 2020.11.10
Posted by 구차니