embeded/raspberry pi2015. 8. 18. 23:44

아따.. 빡세다..


To install Weston, just issue:

    sudo apt-get update

    sudo apt-get install weston

This will install also a script called weston-launch (not the real weston-launch program), which will automatically set up XDG_RUNTIME_DIR for you and run weston. Running Weston with this package is as simple as:


    weston-launch


A too old firmware may cause rpi-backend to malfunction on Raspberry Pi. 


[링크 : http://wayland.freedesktop.org/raspberrypi.html]

    [링크 : http://archlinuxarm.org/forum/viewtopic.php?f=5&t=4975]


rpi-update는 설치가 안되서 일단 raw로 해서 다운로드

그리고 rpi-update를 위한 패키지로 두개를 설치해준다.

# apt-get install curl binutils

[링크 : https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update]


설정파일에서 drm-backend.so를 바꾸라는데 흐음..

create ~/.config/weston.ini containing the following:

[core]

backend=fbdev-backend.so

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


올.. 된다 ㅋㅋㅋ

# cd ~

# mkdir .config

# cd .config

# vi weston.ini

[core]

backend=fbdev-backend.so


아직 도는게 없어서인지 메모리가 후덜덜하게 조금 먹는다.

기본으로 되는게 터미널 밖에 없어서 이것저것 좀 깔아봐야 할 듯..



[링크 : https://www.mankier.com/5/weston.ini]


음.. 그럼.. 굳이 rpi-update 안해도 되려나?

Posted by 구차니