Kodi: Difference between revisions

From ArmadeusWiki
Line 12: Line 12:
* Application is launched by default with the generated rootfs
* Application is launched by default with the generated rootfs
* You will need a keyboard/joystick to control the application
* You will need a keyboard/joystick to control the application
==Tips==
* Launch network interface before kodi:
<pre class="apf">
# udhcpc -i eth0 -b
</pre>
* De-activate Framebuffer timeout and blinking cursor: [[Framebuffer#Tips]]
* To have them launched at each boot, add these tips to ''/etc/init.d/S50kodi''
* You can get some test videos here: http://download.blender.org/peach/bigbuckbunny_movies/


==Links==
==Links==

Revision as of 15:20, 15 April 2015

Kodi is the new name for XBMC, which is a multiplatform mediacenter. It runs very well on the APF6.

Installation

$ make apf6mediacenter_defconfig
  • Take some coffees
  • Reflash kernel, rootfs & DTBs

Usage

  • Application is launched by default with the generated rootfs
  • You will need a keyboard/joystick to control the application

Tips

  • Launch network interface before kodi:
# udhcpc -i eth0 -b

Links