To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / Search Results: Mac BrickOS
 Results 121 – 140 of about 790.
Search took 0.00 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  howto apply usb patch to brickos
 
Hi, thanks to some responses from this forum I now know that I need to patch brickos in order to function with the usb ir tower. The problem is...I have no idea how to apply this patch. I already downloaded the patch from sourceforge.net: (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: Brickos c++ threads problem
 
(...) The h8300 gcc compiler is really buggy across different versions of gcc/binutils. Using the wrong version of binutils/gcc with each other always causes extremely strange problems on my RCX. Usually it will allow me to send the firmware, but (...) (19 years ago, 14-Feb-06, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Updated BrickOS Command Reference
 
Hello, Cleaned up the LegOS 0.2.4 Command Reference that I'd written like almost 4 years ago (has it been that long?!!) at the BrickOS site so that it is now current with BrickOS 0.2.6.10. Find it here: (URL) let me know if there are any errors, (...) (20 years ago, 31-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: legOS library path
 
"Germán Rojas" <ge-rojas@uniandes.edu.co> wrote in message news:H3MD68.M72@lugnet.com... (...) Hi there! (...) [snip] (...) [snip] (...) [snip] This broke for me between legOS 0.2.5 and 0.2.6 I belive (and is still broken in the current brickos (...) (22 years ago, 8-Oct-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  unable to load brickos executable from /dev/usb/lego0
 
Hello! I have compiled succesfully brickos-0.2.6.10.6 under linux. After I installed it I loaded brickos.srec and helloworld.lx into the RCX. This time I tried to load an lx file I got the following error: "error deleting program" and after trying (...) (20 years ago, 22-Feb-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: The BrickOS Task Manager
 
(...) [snip] (...) Hi Mike, What version of BrickOS are you using? IIRC the correct type for thread IDs in the current version is tid_t, not pid_t. Also, I dunno if it was a typo, but you should include tm.h, not tm.c. HTH ROSCO (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  brickOS port to FreeBSD
 
Hi, I'm looking at porting brickOS to FreeBSD. I guess the first step is to get the crosscompiler etc. going. Which version of gcc and binutils is the best to use? I searched a bit but it isn't very clear which version to use, except that lots of (...) (20 years ago, 8-Dec-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  BrickOS Tutorials
 
Hi, I am new to programming the RCX in BrickOS. Is there any tutorials on the web as a introduction? Thanks -- ===...=== Carson Au carson.au@myrealbox.com www.thunderobotics.zzn.com ===...=== (22 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: Strange BrickOS Timing
 
Hi Gunther, (...) have (...) I'm NOT really an expert in brickOS, but these are the sources of delay and msleep: void delay(unsigned ms) { unsigned i; while (ms-- > 0) for (i = 0; i < 600; i++) // not well calibrated. ; } //! delay execution (...) (21 years ago, 3-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  table brickos light to percent
 
i there a table or converter from brickos light readings to light percentage ( and vice versa ) Thomas (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: error in using brickOS under Bricx Command Center
 
(...) Thank you for your informations. After closing the error message window, I clicked F12 key. The resulting Code Listing Window contained nothing. The content of the file helloworld.mak is ROOT=C:\cygwin\brickos KERNEL=$(ROOT)/boot/brickOS (...) (19 years ago, 6-Oct-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  Re: Interesting BrickOS Timing Results
 
Mark, I retrieved the latest BrickOS from CVS, made clean and made the cpu test program you listed. I then made two small changes (to see what would happen); first the results, then the changes: IDLE: 89 2ROT: 87 NOAD: 91 (see below) NIRQ: 98 (see (...) (22 years ago, 15-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.750)

  RCXTTY-Variable Problem, calling ./firmdl3 ../boot/brickOS.srec
 
Hello, Dear NewsGroup ---...--- My Problem is: When I tri to download the BrickOS firmware to the Brick using ./firmdl3 ../boot/brickOS.srec after setting "RCXTTY=USB" with "export ...". (I have the USB-Tower) I get the following error: "USB: No (...) (22 years ago, 25-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  pre-releases brickos-0.9.0/lnpd-0.9.0 avail. for testing/feedback
 
It's a new year and now you have a new version of brickOS. Yes, you read that right... a new version and a first version of lnpd for Linux that works with this new version of BrickOS. Along with this lnpd support, this BrickOS now supports USB IR (...) (20 years ago, 18-Jan-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  Re: BrickOS 0.2.6.09
 
(...) I've never needed to do a make depend to get brickOS to function properly on my machine. I still don't have makedepend installed and everything is working fine. John Hansen (22 years ago, 25-Nov-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  BrickOS: No rule to make target
 
Hi, I'm trying to build the BrickOS demo programs on windows98. I have gcc v3.2 and make v3.8 installed from cygwin. make clean and make realclean work but when I try to just do a make, the .depend files get built in both the demo directory and in (...) (21 years ago, 12-Feb-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  Re: BrickOS & BricxCC - coming soon to a Windows PC near you
 
Hello John, (...) That would be real real great! (...) That should work. At my system, bigger projects are broken into several source files. It is easier for me to work with them then with a huge single source file. (...) Why not? BrickOS can handle (...) (22 years ago, 5-Oct-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  Release candidate brickos-0.2.6.10.5 available for testing
 
The brickOS team is pleased to announce our next test release. (Can you believe we are days shy of a year since our last?) We will likely do one more before our formal brickos-1.0.0 release. Our plan is to release 0.2.6.11 followed by a testing (...) (21 years ago, 16-Feb-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  Problems with BrickOS Installation
 
Hi, When I was at the stage of No.3 in the sourceforge.net documents (Installing the BrickOS files), I typed in cd / tar xvfz brickos-0.2.6.0.tar.gz as it should be, but then it said that command 'tar' cannot be found?? Could anyone please help me? (...) (22 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

  BrickOS newsgroups
 
Could someone give me the address of a more active BrickOS newsgroup please? This one seems to be a bit dead. Maybe all the experts are on holiday..... (22 years ago, 16-Aug-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.749)

More:  Next Page >>


©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR