NEWS

TODO

RPI

Thanks to the qt project I was eligible for a RPI sample,

I got my voucher by email and replied asap to by email, but did not receive any confirmation but It arrived on 12 sept 2012 …

UsagE :

1/ DownLoad : http://www.raspberrypi.org/downloads

http://downloads.raspberrypi.org/images/qtonpi/qtonpi-0.02/qtonpi-0.2.tar.bz2.torrent

http://downloads.raspberrypi.org/images/raspbian/2012-09-18-wheezy-raspbian/2012-09-18-wheezy-raspbian.zip.torrent

http://lists.qt-project.org/pipermail/qtonpi/2012-April/000315.html

2/ dump image qtonpi-0.2 http://qt-project.org/forums/viewthread/17942#

time bzcat qtonpi-0.2.tar.bz2/qtonpi-0.2/sdcard-img/qtonpi-sdcard-0.2.img.bz2 | sudo time dd of=/dev/sdb
1879048192 bytes (1.9 GB) copied, 592.732 s, 3.2 MB/s
Filesystem            Size  Used Avail Use% Mounted on
/dev/mmcblk0p2        962M  504M  410M  56% /media/root
/dev/mmcblk0p1        122M   28M   95M  23% /media/kernel

3/ plug SVideo , console login prompt appear

4/ login and UpGrade using zipper

http://qt-project.org/wiki/Create

Dont expect to use MousE

https://bugreports.qt-project.org/browse/QTONPI-13

ToDo :

http://www.berryterminal.com/doku.php/berryboot

http://elinux.org/RPi_Distributions

http://qt-project.org/wiki/RaspberryPi_Beginners_guide

MisC :

http://brewpi.com/brewpi-released-all-source-code-online-a-wiki-a-forum-a-bug-tracker-lets-go/

@TaG: qt ARM ir RpI

DISTRO

DEBIAN

time sudo ddrescue --force 2012-09-18-wheezy-raspbian.zip/2012-09-18-wheezy-raspbian.img /dev/sdb # 2G

LoG in with SsH :

root@raspberrypi:/home/pi# sudo su apt-get install screen

pi@raspberrypi ~ $ sudo killall raspi-config ;  sudo raspi-config       
groups="audio video input dialout plugdev staff"
for group in $groups ; do sudo addgroup $USER $group ; done
sudo apt-get install nfs-kernel-server irssi weechat zile
sudo apt-get remove lxde lxde-core gnome-themes-standard

SOFTWARE

SOFTWARE : XBMC

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5243CDED
echo "deb http://archive.mene.za.net/raspbian wheezy contrib" | sudo tee "/etc/apt/sources.list.d/mene.list"
sudo apt-get update ; sudo apt-get install xbmc
cat /etc/default/xbmc 
apt-cache show xbmc  | grep Version | sort -rn
Version: 2:11.0~git20121018.ff434fe-1

RC

# mkdir -p /home/pi/.xbmc/userdata/keymaps
cat >  keymap.xml

<keymap>
<!--**************GLOBAL**************-->
  <global>
    <keyboard>
	<key id="389185">ActivateWindow(home)</key> <!--Green-->
	<key id="389188">Close</key> <!--Yellow/Exit-->
	<key id="61619">Play</key> <!--Play/Play-->
	<key id="61618">Stop</key> <!--Stop/Stop-->
	<key id="61448">PreviousMenu</key> <!--Backspace/Prev-->
    </keyboard>
  </global>

<!--**************HOME**************-->
  <home>
    <keyboard>	
	<key id="389186">XBMC.CleanLibrary(video)</key> <!--Red-->
	<key id="389187">XBMC.UpdateLibrary(video)</key> <!--Blue-->
	<key id="61467">ActivateWindow(settings)</key> <!--ESC/Menu-->	
	<key id="323597">ActivateWindow(systeminfo)</key> <!--FullScreen/Info-->
    </keyboard>
  </home>

<!--**************VIDEO LIBRARY**************-->
  <videolibrary>
    <keyboard>
	<key id="389187">ToggleWatched</key> <!--Blue-->
	<key id="61467">ContextMenu</key> <!--ESC/Menu-->
	<key id="61473">PageUp</key> <!--PageUp/Channel Up-->
	<key id="61474">PageDown</key> <!--PageDown/Channel Down-->
    </keyboard>
  </videolibrary>

<!--**************MUSIC LIBRARY**************-->
  <musiclibrary>
    <keyboard>
	<key id="61467">ContextMenu</key> <!--ESC/Menu-->
	<key id="61473">PageUp</key> <!--PageUp/ChapterUp-->
	<key id="61474">PageDown</key> <!--PageDown/ChapterDown-->
    </keyboard>
  </musiclibrary>

<!--**************FULLSCREEN VIDEO**************-->
  <FullscreenVideo>
    <keyboard>
	<key id="61467">OSD</key> <!--ESC/Menu-->
	<key id="61473">SubtitleDelayPlus</key> <!--PageUp/Channel Up-->
	<key id="61474">SubtitleDelayMinus</key> <!--PageDown/Channel Down-->
	<key id="61617">SmallStepBack</key> <!--Track Left/Previous Track-->
	<key id="61616">SmallStepBack</key> <!--Track Right/Next Track-->
	<key id="323597">CodecInfo</key> <!--FullScreen/Info-->
    </keyboard>
  </FullscreenVideo>

<!--**************VISUALISATION**************-->
  <visualisation>
    <keyboard>	
	<key id="61467">ActivateWindow(musicosd)</key> <!--Esc/Menu-->
	<key id="389188">XBMC.RunScript(script.cu.lyrics)</key> <!--Yellow/Exit-->
    </keyboard>
  </visualisation>

<!--**************SLIDESHOW**************-->
  <slideshow>
    <keyboard>
	<key id="61473">ZoomIn</key> <!--PageUp/Channel Up-->
	<key id="61474">ZoomOut</key> <!--PageDown/Channel Down-->
	<key id="323597">ActivateWindow(pictureinfo)</key> <!--FullScreen/Info-->
    </keyboard>
  </slideshow>

<!--**************END KEYMAP**************-->
</keymap>

OpenElec :

@TaG: MediaCenter XbmC

RAM

free
             total       used       free     shared    buffers     cached
Mem:        189052     159168      29884          0       2360      16572
-/+ buffers/cache:     140236      48816
Swap:       102396      18628      83768
echo "gpu_mem=128"  >>  "/boot/config.txt"
free
             total       used       free     shared    buffers     cached
Mem:        124128     111724      12404          0       2656      59320
-/+ buffers/cache:      49748      74380
Swap:       102396         16     102380

http://raspberrypi.stackexchange.com/questions/673/what-is-the-optimum-split-of-main-versus-gpu-memory

HARDWARE

HARDWARE Peripherals

I created A box using a VCard box , it's the same format just cut the holes …

May this one be better, but I'd rather 3D PrintIng mine someday :

KeyBoard , BlueTooth , UsB to PS2 …

FiX SVideO to DisplaY on SecaM tv.fr : http://www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=3834

root@raspberrypi:/boot# diff -u /boot/config.txt.orig /boot/config.txt
--- /boot/config.txt.orig       2012-09-24 18:30:04.000000000 +0000
+++ /boot/config.txt    2012-09-24 18:31:56.000000000 +0000
@@ -33,7 +33,7 @@
 #config_hdmi_boost=4
 
 # uncomment for composite PAL
-#sdtv_mode=2
+sdtv_mode=2
 
 #uncomment to overclock the arm. 700 MHz is the default.
 #arm_freq=800

PeripheraL s : KeyBoard , BlueTooth , UsB to PS2 …

LapTop :

MisC :

@MorE: rc RaspberryPi

I/O

I/O : SERIAL UART

Note : the Voltage is 3.3 V not -/+12V or -/+5V

aptitude install setserial cu

cat -v /proc/tty/driver/ttyAMA 
serinfo:1.0 driver revision:
0: uart:PL011 rev3 mmio:0x20201000 irq:83 tx:72 rx:0 RTS|CTS|DTR
cu -l /dev/ttyAMA0
cu: open (/dev/ttyAMA0): Permission denied
cu: /dev/ttyAMA0: Line in use
(TTL 5V output )---[ R1=10K ]---( CMOS 3.3V INPUT ) ----[ R2=20K ]---------( GND )

attachment.php

@TaG: GpiO / SeriaL / UarT / TtL / BcM

SOFTWARE : Qt

Qt5

echo "deb http://archive.qmh-project.org/rpi-wheezy/debian unstable main" | sudo tee '/etc/apt/sources.list.d/qmh-project.list'
sudo apt-get update ; sudo apt-get install qt50-snapshot

FeedBack : http://qt-project.org/forums/viewthread/19075/

QtOnPi

MISC

TODO

MISC

MORE

armv6.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki