Programming :: How To Develop Firmware?

Nov 27, 2010

I would like to know what should I do to be able to develop firmware for a system.I have been a hobbyist kernel programmer and as an interest I have written device drivers.Now I would like to jump to firmware development.

View 2 Replies


ADVERTISEMENT

Programming :: How To Develop Software?

Jun 26, 2009

Do you need to know C++ to develop software. I'm an advanced PC user. Is it pretty easy to pick up. What kind of capabilities can I tap into?

View 14 Replies View Related

Programming :: How To Develop Kernel?

Oct 23, 2010

I just started taking OS implementation class, and you might wonder why im not asking this from my professor, well I have but he said its too soon.I want to know that if someone were to develop a new kernel , where would they start ?If you could just let me know where to start I would appreciate it very much.

View 2 Replies View Related

Programming :: Creating Packages Using Mono-develop

Nov 18, 2010

How can I create packages for Windows7 and Linux using C# in mono-develop ? Will the packet be directly installed under Windows7 ?

View 1 Replies View Related

Programming :: Develop An Html Template Parser Employing Flex & Bison?

Mar 23, 2011

I'm trying to develop an html template parser employing Flex & Bison, but now I found a problem and I don't know if surrender, so let's see if you can guide me to the solution (if any).

[Code]...

(Here I simplified the code to make only print what it gets, but it returns a token and the text to the bison program). Now my problem is that I would like to get the unknown characters as an unique string. [using the flex file above, returns char by char all HTML code that is not a comment!].

So, Could it be possible to make a flex rule that gets the HTML code?. It is not necessary to check if HTML code is correct I do it (before parse) using expat. Also there is no need to check the resulted code it will be done by the parser or compiler of the used language.

I know that are a lot of tools that uses this kind of templates in all languages and systems... but I'm just exercising my pour flex&bison skills. Also, using my current flex file, I have to remove the string "<!--MARKUP" from the beginning and "-->" from the end of returned string to bison... But in reality, if I could manage the HTML code as a flex rule, I could solve that sednding to bison an start Token, the code and and end token.

View 1 Replies View Related

General :: Arch Update Failed - Error "firmware: /lib/firmware/radeon/R700_rlc.bin Exists In Filesystem Note That In The Beginning"

Jul 4, 2010

I can't my system because of this error: Code: linux-firmware: /lib/firmware/radeon/R700_rlc.bin exists in filesystem Note that in the beginning, it asks:

Code: :: Replace kernel26-firmware with core/linux-firmware? [Y/n] There are so many updates by now that the list fills in a few pages in the terminal! Also, I wonder why so many Arch updates get stuck or broken compared to almost any other distro? Is it poorly designed packages? Is it a design flaw in pacman/the package format?

View 6 Replies View Related

Ubuntu :: Windows Driver Firmware - Error "Wireless Connection (Firmware Missing)"

Jun 4, 2011

after installing Ubuntu Natty Narwhal 11.04, I'm experiencing tons and tons of complications with the wireless Internet connection. I have solved most of them. Now I have only one thing left. When I hit the drop-down menu for wireless connections, it says "Wireless connection (Firmware missing)"

I have installed the driver for my wireless card but what is the firmware? I honestly don't know what it is although it's very basic. I have a Broadcom 43xx as my wireless card (specifically 4306). How do I get the firmware for it? Do I find it in Windows? Also I cannot get b43-fwcutter because I have absolutely to Internet connection on Ubuntu. To post this, I'm using Windows.

View 4 Replies View Related

Programming :: Physical Versus Virtual Mac Address And Mac Address From NIC's Firmware?

Apr 6, 2011

I need a small shell based program that prints the mac address of physical ethernet adapter from it's firmware. I need this utility for license generation and appliance activation. I have tried several example but none of them is flawless, The easiest method I have found is to parse the output of "ifconfig" command but it has also some drawbacks.

1. Firstly program should differentiate between physical and virtual adapters. Physical means installed on board(wired or wireless) or installed additionally. Virtual adapters are those created by VPN or created by virtualization apps such as VirtualBox/VMWare etc. I am not interested in virtual ones.

2. In case of more them one physical adapters(wired and wireless), it should print the mac address and description(name & vendor) of both/all adapters.

3. If media is disconnected then also it should be able to read the mac address and description(name, vendor) of card.

4. This one is bit complex. I know that 'ethtool' can show you the universal mac address but it's limited to use only 2 types of drivers and won't work in all cases.

View 2 Replies View Related

General :: Want To Develop Own Distribution

May 6, 2010

Where would I begin if I want to develop my own distribution? I have the kernel 2.6 downloaded, so obviously I need that. Anyone have a decent site or book I can look at? I want to use KDE/Gnome, with a GUI installer. I know a bit of C/C++, and I'll need a good, (and cheap if possible) book to brush up.

View 5 Replies View Related

General :: Where To Store Application That I Develop?

Sep 6, 2011

I'm developing a server application for ubuntu server, clients will connect to in through socket connection. It's in beta stage and under heavy development. At the moment lots of people are using it and it is updated almost every day. So I seed to seriously consider security issues and in the same time don't restrict myself too much. Now I have two questions:

Where is the appropriate place to store its files? Application consists of executable, some config files and startup script. But I don't want to spread it accross the filesystem just store in single folder for convenience since app is under heavy development. My guess would be to create new dir under /var. Right now I store it in my home folder.
Do I need to create separate user for it? I start it up using init.d script via sudo -u me. I want to restrict its access to system for security purposes but in the same time I want to be able to update it through FTP and not run into access issues (user that uploads it is different from user that runs it, and it sometimes need write access to some files). How to do that?

View 1 Replies View Related

Ubuntu :: How To Develop C++ Application Program

Jan 2, 2011

i was working in microsoft visual c++ but i have a plan to move Linux, So i installed ubuntu then how to program c++ application in ubuntu

View 1 Replies View Related

Ubuntu :: Develop Applications Like Calibre

Feb 17, 2011

I'm quite in acquaintance wit C,C++,Java etc. And have been using Ubuntu for quite a long time. how develop applications, Applications like calibre, Etc. I've also installed Eclipse, completely ignorant of it utilisation.

View 2 Replies View Related

General :: Want To Develop Window Manager

Jan 25, 2010

OK, so i have been thinking of developing my own distro. After experimenting with LFS(Linux From Scratch), i now know even more Linux, but i could not find out to create a Distro. Now, i want to use an existing Linux Distro, modify source code, and develop my own Window Manager(like GNOME and stuff.. i HAVE googled it, but it was nothing good there.) I also know that Elive has a good window manager, but i want to modify it a little. Do you guys know a good way to start, or a good website with resources i can use?

View 11 Replies View Related

General :: KDevelop: Only To Develop GUI Applications?

Aug 12, 2011

Kernel 2.6.21.5, slackware 12.0 Kdevelop 3.3.91 writing a C program of a pretty good size and, when I am done compiling, I'll have to begin debugging. I know of dbg, but was thinking in one of those integrated development environments (IDEs). Looking into my HDD, I found a KDevelop package and began to see what it was about. The documentation (help) is copious and it seems I will never get to the point in the docs where I'll know if it serves my purpose. For I'm afraid it is intended to develop appls for KDE, when in reality, my appl runs in a text console. So that is the question. Is KDevelop mainly intended for developing GUI applications?

View 7 Replies View Related

General :: IDE / GUI Package To Develop Software Utility?

Oct 4, 2009

Any useful IDE and GUI pkg that I can use under Linux to develop a software utility in C#? It would be good if the license for the GUI pkg allowed my code to be sold and not require it to be given away for free.

View 2 Replies View Related

Ubuntu :: GTK Designer In Mono Develop Not Working?

May 5, 2010

I installed Mono Develop on Ubuntu 10.04 X86 . What I found when I tried to design a GUI using the GTK designer is that the tool box which houses GUI widgets does not appear. Is there any fix or solution to this?

View 1 Replies View Related

Ubuntu One :: Develop A Native KDE Kubuntu Client?

May 3, 2011

Is there any plan to develop a native KDE (K)ubuntu one client?

View 4 Replies View Related

General :: Develop Embedded In ARM9 Controller?

Nov 14, 2010

But started to develop Embedded linux in ARM9 controller.

View 12 Replies View Related

Software :: Install Mono Develop On Puppy

Jul 28, 2009

There isn't a package for puppy linux and I have no idea how to install it.

View 1 Replies View Related

Fedora Servers :: Set A Web Server To Develop In Local Website?

Sep 21, 2009

I 'am trying to set a web server to develop in local website, i follow the guide in server to install php mysql but i 've got this error to set up the password of mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'(2)i'm a noob in linux so i don't know how to resolve it.

View 10 Replies View Related

General :: Ubuntu 9.04 - Cannot Find Icon For Mono Develop

Nov 11, 2010

I have installed mono develop 2.4 from terminal successfully. But surprisingly I could not find any icon on my desktop to launch Mono Develop. How can I solve the above issue and how can I create a icon on desktop to launch Mono Develop.

View 1 Replies View Related

General :: Ubuntu Server Vs Desktop Edition / Which To Get For Develop Php App?

Nov 29, 2010

If I choose Ubuntu develop php app, which edition should I get, Ubuntu Server Edition or Ubuntu Desktop Edition?

View 3 Replies View Related

Software :: Develop A Menu Based Administration Tools?

Sep 8, 2010

I just need to develop a menu based Administration tools in LINUX similar like SAM - HP and SMIT - AIX , should be in a position to work with tab and space bar and arrow keys ,should i write a code in c language only or i can implement the same in shell script itself.

View 13 Replies View Related

Ubuntu :: Expert Who Can Develop Installation Script To Get Fine-tuning

Mar 28, 2011

As an owner of the HP Touchsmart TM2T 2100 CTO I had to search on the internet to fine tune Ubuntu Netbook Remix, like auto-rotate.I am a Linux noob.Is there an expert who can develop an installation script to get the fine-tuning done by executing that script?I am thinking about installing auto-rotate, maybe fixing the ATI-card, multitouch,I know multitouch works out of the box, but I red some drivers can be updated to get the latest gestures and so on.

As Linux user who is not familiar knowing what he really is doing, such a script can be handy. It also helps new TM2T owners to work fast with the best OS there is: Ubuntu!

View 9 Replies View Related

Ubuntu :: Desktop Environment Should Install To Develop Gnome Apps

Jun 27, 2011

What desktop environment should i install to develop Gnome apps? As i cna see ,the required tools are

Anjuta - 3.0
Devhelp - 3.0
Glade - 3.10

and most of these versions are not available for ubuntu. Tell me what DE to have in order to do that!

View 9 Replies View Related

General :: Develop File Recovery Software Of Operating System

Mar 13, 2009

I want to develop file recovery software of linux operating system guide me how it will possible or how i should start.

View 2 Replies View Related

Software :: Develop A Simple Media Player App For Streaming Videos

Feb 27, 2010

I would like to develop a simple media player application in linux for streaming videos. My objective is to get a good understanding of a multimedia framework. Hence, wanted to start with such an example.

View 1 Replies View Related

Fedora X86/64bit :: Programs That Work In FC10 And FC12 Develop In FC11

Apr 7, 2010

I have programs that work in FC10 and FC12, but when I run them on FC11, i get behaviour that is very similar to a deadlock. They don't crash or anything. It just seems that all program output stops at one point and never resumes. I am wondering if FC11 has any known threading issues that one may need to know about before trying to use it to run their software from FC10 or FC12. Maybe something in the way that threading is handled differently from FC10 or FC12 that is not necessarily a problem, but just needs to be kept in mind when writing code for FC11.

View 10 Replies View Related

Ubuntu :: KDE3 - Develop Security Updates And Maintainance Patches Regularly?

May 12, 2010

I was well aware of the KDE trinity project from the start. Its so that users can have KDE 3 X alongside 4 X. The lucid release is due soon. Anyway I did try some releases a while back. I would like to know whether this project is very actively developed? What I mean is do they devlop security updates and maintainance patches regularly? Are there any actual KDE developers involved? (Some Kubuntu developers are)

View 2 Replies View Related

Software :: Develop A Wifi's Driver By Using The SDIO WIFI Card?

Mar 14, 2011

As a part of my final project,i am beginner and this is the first one that i have the opportunity to work under linux fedora,my task consist to develop with C a driver of wifi by using the SDIO Wifi card as an interface. This driver will be included in a digital receiver TV.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved