<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Cxl000&amp;feed=atom&amp;limit=50&amp;target=Cxl000&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Cxl000&amp;feed=atom&amp;limit=50&amp;target=Cxl000&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Cxl000"/>
		<updated>2013-05-19T07:07:01Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice</id>
		<title>MeeGo Smart TV for Trimslice</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice"/>
				<updated>2011-09-21T13:15:12Z</updated>
		
		<summary type="html">&lt;p&gt;Cxl000: /* Build a Meego 1.3 based image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MeeGo Smart TV for Trimslice =&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc_on_trimslice.jpg]]&lt;br /&gt;
&lt;br /&gt;
This page tracks the developments in porting MeeGo Tv and applications to the trimslice device from compulab.&lt;br /&gt;
&lt;br /&gt;
See [http://www.meegoexperts.com/2011/07/nvidia-meego-battle-ground/] for the latest status of table ux on the device&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=Q04VfoNi-5M&amp;amp;feature=player_embedded&lt;br /&gt;
&lt;br /&gt;
and current status of XBMC&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=rfhiz_ORbwE&lt;br /&gt;
&lt;br /&gt;
== Current Image ==&lt;br /&gt;
&lt;br /&gt;
http://dl.dropbox.com/u/5715485/trimslice/trimslice.img.bz2&lt;br /&gt;
&lt;br /&gt;
The image above was based on an image created by this kickstart file [[File:Tablet-armv7hl-tegra2-v02.ks]]&lt;br /&gt;
&lt;br /&gt;
To install use an SD card (and put it in sticker facing down in the front SD slot of the trimslice). Write the image in the following way : &lt;br /&gt;
bunzip2 -c trimslice/trimslice.img.bz2 | dd of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
The easiest is to then use gparted to extend the image to your SD cards size. (the image is made to fit a 2GB SD card).&lt;br /&gt;
&lt;br /&gt;
Default passwords are meego/meego and root/meego.  meego is in the sudoers file.&lt;br /&gt;
&lt;br /&gt;
Problems:&lt;br /&gt;
* pulseaudio is broken (use package from [http://build.meego.com/package/show?package=pulseaudio&amp;amp;project=home%3Abrendan%3Abranches%3Adevel%3Amultimedia here]), install using the --ignorearch option to rpm&lt;br /&gt;
* HDMI out is not enabled in xorg.conf (can be enabled using this [http://pastebin.com/H39ZF9Qf xorg.conf])&lt;br /&gt;
* 24bit color disabled by default because meego-dm will not start with it, xorg.conf above enables it&lt;br /&gt;
* image has no .ks it's vgrade's filesystem&lt;br /&gt;
* repositories from 1.2-oss are missing replace the version with /latest-1.2/ in .repo files&lt;br /&gt;
* xbmc is broken on that build, just do a zypper refresh &amp;amp;&amp;amp; zypper in --force xbmc-gles&lt;br /&gt;
* run 'startx' as the meego user, then from the xterm run xbmc.&lt;br /&gt;
* HDMI audio needs configuring in XBMC, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
&lt;br /&gt;
== Build a Meego 1.3 based image ==&lt;br /&gt;
&lt;br /&gt;
Download this kickstart file [[File:Ts-armv7hl-tegra2-v05.ks]] to /tmp&lt;br /&gt;
&lt;br /&gt;
Use mic to create the image:&lt;br /&gt;
mic-image-creator --pkgmgr=yum --prefix=ts --tmpdir=/tmp --format=raw --cache=/var/tmp/meego13cache --arch=armv7hl --record-pkgs=name  --config=/tmp/ts-armv7hl-tegra2-v05.ks --outdir=MYOUTDIR/meego-image --overlay-size-mb=64 --run-mode=1 --save-kernel --logfile=MYOUTDIR/meego-image/ts-armv7hl-tegra2-v05.log&lt;br /&gt;
&lt;br /&gt;
Note: Occasionally latest-testing armv7hl is not be published this will manifest as a failure to download the repomd.xml.&lt;br /&gt;
If this occurs you can search the site for the most recent 1.2.90 with published files and replace latest-testing (e.g. s/latest-testing/1.2.90.4.0.20110920.84/)&lt;br /&gt;
&lt;br /&gt;
copy the image to SD and resize the root partition (p2) load and boot.&lt;br /&gt;
&lt;br /&gt;
This image&lt;br /&gt;
* Starts X with hardfp drivers&lt;br /&gt;
* Starts openbox window manager&lt;br /&gt;
* You can start xterm from the openbox menu&lt;br /&gt;
* You can run FlyingBus from xterm&lt;br /&gt;
* working LAN&lt;br /&gt;
* WLAN device not tested&lt;br /&gt;
* BT dongle (will scan but I have not yet succeed in pairing)&lt;br /&gt;
* needs more testing&lt;br /&gt;
&lt;br /&gt;
== Supported Features ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/wiki/index.php/Supported_Features&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* replace the image above with a MeeGo TV UX (XBMC) - done, thanks Brendan&lt;br /&gt;
* XBMC integration - mostly, see progress [http://www.trimslice.com/forum/viewforum.php?f=47 here]&lt;br /&gt;
* HDMI audio - done, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
* Investigate video playback using the openmax tools supplied by nVidia&lt;br /&gt;
* Investigate gst-openmax integration and madeo-uplayer&lt;br /&gt;
* MeeGo TV Browser - http://build.meego.com/package/show?package=meego-tv-browser&amp;amp;project=home%3Adanming%3Abranches%3Adevel%3Atv%3A1.2&lt;br /&gt;
* IR remote control (LIRC with IRXevent?)&lt;br /&gt;
* Bluetooth remote control (with the included USB-&amp;gt;bt)&lt;br /&gt;
* HTML5 control application &lt;br /&gt;
* QML control application - N900 - N950 - N9 - http://www.youtube.com/watch?v=CCl0j_Gro1Y&amp;amp;feature=player_embedded#at=14&lt;br /&gt;
* Qt Media Player - http://qt-apps.org/content/show.php/Qt+Media+Player?content=128644&lt;br /&gt;
* qOrbiter (linuxmce) http://imgur.com/mAAjx - &lt;br /&gt;
* Gyration integration - http://www.gyration.com/index.php/gb/home.html&lt;br /&gt;
* DVB-T, DVB-S integration&lt;br /&gt;
* Flash support &lt;br /&gt;
* add more here&lt;br /&gt;
&lt;br /&gt;
== Device Developer Program ==&lt;br /&gt;
&lt;br /&gt;
Compulab are announcing in the next week or so details of how to purchase a device at 45% reduction on the retail price. [[Community_Office/Community_device_program#Trimslice]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
* #meego-arm on irc.freenode.net, this channel is for development effort not a support channel &lt;br /&gt;
* #TegraLinux on irc freenode&lt;br /&gt;
* #trimslice on irc freenode&lt;br /&gt;
&lt;br /&gt;
== Assets in hardware adaptation ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/forum/index.php&lt;br /&gt;
&lt;br /&gt;
http://tegradeveloper.nvidia.com/tegra/&lt;br /&gt;
&lt;br /&gt;
[[ARM/hardfp]]&lt;br /&gt;
&lt;br /&gt;
== Team members ==&lt;br /&gt;
&lt;br /&gt;
* Martin Brook / vgrade&lt;br /&gt;
* Brendan Le Foll / arfoll&lt;br /&gt;
* Chris Leach / cxl000&lt;br /&gt;
* Glen Gray / slaine&lt;/div&gt;</summary>
		<author><name>Cxl000</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice</id>
		<title>MeeGo Smart TV for Trimslice</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice"/>
				<updated>2011-09-21T06:29:02Z</updated>
		
		<summary type="html">&lt;p&gt;Cxl000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MeeGo Smart TV for Trimslice =&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc_on_trimslice.jpg]]&lt;br /&gt;
&lt;br /&gt;
This page tracks the developments in porting MeeGo Tv and applications to the trimslice device from compulab.&lt;br /&gt;
&lt;br /&gt;
See [http://www.meegoexperts.com/2011/07/nvidia-meego-battle-ground/] for the latest status of table ux on the device&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=Q04VfoNi-5M&amp;amp;feature=player_embedded&lt;br /&gt;
&lt;br /&gt;
and current status of XBMC&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=rfhiz_ORbwE&lt;br /&gt;
&lt;br /&gt;
== Current Image ==&lt;br /&gt;
&lt;br /&gt;
http://dl.dropbox.com/u/5715485/trimslice/trimslice.img.bz2&lt;br /&gt;
&lt;br /&gt;
The image above was based on an image created by this kickstart file [[File:Tablet-armv7hl-tegra2-v02.ks]]&lt;br /&gt;
&lt;br /&gt;
To install use an SD card (and put it in sticker facing down in the front SD slot of the trimslice). Write the image in the following way : &lt;br /&gt;
bunzip2 -c trimslice/trimslice.img.bz2 | dd of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
The easiest is to then use gparted to extend the image to your SD cards size. (the image is made to fit a 2GB SD card).&lt;br /&gt;
&lt;br /&gt;
Default passwords are meego/meego and root/meego.  meego is in the sudoers file.&lt;br /&gt;
&lt;br /&gt;
Problems:&lt;br /&gt;
* pulseaudio is broken (use package from [http://build.meego.com/package/show?package=pulseaudio&amp;amp;project=home%3Abrendan%3Abranches%3Adevel%3Amultimedia here]), install using the --ignorearch option to rpm&lt;br /&gt;
* HDMI out is not enabled in xorg.conf (can be enabled using this [http://pastebin.com/H39ZF9Qf xorg.conf])&lt;br /&gt;
* 24bit color disabled by default because meego-dm will not start with it, xorg.conf above enables it&lt;br /&gt;
* image has no .ks it's vgrade's filesystem&lt;br /&gt;
* repositories from 1.2-oss are missing replace the version with /latest-1.2/ in .repo files&lt;br /&gt;
* xbmc is broken on that build, just do a zypper refresh &amp;amp;&amp;amp; zypper in --force xbmc-gles&lt;br /&gt;
* run 'startx' as the meego user, then from the xterm run xbmc.&lt;br /&gt;
* HDMI audio needs configuring in XBMC, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
&lt;br /&gt;
== Build a Meego 1.3 based image ==&lt;br /&gt;
&lt;br /&gt;
Download this kickstart file [[File:Ts-armv7hl-tegra2-v05.ks]] to /tmp&lt;br /&gt;
&lt;br /&gt;
Use mic to create the image:&lt;br /&gt;
mic-image-creator --pkgmgr=yum --prefix=ts --tmpdir=/tmp --format=raw --cache=/var/tmp/meego13cache --arch=armv7hl --record-pkgs=name  --config=/tmp/ts-armv7hl-tegra2-v05.ks --outdir=MYOUTDIR/meego-image --overlay-size-mb=64 --save-kernel --logfile=MYOUTDIR/meego-image/ts-armv7hl-tegra2-v05.log&lt;br /&gt;
&lt;br /&gt;
Note: Occasionally latest-testing armv7hl is not be published this will manifest as a failure to download the repomd.xml.&lt;br /&gt;
If this occurs you can search the site for the most recent 1.2.90 with published files and replace latest-testing (e.g. s/latest-testing/1.2.90.4.0.20110920.84/)&lt;br /&gt;
&lt;br /&gt;
copy the image to SD and resize the root partition (p2) load and boot.&lt;br /&gt;
&lt;br /&gt;
This image&lt;br /&gt;
* Starts X with hardfp drivers&lt;br /&gt;
* Starts openbox window manager&lt;br /&gt;
* You can start xterm from the openbox menu&lt;br /&gt;
* You can run FlyingBus from xterm&lt;br /&gt;
* working LAN&lt;br /&gt;
* WLAN device not tested&lt;br /&gt;
* BT dongle (will scan but I have not yet succeed in pairing)&lt;br /&gt;
* needs more testing&lt;br /&gt;
&lt;br /&gt;
== Supported Features ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/wiki/index.php/Supported_Features&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* replace the image above with a MeeGo TV UX (XBMC) - done, thanks Brendan&lt;br /&gt;
* XBMC integration - mostly, see progress [http://www.trimslice.com/forum/viewforum.php?f=47 here]&lt;br /&gt;
* HDMI audio - done, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
* Investigate video playback using the openmax tools supplied by nVidia&lt;br /&gt;
* Investigate gst-openmax integration and madeo-uplayer&lt;br /&gt;
* MeeGo TV Browser - http://build.meego.com/package/show?package=meego-tv-browser&amp;amp;project=home%3Adanming%3Abranches%3Adevel%3Atv%3A1.2&lt;br /&gt;
* IR remote control (LIRC with IRXevent?)&lt;br /&gt;
* Bluetooth remote control (with the included USB-&amp;gt;bt)&lt;br /&gt;
* HTML5 control application &lt;br /&gt;
* QML control application - N900 - N950 - N9 - http://www.youtube.com/watch?v=CCl0j_Gro1Y&amp;amp;feature=player_embedded#at=14&lt;br /&gt;
* Qt Media Player - http://qt-apps.org/content/show.php/Qt+Media+Player?content=128644&lt;br /&gt;
* qOrbiter (linuxmce) http://imgur.com/mAAjx - &lt;br /&gt;
* Gyration integration - http://www.gyration.com/index.php/gb/home.html&lt;br /&gt;
* DVB-T, DVB-S integration&lt;br /&gt;
* Flash support &lt;br /&gt;
* add more here&lt;br /&gt;
&lt;br /&gt;
== Device Developer Program ==&lt;br /&gt;
&lt;br /&gt;
Compulab are announcing in the next week or so details of how to purchase a device at 45% reduction on the retail price. [[Community_Office/Community_device_program#Trimslice]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
* #meego-arm on irc.freenode.net, this channel is for development effort not a support channel &lt;br /&gt;
* #TegraLinux on irc freenode&lt;br /&gt;
* #trimslice on irc freenode&lt;br /&gt;
&lt;br /&gt;
== Assets in hardware adaptation ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/forum/index.php&lt;br /&gt;
&lt;br /&gt;
http://tegradeveloper.nvidia.com/tegra/&lt;br /&gt;
&lt;br /&gt;
[[ARM/hardfp]]&lt;br /&gt;
&lt;br /&gt;
== Team members ==&lt;br /&gt;
&lt;br /&gt;
* Martin Brook / vgrade&lt;br /&gt;
* Brendan Le Foll / arfoll&lt;br /&gt;
* Chris Leach / cxl000&lt;br /&gt;
* Glen Gray / slaine&lt;/div&gt;</summary>
		<author><name>Cxl000</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice</id>
		<title>MeeGo Smart TV for Trimslice</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice"/>
				<updated>2011-09-21T06:27:36Z</updated>
		
		<summary type="html">&lt;p&gt;Cxl000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MeeGo Smart TV for Trimslice =&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc_on_trimslice.jpg]]&lt;br /&gt;
&lt;br /&gt;
This page tracks the developments in porting MeeGo Tv and applications to the trimslice device from compulab.&lt;br /&gt;
&lt;br /&gt;
See [http://www.meegoexperts.com/2011/07/nvidia-meego-battle-ground/] for the latest status of table ux on the device&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=Q04VfoNi-5M&amp;amp;feature=player_embedded&lt;br /&gt;
&lt;br /&gt;
and current status of XBMC&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=rfhiz_ORbwE&lt;br /&gt;
&lt;br /&gt;
== Current Image ==&lt;br /&gt;
&lt;br /&gt;
http://dl.dropbox.com/u/5715485/trimslice/trimslice.img.bz2&lt;br /&gt;
&lt;br /&gt;
The image above was based on an image created by this kickstart file [[File:Tablet-armv7hl-tegra2-v02.ks]]&lt;br /&gt;
&lt;br /&gt;
To install use an SD card (and put it in sticker facing down in the front SD slot of the trimslice). Write the image in the following way : &lt;br /&gt;
bunzip2 -c trimslice/trimslice.img.bz2 | dd of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
The easiest is to then use gparted to extend the image to your SD cards size. (the image is made to fit a 2GB SD card).&lt;br /&gt;
&lt;br /&gt;
Default passwords are meego/meego and root/meego.  meego is in the sudoers file.&lt;br /&gt;
&lt;br /&gt;
Problems:&lt;br /&gt;
* pulseaudio is broken (use package from [http://build.meego.com/package/show?package=pulseaudio&amp;amp;project=home%3Abrendan%3Abranches%3Adevel%3Amultimedia here]), install using the --ignorearch option to rpm&lt;br /&gt;
* HDMI out is not enabled in xorg.conf (can be enabled using this [http://pastebin.com/H39ZF9Qf xorg.conf])&lt;br /&gt;
* 24bit color disabled by default because meego-dm will not start with it, xorg.conf above enables it&lt;br /&gt;
* image has no .ks it's vgrade's filesystem&lt;br /&gt;
* repositories from 1.2-oss are missing replace the version with /latest-1.2/ in .repo files&lt;br /&gt;
* xbmc is broken on that build, just do a zypper refresh &amp;amp;&amp;amp; zypper in --force xbmc-gles&lt;br /&gt;
* run 'startx' as the meego user, then from the xterm run xbmc.&lt;br /&gt;
* HDMI audio needs configuring in XBMC, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
&lt;br /&gt;
== Build a Meego 1.3 based image ==&lt;br /&gt;
&lt;br /&gt;
Download this kickstart file [[http://wiki.meego.com/File:Ts-armv7hl-tegra2-v05.ks]] to /tmp&lt;br /&gt;
&lt;br /&gt;
Use mic to create the image:&lt;br /&gt;
mic-image-creator --pkgmgr=yum --prefix=ts --tmpdir=/tmp --format=raw --cache=/var/tmp/meego13cache --arch=armv7hl --record-pkgs=name  --config=/tmp/ts-armv7hl-tegra2-v05.ks --outdir=MYOUTDIR/meego-image --overlay-size-mb=64 --save-kernel --logfile=MYOUTDIR/meego-image/ts-armv7hl-tegra2-v05.log&lt;br /&gt;
&lt;br /&gt;
Note: Occasionally latest-testing armv7hl is not be published this will manifest as a failure to download the repomd.xml.&lt;br /&gt;
If this occurs you can search the site for the most recent 1.2.90 with published files and replace latest-testing (e.g. s/latest-testing/1.2.90.4.0.20110920.84/)&lt;br /&gt;
&lt;br /&gt;
copy the image to SD and resize the root partition (p2) load and boot.&lt;br /&gt;
&lt;br /&gt;
This image&lt;br /&gt;
* Starts X with hardfp drivers&lt;br /&gt;
* Starts openbox window manager&lt;br /&gt;
* You can start xterm from the openbox menu&lt;br /&gt;
* You can run FlyingBus from xterm&lt;br /&gt;
* working LAN&lt;br /&gt;
* WLAN device not tested&lt;br /&gt;
* BT dongle (will scan but I have not yet succeed in pairing)&lt;br /&gt;
* needs more testing&lt;br /&gt;
&lt;br /&gt;
== Supported Features ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/wiki/index.php/Supported_Features&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* replace the image above with a MeeGo TV UX (XBMC) - done, thanks Brendan&lt;br /&gt;
* XBMC integration - mostly, see progress [http://www.trimslice.com/forum/viewforum.php?f=47 here]&lt;br /&gt;
* HDMI audio - done, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
* Investigate video playback using the openmax tools supplied by nVidia&lt;br /&gt;
* Investigate gst-openmax integration and madeo-uplayer&lt;br /&gt;
* MeeGo TV Browser - http://build.meego.com/package/show?package=meego-tv-browser&amp;amp;project=home%3Adanming%3Abranches%3Adevel%3Atv%3A1.2&lt;br /&gt;
* IR remote control (LIRC with IRXevent?)&lt;br /&gt;
* Bluetooth remote control (with the included USB-&amp;gt;bt)&lt;br /&gt;
* HTML5 control application &lt;br /&gt;
* QML control application - N900 - N950 - N9 - http://www.youtube.com/watch?v=CCl0j_Gro1Y&amp;amp;feature=player_embedded#at=14&lt;br /&gt;
* Qt Media Player - http://qt-apps.org/content/show.php/Qt+Media+Player?content=128644&lt;br /&gt;
* qOrbiter (linuxmce) http://imgur.com/mAAjx - &lt;br /&gt;
* Gyration integration - http://www.gyration.com/index.php/gb/home.html&lt;br /&gt;
* DVB-T, DVB-S integration&lt;br /&gt;
* Flash support &lt;br /&gt;
* add more here&lt;br /&gt;
&lt;br /&gt;
== Device Developer Program ==&lt;br /&gt;
&lt;br /&gt;
Compulab are announcing in the next week or so details of how to purchase a device at 45% reduction on the retail price. [[Community_Office/Community_device_program#Trimslice]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
* #meego-arm on irc.freenode.net, this channel is for development effort not a support channel &lt;br /&gt;
* #TegraLinux on irc freenode&lt;br /&gt;
* #trimslice on irc freenode&lt;br /&gt;
&lt;br /&gt;
== Assets in hardware adaptation ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/forum/index.php&lt;br /&gt;
&lt;br /&gt;
http://tegradeveloper.nvidia.com/tegra/&lt;br /&gt;
&lt;br /&gt;
[[ARM/hardfp]]&lt;br /&gt;
&lt;br /&gt;
== Team members ==&lt;br /&gt;
&lt;br /&gt;
* Martin Brook / vgrade&lt;br /&gt;
* Brendan Le Foll / arfoll&lt;br /&gt;
* Chris Leach / cxl000&lt;br /&gt;
* Glen Gray / slaine&lt;/div&gt;</summary>
		<author><name>Cxl000</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Ts-armv7hl-tegra2-v05.ks</id>
		<title>File:Ts-armv7hl-tegra2-v05.ks</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Ts-armv7hl-tegra2-v05.ks"/>
				<updated>2011-09-21T05:50:54Z</updated>
		
		<summary type="html">&lt;p&gt;Cxl000: This kickstart file can be used to create a Meego 1.3 based image for the Trimslice.
It will start X on the HDMI with openbox.
No client apps yet but you can select xterm from them menu.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This kickstart file can be used to create a Meego 1.3 based image for the Trimslice.&lt;br /&gt;
It will start X on the HDMI with openbox.&lt;br /&gt;
No client apps yet but you can select xterm from them menu.&lt;/div&gt;</summary>
		<author><name>Cxl000</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice</id>
		<title>MeeGo Smart TV for Trimslice</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Smart_TV_for_Trimslice"/>
				<updated>2011-08-27T20:15:30Z</updated>
		
		<summary type="html">&lt;p&gt;Cxl000: /* Team members */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MeeGo Smart TV for Trimslice =&lt;br /&gt;
&lt;br /&gt;
[[File:Xbmc_on_trimslice.jpg]]&lt;br /&gt;
&lt;br /&gt;
This page tracks the developments in porting MeeGo Tv and applications to the trimslice device from compulab.&lt;br /&gt;
&lt;br /&gt;
See [http://www.meegoexperts.com/2011/07/nvidia-meego-battle-ground/] for the latest status of table ux on the device&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=Q04VfoNi-5M&amp;amp;feature=player_embedded&lt;br /&gt;
&lt;br /&gt;
and current status of XBMC&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=rfhiz_ORbwE&lt;br /&gt;
&lt;br /&gt;
== Current Image ==&lt;br /&gt;
&lt;br /&gt;
http://dl.dropbox.com/u/5715485/trimslice/trimslice.img.bz2&lt;br /&gt;
&lt;br /&gt;
To install use an SD card (and put it in sticker facing down in the front SD slot of the trimslice). Write the image in the following way : &lt;br /&gt;
bunzip2 -c trimslice/trimslice.img.bz2 | dd of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
The easiest is to then use gparted to extend the image to your SD cards size. (the image is made to fit a 2GB SD card)&lt;br /&gt;
&lt;br /&gt;
Problems:&lt;br /&gt;
* pulseaudio is broken on (all SMP arm)&lt;br /&gt;
* HDMI out is not enabled in xorg.conf see : http://pastebin.com/H39ZF9Qf&lt;br /&gt;
* 24bit color disabled by default because meego-dm will not start with it, xorg.conf above enables it&lt;br /&gt;
* image has no .ks it's vgrade's filesystem&lt;br /&gt;
* xbmc is broken on that build, just do a zypper refresh &amp;amp;&amp;amp; zypper update&lt;br /&gt;
* repositories from 1.2-oss are missing replace the version with /latest-1.2/ in .repo files&lt;br /&gt;
&lt;br /&gt;
== Supported Features ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/wiki/index.php/Supported_Features&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* replace the image above with a MeeGo TV UX (XBMC) - done, thanks Brendan&lt;br /&gt;
* XBMC integration - mostly, see progress [http://www.trimslice.com/forum/viewforum.php?f=47 here]&lt;br /&gt;
* HDMI audio - done, see [http://www.madeo.co.uk/wp-content/uploads/2011/08/20110802_001.jpg here]&lt;br /&gt;
* Investigate video playback using the openmax tools supplied by nVidia&lt;br /&gt;
* Investigate gst-openmax integration and madeo-uplayer&lt;br /&gt;
* MeeGo TV Browser - http://build.meego.com/package/show?package=meego-tv-browser&amp;amp;project=home%3Adanming%3Abranches%3Adevel%3Atv%3A1.2&lt;br /&gt;
* IR remote control (LIRC with IRXevent?)&lt;br /&gt;
* Bluetooth remote control (with the included USB-&amp;gt;bt)&lt;br /&gt;
* HTML5 control application &lt;br /&gt;
* QML control application - N900 - N950 - N9 - http://www.youtube.com/watch?v=CCl0j_Gro1Y&amp;amp;feature=player_embedded#at=14&lt;br /&gt;
* Qt Media Player - http://qt-apps.org/content/show.php/Qt+Media+Player?content=128644&lt;br /&gt;
* Gyration integration - http://www.gyration.com/index.php/gb/home.html&lt;br /&gt;
* DVB-T, DVB-S integration&lt;br /&gt;
* Flash support &lt;br /&gt;
* add more here&lt;br /&gt;
&lt;br /&gt;
== Device Developer Program ==&lt;br /&gt;
&lt;br /&gt;
Compulab are announcing in the next week or so details of how to purchase a device at 45% reduction on the retail price. [[Community_Office/Community_device_program#Trimslice]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
* #meego-arm on irc.freenode.net, this channel is for development effort not a support channel &lt;br /&gt;
* #TegraLinux on irc freenode&lt;br /&gt;
* #trimslice on irc freenode&lt;br /&gt;
&lt;br /&gt;
== Assets in hardware adaptation ==&lt;br /&gt;
&lt;br /&gt;
http://www.trimslice.com/forum/index.php&lt;br /&gt;
&lt;br /&gt;
http://tegradeveloper.nvidia.com/tegra/&lt;br /&gt;
&lt;br /&gt;
[[ARM/hardfp]]&lt;br /&gt;
&lt;br /&gt;
== Team members ==&lt;br /&gt;
&lt;br /&gt;
* Martin Brook / vgrade&lt;br /&gt;
* Brendan Le Foll / arfoll&lt;br /&gt;
* Chris Leach / cxl000&lt;/div&gt;</summary>
		<author><name>Cxl000</name></author>	</entry>

	</feed>