3 Aug 2004 15:07
7 Aug 2004 23:56
9 Aug 2004 05:49
new with hpcarm
Neil On HPCArm <neil-on-hpcarm <at> restricted.dyndns.org>
2004-08-09 03:49:27 GMT
2004-08-09 03:49:27 GMT
Hey guys, I'm planning to buy jornada 720. But would like to know if GPS devices will work with J720. If so, what GPS device should I buy? What cables do I need to connect to the J720? What software do I need to install? Any help will be greatly appreciated. Thanks. Neil
18 Aug 2004 13:13
Re: new with hpcarm
Emmanuel Dreyfus <manu <at> netbsd.org>
2004-08-18 11:13:31 GMT
2004-08-18 11:13:31 GMT
> I'm planning to buy jornada 720. But would like to know if GPS devices will > work with J720. If so, what GPS device should I buy? What cables do I need > to connect to the J720? What software do I need to install? First, I know nothing about GPS. You have two way out of the machine: serial or PCMCIA (16 bits, not cardbus). If you get a serial device, there shoudln't be any driver issue, you just need the software. What software? No idea, but this question is not NetBSD specific: any opensource software should do it. A Linux/arm binary should work too. If you get a PCMCIA device, you need a driver. As drivers are machine indendant in NetBSD, the question is not hpcarm specific. Ask on netbsd-users, you might get a more accurate answer. -- -- Emmanuel Dreyfus manu <at> netbsd.org
20 Aug 2004 11:06
Heads up: Thumb code working on NetBSD
Richard Earnshaw <rearnsha <at> netbsd.org>
2004-08-20 09:06:53 GMT
2004-08-20 09:06:53 GMT
This is just a quick heads up to let folks know that I now have a NetBSD kernel running on my integrator board (with ARM10e) that supports applications compiled as Thumb code. It's stable enough that I've been able to debug and complete a bootstrap of gcc (trunk) compiling to Thumb code. The size savings are quite impressive: On my shark the size of the cc1 binary is shark1:egcs [759] $ size gcc/cc1 text data bss dec hex filename 3677285 6432 330916 4014633 3d4229 gcc/cc1 Whereas on the integrator we see integrator:gcc [611] $ size gcc/cc1 text data bss dec hex filename 2727208 6392 330496 3064096 2ec120 cc1 which represents a 30.2% saving in code size. On v5t processors the Thumb binaries can make use of the same shared libraries as ARM binaries (provided that the libraries are compiled for v5t). The limited natural inteworking ability of v4t processors means that I don't intend to back-port this work to the older cores. I'll be starting to commit the changes shortly; most of them are pretty straight-forward. R.(Continue reading)
20 Aug 2004 14:32
Re: Heads up: Thumb code working on NetBSD
Charles M. Hannum <abuse <at> spamalicious.com>
2004-08-20 12:32:55 GMT
2004-08-20 12:32:55 GMT
On Friday 20 August 2004 09:06, Richard Earnshaw wrote: > This is just a quick heads up to let folks know that I now have a NetBSD > kernel running on my integrator board (with ARM10e) that supports > applications compiled as Thumb code. Excellent! Maybe I'll dig out the Integrator after I move.![]()
20 Aug 2004 14:59
Re: Heads up: Thumb code working on NetBSD
Steve Woodford <scw <at> netbsd.org>
2004-08-20 12:59:44 GMT
2004-08-20 12:59:44 GMT
On Friday 20 August 2004 10:06, Richard Earnshaw wrote: > This is just a quick heads up to let folks know that I now have a > NetBSD kernel running on my integrator board (with ARM10e) that > supports applications compiled as Thumb code. Thumbs up to that! Cheers, Steve
20 Aug 2004 18:08
Re: Heads up: Thumb code working on NetBSD
Gavan Fantom <gavan <at> coolfactor.org>
2004-08-20 16:08:53 GMT
2004-08-20 16:08:53 GMT
On Fri, 20 Aug 2004, Richard Earnshaw wrote: > It's stable enough that I've been able to debug and complete a bootstrap > of gcc (trunk) compiling to Thumb code. The size savings are quite > impressive: > > On my shark the size of the cc1 binary is > > shark1:egcs [759] $ size gcc/cc1 > text data bss dec hex filename > 3677285 6432 330916 4014633 3d4229 gcc/cc1 > > Whereas on the integrator we see > integrator:gcc [611] $ size gcc/cc1 > text data bss dec hex filename > 2727208 6392 330496 3064096 2ec120 cc1 > > which represents a 30.2% saving in code size. Nice. Does this space saving come with a performance gain or a performance hit? -- -- Gillette - the best a man can forget
20 Aug 2004 18:37
Re: Heads up: Thumb code working on NetBSD
Richard Earnshaw <rearnsha <at> netbsd.org>
2004-08-20 16:37:32 GMT
2004-08-20 16:37:32 GMT
On Fri, 2004-08-20 at 17:08, Gavan Fantom wrote: > On Fri, 20 Aug 2004, Richard Earnshaw wrote: > > > It's stable enough that I've been able to debug and complete a bootstrap > > of gcc (trunk) compiling to Thumb code. The size savings are quite > > impressive: > > > > On my shark the size of the cc1 binary is > > > > shark1:egcs [759] $ size gcc/cc1 > > text data bss dec hex filename > > 3677285 6432 330916 4014633 3d4229 gcc/cc1 > > > > Whereas on the integrator we see > > integrator:gcc [611] $ size gcc/cc1 > > text data bss dec hex filename > > 2727208 6392 330496 3064096 2ec120 cc1 > > > > which represents a 30.2% saving in code size. > > Nice. > > Does this space saving come with a performance gain or a performance hit? It's normally a slight hit. 30% space saving when your instructions are 50% shorter means you must execute more instructions (about 40% more), but on the other hand you get better I-cache utilization, so it's not quite as bad as that in practice (in fact, some applications can end up being faster since the entire critical code can fit in the cache).(Continue reading)
14 Aug 2004 21:31
Look, iPAQ NetBSD screenshots! :)
Ahmad M.Afuni <catalyst <at> digiverse.net>
2004-08-14 19:31:09 GMT
2004-08-14 19:31:09 GMT
Hello, I just wanted to show you all how _GREAT_ NetBSD was on the iPAQ, here's a comparison between usage of Plan9 and NetBSD, it's clearly obvious which is better, isn't it? :) http://www.brokendream.net/xh4/NetBSD/ http://www.brokendream.net/xh4/Plan9 This should clearly motivate all to try NetBSD on an iPAQ. _____________________________________________________________ yourname <at> digiverse.net http://www.digiverse.net

RSS Feed