t2n: usbnxt: upload: can'y initiate upload (reply=0x02,status=0xffffff92,error=0x0000)

If you're getting this error, most likely you're trying to upload to your Lego Mindstorm NXT with t2n a program compiled with nbc.

If you're using an adequat version of nbc (I'm using 1.0.1.35), the point is that you don't need t2n at all.

nbc can upload the program to the NXT
Just type (as root):

  nbc -d your-program.nxc

and you'll get the familiar beep telling your program has been uploaded to the brick.

Trackback URL for this post:

http://v3.tronche.com/trackback/51

Comments

solution upload file.nxc to Lego NXT

HELL!!!!!
i wasted hours with linxt and t2n. Nothing worked with ubuntu 10.01. Then i found your solution.
THANK YOU VERY MUCH !!!!

hue8

ooooooh clappy freaking cow!

"...the point is that you don't need t2n at all."

After almost an hour trying to get t2n up and running, I read those words. Thanks a bunch.

@djaniel

nbc usage

Exactly the simple solution I was looking for. You are quite nifty!