 | | Re: Alternate NXT-Firmware flashing tools
|
|
(...) Hi Jürgen, very good idea. Please give me some hints where to start. I haven't found any --verbose command line parameters, yet :D OK, I'm trying to read the source again, expecting ENDIAN problems like every time using PPC and SPARC :-D Bye (...) (18 years ago, 25-Jul-07, to lugnet.robotics.nxt.nxthacking)
|
|
 | | Re: Alternate NXT-Firmware flashing tools
|
|
Hi Christian, (...) how about trying to fix fwflash? Jürgen (18 years ago, 25-Jul-07, to lugnet.robotics.nxt.nxthacking)
|
|
 | | Alternate NXT-Firmware flashing tools
|
|
Hi NXT-Community, I'm searching for an alternate firmware flashing tool for the NXT... Using the Lego Mindstorms Software is an easy way to do this, but not available for my favorite operating systems. I've tried fwflash from libnxt, but without (...) (18 years ago, 25-Jul-07, to lugnet.robotics.nxt.nxthacking)
|
|
 | | Re: Messing with memory pool
|
|
(...) So you have not removed the line from cCmdInitPool where VarsCmd.Pool is set equal to IOMapCmd.MemoryPool, correct? Can you say where "mem" comes from and is it for certain being initialized to zero or nil before cCmdInitPool gets called? Is (...) (18 years ago, 20-Jul-07, to lugnet.robotics.nxt.nxthacking)
|
|
 | | Re: Messing with memory pool
|
|
(...) Okay, thanks for the tip. It was a bit unnecessary for you to spend two paragraphs on that, though; a sentence or two would have sufficed. :-) (...) Code is as follows: if (!mem) mem= (char*)(VarsCmd.Pool); memset(mem, 0, POOL_MAX_SIZE); I'm (...) (18 years ago, 17-Jul-07, to lugnet.robotics.nxt.nxthacking)
|