Search found 15 matches
- Wed Dec 03, 2014 10:30 am
- Forum: NetBurner Software
- Topic: Bootloader/Monitor binaries?
- Replies: 5
- Views: 3414
Re: Bootloader/Monitor binaries?
I PM'd you. It's not a case of counterfeit.
- Wed Dec 03, 2014 6:36 am
- Forum: NetBurner Software
- Topic: Bootloader/Monitor binaries?
- Replies: 5
- Views: 3414
Re: Bootloader/Monitor binaries?
lol, sorry!
Mod5272.
Mod5272.
- Tue Dec 02, 2014 11:49 am
- Forum: NetBurner Software
- Topic: Bootloader/Monitor binaries?
- Replies: 5
- Views: 3414
Bootloader/Monitor binaries?
Greetings, Anyone know where I can find the binaries (or .s19) for older Monitor versions? Specifically, I am looking for Version 1.14, and I want to reflash a netburner with this monitor version. I also would like Version 1.18 as well so I can revert this when I am done. This probably sounds like a...
- Thu Oct 16, 2014 9:04 am
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
Unfortunately, the system is being utilized by other teams right now so I will not be able to work on this for potentially several weeks (this forum thread may go dead for awhile) pbreed: Thanks, I will implement your suggestions. rnixon: In the case where 1 is failing, I don't know of a way to easi...
- Mon Oct 13, 2014 3:57 pm
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
Which questions are you waiting for me to answer? 1) "What is the other end of the ethernet cable plugged into?" Ethernet Switch 2) "Is the power to that [Ethernet Switch] cycled at the same time?" No 3) "Maybe take one unit that constantly fails and disconnect all the other...
- Sun Oct 12, 2014 1:56 pm
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
I was mistaken, I just wasn't giving the EtherLink() function long enough to return true. My startup code now pends for EtherLink() to return true before spawning the heartbeat thread. I removed the tcp thread all together as well just to see if it mattered (just monitoring for UDP heartbeats now). ...
- Fri Oct 10, 2014 1:06 pm
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
The EtherLink() function seems to always be returning false....no matter what. Is there another way to do this?
- Fri Oct 10, 2014 11:16 am
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
That all sounds plausible to me. For the power-supply rise-time scenario, is there a way to perform a hard-reset on the PHY chip? I'm thinking a work-around might be to delay during the processor startup (giving the power-supply time to stabilize), then I can issue a reset on the PHY and initialize ...
- Fri Oct 10, 2014 6:36 am
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
Attached is a condensed version of code that replicates the problem (and I verified this many times). The test code sends a heartbeat every 2 seconds and when you open a tcp session on 192.168.13.4 port 51200 it will echo back anything received. Note that to test this out on 20 cards, I just had to ...
- Thu Oct 09, 2014 10:58 am
- Forum: NetBurner Software
- Topic: intermittent hanging
- Replies: 16
- Views: 9085
Re: intermittent hanging
They are all connected to a single ethernet switch, and it is not power cycled. Not sure if this makes a difference, but we have all 20 boards configured to use hard coded static IPs, so the startup algorithm/order is InitializeStack(), GetInterfaceBlock(), set interface blocks' netIP,netIpMask,netI...