 | | Re: How do I delete firmware from firmware?
|
|
(...) This sounds correct. In C, this is how I do it: /* Delete the firmware */ *(char *)0xffcc = 1; (*(void (**)(void))0)(); Indeed, *(void (**)(void))0) is the reset vector, whose value is 0x03ae. 0xffcc is timer 0. I forget what effect setting it (...) (26 years ago, 18-May-00, to lugnet.robotics.rcx)
|
| |
 | | [Java] TinyVM for Windows available
|
|
Hello everyone, There's now an edition of TinyVM that runs on Windows, and pressumably other platforms (its tools are pure Java). It was developed by a team led by Dr. Donald Doherty. What they have done is really cool. You can get TinyVM CPE from: (...) (26 years ago, 18-May-00, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics)
|
| |
 | | RE: How do I delete firmware from firmware?
|
|
(...) I think if you do a direct jump to 0x03ae, it will init memory and essentially start the brick from scratch. At least that's what I read from the internals doc... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (...) (26 years ago, 18-May-00, to lugnet.robotics.rcx)
|
| |
 | | How do I delete firmware from firmware?
|
|
I asked this question under a confusing subject that people may have missed so I am asking again. How does one delete firmware from firmware. I am looking for a solution for pbforth but the question could have be asked for LegOS or Quite C as well. (...) (26 years ago, 17-May-00, to lugnet.robotics.rcx)
|
| |
 | | RF vs IR link
|
|
Just a naive question: How much difficult would be to use the RF Cybermaster link with the RCX? (26 years ago, 17-May-00, to lugnet.robotics.rcx)
|