 | | Re: Introduction of LEJOS OSEK
|
|
LEJOS OSEK Website has been available at (URL) There has been several updates since the first introduction: - LEJOS OSEK Ver 1.02 supports restart of application program by pressing the triangle button at the left hand side of NXT. (Usability should (...) (19 years ago, 29-Jun-07, to lugnet.robotics.nxt)
|
| |
 | | Progressing from RCX to NXT
|
|
SHORT VERSION Can anyone point me in the direction of some simple NXT models, preferably of fun things like vehicles, that a smart rising 4th grader can build on his own, that will inspire him to explore NXT? LONGER VERSION My son is 9 1/2. We gave (...) (19 years ago, 29-Jun-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Custom firmware crashing on boot
|
|
(...) The modifications are slightly more complex than simply replacing c_cmd.c, but that's basically the only NXTGCC file that I've modified. The new VM is copied mostly verbatim from another program, and is contained in a new file, pcodesim.c. (...) (19 years ago, 28-Jun-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | RE: Custom firmware crashing on boot
|
|
Here's two things to try since you've only swapped out the VM hich I assume is a replacement for the "c_cmd.c" file. 1. First there is a "#define" that specifies the start address of the file system. If you're 10K larger you're going to need to (...) (19 years ago, 27-Jun-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: Custom firmware crashing on boot
|
|
(...) It is nice with some action. (...) OK, that is very good. (...) A quick question: Are you running binsert after you compile? It may be worthwhile to look at lines 50-55 in "Makefile". With some effort and a hex file editor you can check if (...) (19 years ago, 28-Jun-07, to lugnet.robotics.nxt.nxthacking)
|