niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » Linux » embedded
Linux on GlobalPC with 8M ram
Post new topic   Reply to topic Page 4 of 7 [97 Posts] View previous topic :: View next topic
Goto page:  Previous  1, 2, 3, 4, 5, 6, 7 Next
Author Message
Tauno Voipio
*nix forums Guru


Joined: 14 Mar 2005
Posts: 678

PostPosted: Mon Feb 28, 2005 7:04 pm    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

bluekarthik@yahoo.com wrote:
Quote:
Hi,
ohhhhhhhhhhhhh ...... is it so ??? i need to understand more regarding
this.
Could you pls, kindly give me a link of the document regarding this .
It would be very nice of you .

Expecting ur link/doc,
karthik bala guru


Try this: <http://www.gnu.org/copyleft/gpl.html>.

It was the first hit from about 25 million when
Googling for 'GPL'. Please learn to use Google.

--

Tauno Voipio
tauno voipio (at) iki fi
Back to top
Guest






PostPosted: Tue Mar 01, 2005 7:37 am    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

Tuano,
fine and thanku.
i know about copyleft .... gpl.
But, i would like to have any doc/link that was stated earlier .(
particularly w.r.t porting bluetooth stack (arm-linux) into that of
vxworks !! )

thanx and regards,
karthik bala guru
Back to top
Ulf Samuelsson
*nix forums beginner


Joined: 21 Feb 2005
Posts: 11

PostPosted: Tue Mar 01, 2005 10:12 pm    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

bluekarthik@yahoo.com wrote:
Quote:
Tuano,
fine and thanku.
i know about copyleft .... gpl.
But, i would like to have any doc/link that was stated earlier .(
particularly w.r.t porting bluetooth stack (arm-linux) into that of
vxworks !! )

thanx and regards,
karthik bala guru

That is just a logical conclusion of the GPL agreement
and no documentation exists AFAIK.

If you use the arm-linux code and link with VxWorks
then you cannot provide the resulting product
to anyone without releasing the source of everything.
This then includes VxWorks.

There are some limitations.
You can sell a PC with Windows and a Windows GNU compiler
without having to priovide the source of Windows,
but I do not think you can link Vxworks with a BT stack.

If you can have a dynamically linked library with the BT stack,
then you might get away with it.

--
Best Regards,
Ulf Samuelsson
ulf@a-t-m-e-l.com
This message is intended to be my own personal view and it
may or may not be shared by my employer Atmel Nordic AB
Back to top
Tauno Voipio
*nix forums Guru


Joined: 14 Mar 2005
Posts: 678

PostPosted: Wed Mar 02, 2005 7:26 am    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

bluekarthik@yahoo.com wrote:
Quote:
Tuano,
fine and thanku.
i know about copyleft .... gpl.
But, i would like to have any doc/link that was stated earlier .(
particularly w.r.t porting bluetooth stack (arm-linux) into that of
vxworks !! )

thanx and regards,
karthik bala guru


Did you read the GNU documentation?

You cannot copy the GPL'd protocol stack to
a closed-source system, unless you can get
the VxWorks sources published under GPL.

It is no too probable that anybody wants to
help you to break the licensing limitations.

It seems that the only way out is that you
write a new protocol stack from scratch
(not copying *any* of the Linux one).

--

Tauno Voipio
tauno voipio (at) iki fi
Back to top
Tauno Voipio
*nix forums Guru


Joined: 14 Mar 2005
Posts: 678

PostPosted: Wed Mar 02, 2005 7:30 am    Post subject: Re: Init Reply with quote

Uday Mullangi wrote:
Quote:
Hi,
Is there a way from the software to restart 'init' process.
Something similar to warmboot??


You already have a response chain in another newsgroup.

The essential contents is: There is no such thing.
Even if you could restart the init process, it would
not bring the same affect as a reboot.

Next time, if you post the same question to multiple
newsgroups, cross-post instead of multiposting, so the
responses do not get separated. Also, limit the groups
to only the essential ones. Spewing the same questions
all over the Usenet is considered bad practice.

--

Tauno Voipio
tauno voipio (at) iki fi
Back to top
Uday Mullangi
*nix forums beginner


Joined: 21 Feb 2005
Posts: 41

PostPosted: Wed Mar 02, 2005 1:55 pm    Post subject: Re: Init Reply with quote

There are people who are subscribed in one group and not in another.
Thought it might be useful if i post in both the groups.

Thanks
Uday

"Tauno Voipio" <tauno.voipio@iki.fi.NOSPAM.invalid> wrote in message
news:TQeVd.46$eC2.13@read3.inet.fi...
Quote:
Uday Mullangi wrote:
Hi,
Is there a way from the software to restart 'init' process.
Something similar to warmboot??


You already have a response chain in another newsgroup.

The essential contents is: There is no such thing.
Even if you could restart the init process, it would
not bring the same affect as a reboot.

Next time, if you post the same question to multiple
newsgroups, cross-post instead of multiposting, so the
responses do not get separated. Also, limit the groups
to only the essential ones. Spewing the same questions
all over the Usenet is considered bad practice.

--

Tauno Voipio
tauno voipio (at) iki fi
Back to top
Tauno Voipio
*nix forums Guru


Joined: 14 Mar 2005
Posts: 678

PostPosted: Wed Mar 02, 2005 3:43 pm    Post subject: Re: Init Reply with quote

Quote:
"Tauno Voipio" <tauno.voipio@iki.fi.NOSPAM.invalid> wrote in message
news:TQeVd.46$eC2.13@read3.inet.fi...

Uday Mullangi wrote:

Hi,
Is there a way from the software to restart 'init' process.
Something similar to warmboot??


You already have a response chain in another newsgroup.

The essential contents is: There is no such thing.
Even if you could restart the init process, it would
not bring the same affect as a reboot.

Next time, if you post the same question to multiple
newsgroups, cross-post instead of multiposting, so the
responses do not get separated. Also, limit the groups
to only the essential ones. Spewing the same questions
all over the Usenet is considered bad practice.


(-- top-posting corrected, TV --)

Uday Mullangi wrote:
Quote:
There are people who are subscribed in one group and not in another.
Thought it might be useful if i post in both the groups.


It seems that you did not read the above:

Use cross-posting, it goes to multiple groups with the
messages interconnected for replies.

--

Tauno Voipio
tauno voipio (at) iki fi
Back to top
Guest






PostPosted: Thu Mar 03, 2005 2:15 am    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

Yes Tauno,
I do know and understand that GPL'd protocol stack cannot be taken into
Closed-Source System.
Anyhow, if i just copy the GPL'd protocol stack(in linux) into vxworks.
How would it work ? it is not possible in that way. So I am not
Breaking GPL !!!!
Hence, I too think and beleive that i have to write the protocol stack
in Vxworks from the scratch with the bluetooth protocol specifications
and with my previous bluetooth experience !!

Thanks and regards,
karthik bala guru
Back to top
Guest






PostPosted: Thu Mar 03, 2005 2:18 am    Post subject: Re: Porting Bluetooth Stack in Arm-Linux into VxWorks Reply with quote

Thanx for that Samuelsson,
I do think of implementing an idea of having a THING similar to
dynamically linked library with the BT stack for aavoiding the GPL
agreement problem.
In that way i can get away with it.
Anyhow, i am still looking for other ways also.
Do let me know, if u have any.

thanx and regards,
karthik bala guru
Back to top
Eric
*nix forums beginner


Joined: 03 Mar 2005
Posts: 1

PostPosted: Thu Mar 03, 2005 2:33 am    Post subject: Re: Bill Gates as he presents the Windows Media Player system crash Reply with quote

jasonandrews@yahoo.com wrote:
Quote:
The movie clip everyone is looking for, Bill Gates as he presents the Windows Media Player system crash




I tried it under Wine and media player crashed!
Back to top
Jose Maria Lopez Hernande
*nix forums Guru Wannabe


Joined: 21 Feb 2005
Posts: 160

PostPosted: Thu Mar 03, 2005 10:40 am    Post subject: Re: Bill Gates as he presents the Windows Media Player system crash Reply with quote

Eric wrote:
Quote:
jasonandrews@yahoo.com wrote:

The movie clip everyone is looking for, Bill Gates as he presents the
Windows Media Player system crash




I tried it under Wine and media player crashed!

Maybe it's something like Vampires and mirrors :-)

Regards from Lestat the Vampire.

--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAŅA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
Back to top
udaykamboj
*nix forums beginner


Joined: 03 Mar 2005
Posts: 1

PostPosted: Thu Mar 03, 2005 1:49 pm    Post subject: Re: compatible RT linux patch for Linux Ver 9 (2.4.20-8) Reply with quote

Quote:
Mahenderwrote:
Hello,

From where I can download RT Linux patch for Linux ver
9(2.4.20-Cool
or advanced kernel versions.


Please help me.

Mahender.

You can download RTLinuxFree from www.fsmlabs.com or kernel.org.


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Back to top
jim dorey
*nix forums beginner


Joined: 20 Feb 2005
Posts: 39

PostPosted: Tue Mar 08, 2005 11:01 pm    Post subject: Re: I'm gay! Reply with quote

On Tue, 08 Mar 2005 09:32:39 GMT, Donald Ferrone
<donald.ferrone@gmail.com> wrote:

Quote:
I'm gay!

--
Donald Ferrone, Ph.D
Professor of computer science at Lake Superior State University
http://www.geocities.com/donald_ferrone/

everybody should be happy.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Back to top
Guest






PostPosted: Mon Mar 14, 2005 11:08 pm    Post subject: Re: Video capture card for linux? Does it exist? Reply with quote

In article <EFVOd.3751$aW6.2694@newssvr22.news.prodigy.net>,
DD <dontsendhere@nospam.com> wrote:

Quote:
I'm having trouble finding a video capture card product with Linux driver
support. The ones that I have seen so far, support Linux only with
experimental third party drivers.

Do any exist?

See http://www.spinics.net/lists/vfl/
Back to top
Hank
*nix forums beginner


Joined: 19 Mar 2005
Posts: 32

PostPosted: Sat Mar 19, 2005 11:31 am    Post subject: Re: video.S file in linux kernel source Reply with quote

eng iy wrote:
You have a bunch of lines like the following without
comment markings Replace the <#> with <!>
Quote:
# This is the main entry point called by setup.S
# %ds *must* be pointing to the bootsector

# Detect if we have CGA, MDA, EGA or VGA and pass it to the kernel.


# Store the video mode parameters for later usage by the kernel.
# This is done by asking the BIOS except for the rows/columns
# parameters in the default 80x25 mode -- these are set directly,
# because some very obscure BIOSes supply insane values.
# Fetching of VESA frame buffer parameters

# get video mem size


etd....
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 4 of 7 [97 Posts] Goto page:  Previous  1, 2, 3, 4, 5, 6, 7 Next
View previous topic :: View next topic
The time now is Thu Dec 04, 2008 1:14 am | All times are GMT
navigation Forum index » *nix » Linux » embedded
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Help required for configuring the VPN Server in Linux SHERDIL security 0 Sun Nov 19, 2006 2:22 pm
No new posts 2 USB webcams on Linux 2.6.15.4 produce a hang Suyog hardware 1 Fri Jul 21, 2006 7:27 am
No new posts Is there C/C++ corresponding function in Linux for Java's... xiebopublic@gmail.com apps 4 Fri Jul 21, 2006 3:22 am
No new posts Is there C/C++ corresponding function in Linux for Java's... xiebopublic@gmail.com C++ 1 Fri Jul 21, 2006 2:44 am
No new posts Why Redhat Linux has no RPM for PHP 5?! RC PHP 3 Thu Jul 20, 2006 7:20 pm

Loans | Loan | Xbox Mod Chips | Loan | Gas Suppliers
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.5415s ][ Queries: 16 (0.4040s) ][ GZIP on - Debug on ]