mod5282 upload problem

Discussion to talk about hardware related topics only.
Post Reply
GreenE
Posts: 5
Joined: Tue Feb 22, 2011 1:39 pm

mod5282 upload problem

Post by GreenE »

Good morning,

I am having trouble with downloading programs onto MOD5282. Trying to download example programs like factorydemo, using the getting started steps, the download times out and I can't update the code. Have you all seen this before?

Thanks,
drh
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

Re: mod5282 upload problem

Post by Ridgeglider »

I suggest using the monitor 'fla' command and mttty to download the precompiled factory demo. Most of the NB platforms have this Mod52XXFacoryDemo_APP.s19 image in the 'originals' folder but unfortunately C:\nburn\MOD5282\original does not so you will need to compile it form the example code in C:\nburn\examples\mod5282\Mod5282FactoryDemo.

Another choice is to use the AppWiz project builder from within Eclipse. When you do, be sure to include the AutoUpdate code:
AutoUpdate.png
AutoUpdate.png (28.88 KiB) Viewed 2153 times
Next, before you try to download code, be sure you can see the NB module using NBFind.

Next, be sure you have an appropriate Run Configuration set up, one that specifies a successfully compiled project, and one that specifies the correct IP for the target (as seen w/NBFind).

Finally, I have occasionally noticed that if a downloaded app has an AppName that is too long (many chars), it will prevent the module from properly show up using NBFind or IPsetup and therefore the download will also break.
Post Reply