Difference between revisions of "Kodi"

From ArmadeusWiki
Jump to: navigation, search
(Usage)
(Tips)
Line 17: Line 17:
 
<pre class="apf">
 
<pre class="apf">
 
# udhcpc -i eth0 -b
 
# udhcpc -i eth0 -b
 +
</pre>
 +
* If no [[RTC]], get current time from NTP:
 +
<pre class="apf">
 +
# ntpd -nqp 217.147.208.1
 
</pre>
 
</pre>
 
* De-activate Framebuffer timeout and blinking cursor: [[Framebuffer#Tips]]
 
* De-activate Framebuffer timeout and blinking cursor: [[Framebuffer#Tips]]

Revision as of 16:23, 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
  • If no RTC, get current time from NTP:
# ntpd -nqp 217.147.208.1

Links