Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 157 - 187 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
157
HELP ..!! I need to know how stop program. The program is running and can´t load other. Thanks. Jesús From Spain...
jesuseh
Offline
Dec 1, 2004
9:04 am
158
press the reset button on the board and when prompted press "A" on your keyboard. After that you have option to serially download a good app....
seulaterbuddy
Offline
Dec 1, 2004
12:20 pm
159
I'm having the app crash issue noted by a few others, and the associated inability to reflash a clean application. I suspect corrupted monitor, I believe the...
c0r0na0
Offline Send Email
Dec 1, 2004
7:09 pm
160
... OK, I found a way to get it to respond - by typing the "A" IMMEDIATELY in MTTY (do NOT wait for the app to crash), I am able to upload the app via FLA. And...
c0r0na0
Offline Send Email
Dec 1, 2004
7:39 pm
161
We seem to have a problem with CLKOUT loading on our Mod5282s. I don't know if anyone there can help out, but we're kind of stuck and thought maybe NetBurner...
Greg Nelson
noldoatan
Offline Send Email
Dec 1, 2004
8:09 pm
162
Have you thrown a scope on it to take a lookse ? ... seen ... board, ... board ... with ... is ... some ... putting...
seulaterbuddy
Offline
Dec 1, 2004
8:42 pm
163
Yes, it looks like a bactrian camel -- two humps. The signal is still there, so it's not shorted out, but its shape is definitely not a pleasant rounded...
Greg Nelson
noldoatan
Offline Send Email
Dec 1, 2004
8:46 pm
164
Why would you need them to respond ? In the first few pages of the manual they tell you to press the "A" when you hit reset to download an app via serial port....
seulaterbuddy
Offline
Dec 1, 2004
8:47 pm
165
Try putting a 20 ohm resistor in series with clkout....
Paul Breed
pbreed
Offline Send Email
Dec 2, 2004
12:30 am
166
You need to 'scope it out.. are you getting ringing on the clock edge waveforms or other signal degradation? Try adding a small series resistor to damp out...
fmf
fmf14
Offline Send Email
Dec 2, 2004
7:38 pm
167
On a related note, the data bus on the MOD5282 is apparently unbuffered. So if you're running those over to your development platform and they are being...
fmf
fmf14
Offline Send Email
Dec 2, 2004
7:41 pm
168
In the various demo programs provided with the Neburner development kit, serial output is generated through use of the prinf() command. For these demo...
fmf
fmf14
Offline Send Email
Dec 2, 2004
7:46 pm
169
... I'm currently working on a clock ringing problem, an 8 inch ribbon cable seems like a lot. I'd look at the clock signal carefully, I might even put a...
Paul Breed
pbreed
Offline Send Email
Dec 3, 2004
12:19 am
170
... In the standard printf without doing anything the baud rate is the monitor setting. You can change this with either the monitor setup command, or the...
Paul Breed
pbreed
Offline Send Email
Dec 3, 2004
1:53 am
171
8" is a lot but it seems to be working.. this is the development breadboard only. The final product version will probably use board-to-board connectors. There...
fmf
fmf14
Offline Send Email
Dec 3, 2004
2:51 am
172
Can someone please let me know what I need to do so that I can have the compiler generate a .lst file. I would like to see which set of C statements I am using...
seulaterbuddy
Offline
Dec 3, 2004
2:09 pm
173
... We tried this approach and had success with the Cypress W152-2G, which has apparently been replaced by the CY23S08SC-2. This is probably radical overkill,...
Greg Nelson
noldoatan
Offline Send Email
Dec 3, 2004
3:23 pm
174
There's one way NB describes in their docs. Here's what I do. This is a snippet from my makefile. # # Add warning flags # Put warn=1 on the command line, else...
Al Mansur
alm_nstor
Offline Send Email
Dec 3, 2004
4:28 pm
175
Hi, Difference between a power-up Monitor boot vs. an application trap reboot On a clean power-up boot of the hardware, the Monitor starts from the reset...
netburnergroup
Offline Send Email
Dec 3, 2004
9:50 pm
176
I'm having trouble finding a decent working gcc-m68k for linux, anyone know of deb packages or working sourcecode? brgds, JH...
zealott_no
Offline Send Email
Dec 4, 2004
8:44 am
177
Hi JH, You can use the uClinux toolchains to your work, it is an self-extractor: http://www.uclinux.org/pub/uClinux/m68k-elf-tools/m68k-elf-tools-20030314.sh ...
Alan Carvalho
alancarbr
Offline Send Email
Dec 4, 2004
11:03 am
178
... http://www.uclinux.org/pub/uClinux/m68k-elf-tools/m68k-elf-tools-20030314.sh ... Thanks Alan, I installed the package, but when I try to compile a example:...
zealott_no
Offline Send Email
Dec 6, 2004
8:00 am
179
Hi JH, the 5206e directory don't exist inside lib directory, change your makefile from 5206e to 5207, I think it will work. Att. Alan ... Thanks Alan, I...
Alan Carvalho
alancarbr
Offline Send Email
Dec 6, 2004
10:27 am
180
Paul, Thanks for your reply, it was helpful.. I have one more question. If I'm using interrupt-driven serial I/O as you show in Example #2 below, does this...
fmf
fmf14
Offline Send Email
Dec 6, 2004
11:25 am
181
... Thanks Alan, Changed from 5206e to 5307 (since 5207 didn't exist), and just get another error of things it cannot find. (ld.real: cannot find -ldbug ...
zealott_no
Offline Send Email
Dec 6, 2004
11:25 am
182
Hi JH, this -ldbug error is because your makefile try link to libdbug.so, but I think this libraries is used for NetBurner debug, if you are compiling some...
Alan Carvalho
alancarbr
Offline Send Email
Dec 6, 2004
12:17 pm
183
Hi, I want to point out to those watching this thread that the NetBurner software and development tools are free to use as long as they are run on our modules....
netburnergroup
Offline Send Email
Dec 7, 2004
11:31 pm
184
The standard NetBurner tools have a much smaller footprint than Linux. If you must have a linux gcc, you can go to Peter Baradas site and use CVS to get his...
pbreed
Offline Send Email
Dec 8, 2004
12:01 am
185
... Thanks Paul. What I'm trying to do is an compiling enviroment in linux, not uClinux or other OS'es, in my opinion, the netburner win32 kit is great. ...
John H. Edvardsen
zealott_no
Offline Send Email
Dec 8, 2004
8:37 am
187
If all you are trying to do is build an environment in Linux to do Netburner development, then I would build the gcc-m68k from Peters site and use that. The...
Paul Breed
pbreed
Offline Send Email
Dec 8, 2004
6:37 pm
Messages 157 - 187 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help