Hey everyone,
I'm fairly new to beaglebone/LCD7 cape and Archlinux community.
Today I was able to get archlinux running, from installation guide at
http://archlinuxarm.org/platforms/armv7/beaglebone (lastest version of Archlinux I guess), together with xorg and enlightenment17.
$this->bbcode_second_pass_code('', '
[root@alarm ~]# uname -a
Linux alarm 3.2.32-4-ARCH #1 PREEMPT Mon Nov 5 03:18:39 UTC 2012 armv7l GNU/Linux
')
Below various step *after* SD Card Creation :
$this->bbcode_second_pass_code('', '
pacman -Syu
pacman -S fbset
pacman -S xorg-server xorg-xinit xorg-server-utils
pacman -S xf86-video-omapfb
pacman -S enlightenment17
pacman -S ttf-dejavu ttf-bitstream-vera
pacman -S ttf-indic-otf
')
After that , edited /etc/X11/xinit/xinitrc like :
$this->bbcode_second_pass_code('', '
enlightenment_start
#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
')
Like ykmag said , enabled touchscreen with : modprobe ti_tscadc
Then created /etc/modules-load.d/ti_tscadc.conf file :
$this->bbcode_second_pass_code('', '
#Load 'ti_tscadc.ko' at boot.
ti_tscadc
')
Well, the beaglebone + LCD + TS seems to work with #startx command. But I wondering now , how to calibrate the touchscreen in Archlinux...
All suggestions are welcome !