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 281 – 300 of about 790.
Search took 0.00 CPU seconds. 

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

  linux and the USB IR Tower
 
Hi, I have been trying to use my lego mindstorms kit along with the USB IR Tower in linux. I have had limited success. I managed to patch the distribution so that firmdl3 recognizes the usb device. I compiled a module for the USB tower device. It (...) (22 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.276)

  Re: strange motor behaviour
 
Marko, Here's a thread that might give a little more background on the BrickOS bug Jochen mentions: (URL) Hoenicke" <Jochen.Hoenicke@Inf...enburg.DE> wrote in message news:200304021124.11...burg.de... (...) (22 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.275)

  Re: strange motor behaviour
 
(...) well, the RCX only has 32Kbyte of memory of wich half is used by brickOs the remaining half should fit you user programm and all runtime stacks and heaps, so allocating 40*40*2Bytes(the minimum for a pointer in an 32Kbyte adresspace) will need (...) (22 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.275)

  Re: compiling the kernel winLegOS
 
Carlos, Last time I checked you were unable to compile the kernel using winLegOS or DJGPP. For those not familiar with the inner workings on winLegos it is essentially a pre-built Hitachi cross-compiler with several gnu utilities running under (...) (22 years ago, 3-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.275)

  Re: strange motor behaviour
 
(...) The problem is that the upper memory area (0xf000-0xf800) is connected to both RAM and motor output. Every byte written here is also interpreted as motor command. The latest CVS version of BrickOS has fixed this (this memory is written only (...) (22 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.275)

  API DOCUMENTATION FOR DOWNLOAD
 
Hi there. I'm working on a project that requires to have a clear picture of how the kernel is actually orginized, and of course, the API. So, I've found a quite good link where the picture is clear: (URL) the problem is that I actually does not have (...) (22 years ago, 3-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.274)

  Can an input be configured as an output?
 
Hi, Im still learning legos (brickOS) and my friend asked me whether an input could be configured as an output? Also, i have seen several robots using 2 RCX, all connected together using wires running from 1 input to anothers output...how does this (...) (21 years ago, 10-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.274)

  Re: can't dll with brickOS 2.6.10
 
(...) Dear Ben Now i have find the solution for the problem: Machine: WIN2000 1) delete cygwin-B20 and clean regedit 2) Follow now the Instruction LegOS 0_2_6 - Instructions for installing on Win9x-NT-2000-XP.htm install latest cygwin Version (...) (21 years ago, 25-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.274)

  Re: can't dll with brickOS 2.6.10
 
(...) Dear Ben I have the same problem. But i checked version 0.2.6 till 0.2.6.10 and i got the same problem with all versions. (only vers 0.2.5 and earlier works) . I have testes with WIN2000 and WIN98. cygwin Vers is B20 and i use the old (...) (21 years ago, 22-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.274)

  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
(...) To get rid of this error, find and replace all occurrences of sys_time with get_system_up_time(). If you look at include/time.h, you will find that the direct reading of the sys_time variable is not allowed anymore. There was a thread about (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.273)

  Re: brickos-0.2.6.10 .text is not within region ram
 
Hi Bernhard, Apparently the kernel is getting too big! By defining CONF_DSENSOR_MUX, enough extra code was generated to make the kernel exceed 12K. If you go to Makefile.user in the main BrickOS directory, change the following lines: # Base (...) (21 years ago, 6-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.273)

  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
i had the same problem a while back. I figured out that whit the new BrickOS, sys_time is replaced by get_system_up_time. So when you replace sys_time whit get_system_up_time, everything should work fine.(it worked for me, anyway) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.273)

  Re: Win98 installation of legos
 
Theresa, What version of legOS are you using? And what environment are you using under Win98; cygwin or winlegos (DJGPP)? And just wandering why legOS and not brickOS (which is a continuation of development on legOS with a name change to avoid legal (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Because stuff was changed in BrickOS. I can't tell you too much, but I'm sure it's trying to shut-down the program in a cleaner way. I think BrickOS waits 2 seconds before killing tasks. You need to change your LegOS loop: while(true) to (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  Error linking c++ with gcc 3.3
 
Hi, I'm having a slight problem building the c++ demos with gcc-3.3. (I had to do a tiny patch against a few files to overcome the fact that multiline strings are now not supported). But when it comes to building the c++ demos, I get the following (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  Re: brickos-0.2.6.10 .text is not within region ram
 
(...) Dear Mark I will check the demo programs and more stuff. If i'm not wrong it looks to me that now we have 16K for the kernel ( c000-b000) = 4Kb more. If i got the results, i'm coming back to the forum. best regards Bernhard (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  Re: brickos-0.2.6.10 error
 
Scott, You need to put a .depend file and Makefile inside the directory you are compiling the programs in. Just create a file with the extenstion .depend and put it into your programs directory. There dosn't need to be anything in the file. When you (...) (21 years ago, 3-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  LONG DELAY after pressing RUN button (to end the program)
 
Hi there, I see that I'm the only one who has recently used this newsgroup. Well thanks to the people who has taken the time to answer my questions, such as nanobapt. I have another question now. I've two different kernels, legOS 0.2.6 and brickOS (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.272)

  Re: Win98 installation of legos
 
(...) Theresa, If you're using LegOS (not BrickOS), then I believe the answer is that you can't get around it. I don't think LegOS works with the USB tower. You'll need to go with a version of BrickOS (which doesn't yet have a cool install like (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.271)

  brickos-0.2.6.10 CONF_DSENSOR_MUX problem
 
After I have done the changes desribed in thread: (URL) brickos-0.2.6.10 .text is not within region ram now i can compile the kernel with CONF_DSENSOR_MUX. But the DSENSOR_MUX does not work. I have checked this item with an osciloscope on the (...) (21 years ago, 15-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.271)

More:  Next Page >>


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