Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

set top box development using C in linux

Status
Not open for further replies.

john2020

Full Member level 5
Joined
Nov 13, 2005
Messages
292
Helped
12
Reputation
24
Reaction score
8
Trophy points
1,298
Activity points
4,911
i need help in set top box development using C in linux. any links or books or source codes, will be helpful.
 

i also need the basics about it can you share it ?
 

i need help in set top box development using C in linux. any links or books or source codes, will be helpful.

What portion of the set-top-box you are developing?
The application? The Kernel and driver?

If you are developing Kernel and driver then you are in a wrong way. Because the Hardware vendor should have given you the BSP for it.

If you are developing application software then it is not different from any other software development. The Vendor must have provided you with Linux-SDK for the platform. You just have to follow few guidelines.

By the way If it is android based then you can follow any android application developer guide and be happy.
 
Thank you for replying bluehole, Under the "set top box development using C in linux" I mean RTOS (Real Time Operation System) and the features with available to add or remove, for example I want to change menu of Set-top-box and add one more channel sorting type or editing remove or rename feature.
 

Thank you for replying bluehole, Under the "set top box development using C in linux" I mean RTOS (Real Time Operation System) and the features with available to add or remove, for example I want to change menu of Set-top-box and add one more channel sorting type or editing remove or rename feature.

In that case you are modifying the UI only. You need not worry about the Low level stuff.

Generally The Vendor must have provided you with SDK. Even You don't have to see those if you need to change the menu appearance and menu entry name.

Just find some XML type file which Actually controls these things. I assume you use QT on your STB or might be GTK webkit.

In both the cases you have a XML file controls the UI. The underlying code should be written in C/C++/Java though.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top