|
| | Re: Problem
|
| Trent, Make sure the following files exist in the paths listed below (within the main BrickOS folder): boot\brickos.srec util\firmdl3.exe If those do not exist, then you need to run the configuration routine and MAKE to build the firmdl3 application (...) (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.547) |
|
| | program_run
|
| Does the program_run function still work in BrickOS? static void program_run(unsigned nr) I've been trying to get it to work, but it doesn't seem to do anything. If anyone has used this lately, I'd love to see what you did. Thanks Steve (20 years ago, 11-Aug-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.546) |
|
| | 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: 0.546) |
|
|
| brickos (score: 0.546) |
|
| | Re: Updated BrickOS Command Reference
|
| (...) Dave, This is good to see. You may have done this intentionally, but 'sleep' and 'msleep' are both listed twice. Also, under cputs and cputw, it says '(only forst 5 characters)' and should be '...first 5..' I've never been able to get the (...) (20 years ago, 2-Aug-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.546) |
|
| | Re: How to turn LEDs on/off ?
|
| (...) What LED are you talking about? The RCX has no LED build in. If you mean the LCD display, you can use the cputc_native_*() functions described here: (URL) you mean a LED connected to a motor output, just use the motor_* functions described (...) (20 years ago, 9-Aug-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.546) |
|
|
| brickos (score: 0.545) |
|
|
| brickos (score: 0.545) |
|
| | Problem
|
| Hey all, I have winXP and have installed Cygwin and all and have everything i need to install brickOS on my RCX. Althought when i try to install brickOS on my RCX i type the command into the cygwin bash shell and it returns a error. The command is: (...) (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.545) |
|
| | Re: brickOS v1?
|
| (...) doesn't it do that already with kernel 2.6? I have a serial tower, so I wouldn't know, but it sems logical (as nqc requires that driver and it's just there for me : fc2) Thomas (20 years ago, 24-Jul-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.545) |
|
| | Re: Problem
|
| (...) You'd be up and running already without a hitch if you used my pre-built installers for cygwin & brickOS. Downloading the firmware using BricxCC is very simple as well. (URL) Hansen (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.544) |
|
| | brickOS v1?
|
| Hi, I'd like to know if the v1 of brickOS with the support of the usb tower for linux (without patch) is going to come soon or not. Actually I have tried many things but without success. Thank's Nil (20 years ago, 7-Jul-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.543) |
|
|
| brickos (score: 0.540) |
|
| | Brickos fun and games!
|
| Hello. I have finally got gcc 2.95.3 - the official brickos compiler - installed on my computer (SUSE Linux). I can type "make" and compile all the brickos directory fine. firmdl3 works fine. BUT, dll doesn't seem to work. When I use dll to download (...) (21 years ago, 9-Jan-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.540) |
|
|
| brickos (score: 0.540) |
|
| | Re: brickos with suse 9.1
|
| Hi, I tried to install brickOS-0.2.6.10.6 in SuSE 9.0 machine and faced the same problem. You can install an older version of brickOS (like brickOS-0.2.6.10) and it works fine with SuSE 9.0. Mohammed (...) (20 years ago, 3-Jun-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.539) |
|
| | pc to rcx communication
|
| Hi all, I am working on my graduation project and I am stuck at one problem. I want to send commands to my rcx from a win32 aplication(Visual C++ 6.0). Firmware is Brickos. The only way I colud find was lnp. But for the Pc side there is no solution (...) (20 years ago, 23-Jun-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.538) |
|
| | brickos with suse 9.1
|
| I'm tying to get brickOS started on a Suse 9 System, Did anybody install brickOS and the gcc-hitachi on Suse 9 System? After I download the brick.srec to the RCX it crashes. thx KHL (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.537) |
|
|
| brickos (score: 0.536) |
|
| | Re: table brickos light to percent
|
| (...) Hi Thomas, Here's the formula used in the dsensor.h include file: #define ds_scale(x) ((unsigned int)(x)>>6) //!< mask off bottom 6 bits #define LIGHT(a) (147 - ds_scale(a)/7) //!< map light sensor to 0..LIGHT_MAX This maps the raw sensor (...) (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.535) |