Difference between revisions of "Open source software for series A7/8/9 SH4"


From SamyGO
Jump to: navigation, search
m
m
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
  
=Components=
+
=System components=
 
System is based on Linux, modified [http://www.stlinux.com/ STLinux] from ST Microelectronics
 
System is based on Linux, modified [http://www.stlinux.com/ STLinux] from ST Microelectronics
 
and [http://duckbox.info/ DuckBox] - collection of open software for satellite box.
 
and [http://duckbox.info/ DuckBox] - collection of open software for satellite box.
Line 29: Line 29:
 
Driver for DVB-T frontend S5H1432 was backported from linux 3.6 and substantially reworked.
 
Driver for DVB-T frontend S5H1432 was backported from linux 3.6 and substantially reworked.
  
 +
===Initialization and control of TV hardware===
 +
User mode process for initializing and setting
 +
* FRC (frame rate converter) - I belive FRC9459M chip from Micronas is used
 +
* FBE (FBE2 picture enhancer, commercially called DNIe)
 +
* LDM (local dimming control)
 +
* NTP3100 speaker amplifiers
 +
Also used for
 +
* SCH (scaler handling) - communication with secondary CPU MTK8226
 +
 +
 +
 +
=User software=
 +
 +
[[File:neutrino-samtv.jpg|400px|right]]
 +
===Neutrino MP===
 +
User software for satellite receiver. Multiplatform version with DVB-T.
 +
 +
Sources git://gitorious.org/neutrino-mp/neutrino-mp.git
 +
 +
* Fast start-up and operation
 +
* Reasonable memory requirements - 50 MB free when running
 +
* Nice GUI with partial transparency
 +
* Advanced live graphs of signal quality.
 +
* Simple media player and UPnP browser, not yet working on Samsung TV.
 +
 +
 +
 +
 +
----
 +
 +
 +
[[File:showtime-samtv1.jpg|400px|right]]
 
===Showtime media center===
 
===Showtime media center===
Nice media center software now being ported to sh4 / Havana player2. See http://www.lonelycoder.com/showtime/
+
Nice media center software now being ported to sh4 / Havana player2.
 +
See http://www.lonelycoder.com/showtime/
  
===Other software===
+
* Appealing animated GUI
DuckBox project includes following user software
+
* Advanced browser with support for local files, smb, http, UPnP
 +
* Automatic search in info databases
 +
* Demanding lot of CPU and GPU power, original GUI uses OpenGL rendering
 +
* Plugins and internal scripting in JavaScript
 +
 
 +
 
 +
Test showed that number of simplifications in GUI must be done to adjust low CPU power of Samsung TV.
 +
 
 +
 
 +
 
 +
 
 +
[[File:showtime-samtv2.jpg|220px]] [[File:showtime-samtv3.jpg|220px]] [[File:showtime-samtv-min.jpg|220px]] [[File:showtime-samtv-max.jpg|220px]]
 +
 
 +
----
 +
 
 +
 
 +
DuckBox project includes also following user software
  
 
* Enigma 2: Satellite receiver user software. Works and supports DVB-T. Media player does not decode all formats supported by Havana player2.
 
* Enigma 2: Satellite receiver user software. Works and supports DVB-T. Media player does not decode all formats supported by Havana player2.
* Neutrino HD: Satellite receiver user software. Works but does not support DVB-T. Fast start-up and operation. Good and simple media player.
+
* XBMC: Media center works but is very very slow and hardly fits into memory. Not for real use on this architecture.
* XBMC: Media center works but is very very slow and hardly fits into memory. Not for real use.
+
 
  
  
Line 44: Line 93:
  
  
 +
 +
=TODO list=
 +
* Factory and user settings of FBE2, FRC, LDM
 +
* More filter banks for speaker amplifiers
 +
* setting EEPROM handling
 +
* HDMI input handling
 +
* Micom IR remote control input and improve micom handler
 +
* HDMI CEC
 +
* SPIDF output
 +
 +
===Functions NOT planned to be suported===
 +
* Analogue TV
 +
* Analogue video in/out
 +
 +
=Misc=
 
Also see [https://forum.samygo.tv/viewtopic.php?f=8&t=5528 discussion]
 
Also see [https://forum.samygo.tv/viewtopic.php?f=8&t=5528 discussion]

Latest revision as of 17:46, 14 March 2013

Increasing discontent with Samsung software resulted in looking for better alternative. And open source community offers one. Belive or not, Samsung TV can run without Samsung's software!

Disclaimer

System is very experimental and many components are work in progress. It is not yet suitable for general public. If you are not experienced in linux, please do not use it. There is ABSOLUTELY NO WARRANTY


System components

System is based on Linux, modified STLinux from ST Microelectronics and DuckBox - collection of open software for satellite box. TDT used in following text is acronym for Team Duck Box.

Build toolchain

Used TDT build system with patches for SAMTV

Linux kernel

linux kernel version 2.6.32.59 stm24-211 with TDT patches and SAMTV board setup. Kernel is configured for nfs boot and root. To speed up boot time, usb disk and flash drivers are NOT compiled in, so this kernel will NOT work with usb root.

Havana player2

Open source multimedia player framework from ST Microelectronics. In original Samsung software is used player version 1 with STAPI. Player 2 has linux native DVB API. Used TDT patched version 2-191 with aditional patches for SAMTV.

Native linux DVB-T driver

Driver for DVB-T frontend S5H1432 was backported from linux 3.6 and substantially reworked.

Initialization and control of TV hardware

User mode process for initializing and setting

  • FRC (frame rate converter) - I belive FRC9459M chip from Micronas is used
  • FBE (FBE2 picture enhancer, commercially called DNIe)
  • LDM (local dimming control)
  • NTP3100 speaker amplifiers

Also used for

  • SCH (scaler handling) - communication with secondary CPU MTK8226


User software

Neutrino-samtv.jpg

Neutrino MP

User software for satellite receiver. Multiplatform version with DVB-T.

Sources git://gitorious.org/neutrino-mp/neutrino-mp.git

  • Fast start-up and operation
  • Reasonable memory requirements - 50 MB free when running
  • Nice GUI with partial transparency
  • Advanced live graphs of signal quality.
  • Simple media player and UPnP browser, not yet working on Samsung TV.





Showtime-samtv1.jpg

Showtime media center

Nice media center software now being ported to sh4 / Havana player2. See http://www.lonelycoder.com/showtime/

  • Appealing animated GUI
  • Advanced browser with support for local files, smb, http, UPnP
  • Automatic search in info databases
  • Demanding lot of CPU and GPU power, original GUI uses OpenGL rendering
  • Plugins and internal scripting in JavaScript


Test showed that number of simplifications in GUI must be done to adjust low CPU power of Samsung TV.



Showtime-samtv2.jpg Showtime-samtv3.jpg Showtime-samtv-min.jpg Showtime-samtv-max.jpg



DuckBox project includes also following user software

  • Enigma 2: Satellite receiver user software. Works and supports DVB-T. Media player does not decode all formats supported by Havana player2.
  • XBMC: Media center works but is very very slow and hardly fits into memory. Not for real use on this architecture.


Instalation

To be described


TODO list

  • Factory and user settings of FBE2, FRC, LDM
  • More filter banks for speaker amplifiers
  • setting EEPROM handling
  • HDMI input handling
  • Micom IR remote control input and improve micom handler
  • HDMI CEC
  • SPIDF output

Functions NOT planned to be suported

  • Analogue TV
  • Analogue video in/out

Misc

Also see discussion